/*options1*/
ul.vert-one{
		margin:0;
		padding:0;
		list-style-type:none;
		display:block;
		font:bold 12px black Arial, Helvetica, sans-serif,"ËÎÌå";
		line-height:165%;
		width:180px;
		}
ul.vert-one li{
		border-top:1px solid #A6A6A6;		
		background:#F5F5F5;/* url(../images/theme-1/menu_arrow_bg.gif) no-repeat -0px -100px;height:20px;*/
		}
ul.vert-one li a{
		display:block;
		text-decoration:none;
		color:#000;
		background:#f5f5f5;
		width:160px!important;
		width:180px;
		padding-left:20px;
		}
ul.vert-one li a:hover{
		background:#fff url("../images/vert-one_arrow.gif") no-repeat 0 9px;
		}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
		background:#fff url("../images/vert-one_arrow.gif") no-repeat 0 9px;
		}

.options1{
		margin-top:10px;
		line-height:180%;
		border:1px solid #ddd;
		padding-bottom:1px;
		clear:both;
		width:180px;
		background:#A6A6A6;}
.options1 h3 {
		background:url("../images/theme-1/menu_top.gif") no-repeat;
		height:28px;
		line-height:28px;
		margin-bottom:0px;
		padding:0;
		text-align:center;
		color:#fff;
		}

