*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}
body{
    color:#023d68;
	font:62.5%/1.2 "Trebuchet MS", Arial, sans-serif;
	background:#E6E5EC;
	position:relative;
}
/*---------
	COMMON STYLES
-----------*/
a{
	color:#47297e;
	outline:none;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
img{
	color:#999;
	font-style:italic;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.line{
	width:100%;
	overflow:hidden;
}
ul,
ol{
	list-style:none;
}
/*---------
	LAYOUTS
-----------*/
#outer{
	font-size:1.2em;
	width:976px;
	margin:0 auto;
	padding:40px 0 0 20px;
	position:relative;
	z-index:0;
	background:url(../images/g.png) no-repeat 50% 0;
}
*html #outer{
	zoom:1;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/g6.png', sizingMethod='crop');
	background:none;*/
	background:url(../images/g_ie.jpg) no-repeat;
}

#header{
	padding:10px 0 0;
	position:relative;
	height:180px;
	z-index:2;
}
#header img{
	color:#023D68;
}
#logo{
	font-weight:bold;
}
#t_pic1, #t_pic2, #t_pic3, #results{
	position:absolute;
}
#t_pic1{
	top:23px;
	left:401px;
}
#t_pic2{
	top:73px;
	left:400px;
}
#t_pic3{
	top:160px;
	left:400px;
}
#results{
	top:0;
	left:738px;
	font-weight:bold;
}

#menu{
	background:#E6E5EC url(../images/line.png) no-repeat 50% 100%;
	height:71px;
}
#menu ul{
	width:938px;
	margin:0 auto;
	padding:24px 0 0 58px;
	font:12px Arial, Helvetica, sans-serif;
	color:#464e50;
	position:relative;
	z-index:2;
}
#menu li{
	float:left;
	margin:0 3px;
	padding-left:9px;
	position:relative;
}
#menu a{
	color:#464e50;
}
#menu a,
#menu span{
	float:left;
	padding:3px 9px 4px 0;
}
#menu li.here{
	background:#C6C7C7 url(../images/li.png) no-repeat;
}
#menu li.here a,
#menu li.here span{
	background:url(../images/li.png) no-repeat 100% -38px;
}
#menu .hover div{ /* tut2 */
	display:block;
}
#menu ul div{ /* tut2 */
	width:125px;
	padding:16px 0 0;
	background:url(../images/sub_menu.png) no-repeat;
	position:absolute;
	top:22px;
	left:0;
	display:none;
	overflow:hidden;
}
#menu div ul{ /* tut2 */
	width:125px;
	color:#464e50;
	background:url(../images/sub_menu.png) no-repeat -175px 100%;
	padding:0 0 13px;
}


#menu ul ul li{
	float:none;
	margin:0 10px 3px;
	padding:0;
	line-height: 14px;
}
#menu ul ul a{
	color:#464e50;
}
#menu ul ul a,
#menu ul ul span{
	float:none;
	padding:0;
}
#menu ul li.here ul li,
#menu ul li.here ul a,
#menu ul li.here ul span{
	background:none;
}
/*#menu ul ul li.here{
	font-weight:bold;
}*/
#menu ul ul li.here strong{
	font-weight:normal;
}

#menu2{
	overflow:hidden;
	font:italic 20px/0.9 "Arial Narrow", Arial, Helvetica, sans-serif;
	padding:18px 0 45px 60px;
}
*html #menu2{
	zoom:1;
}
.inner #menu2{
	padding:0;
	margin:0;
}
#menu2 li{
	float:left;
}
.inner #menu2 li{
	float:none;
	width:200px;
	position: relative;
}
#menu2 a{
	color:#464e50;
	text-decoration:none;
	display:block;
	text-align:center;
}
.inner #menu2 a{
	text-align:left;
}
#menu2 a span{
	font-size:14px;
	color:#635723;
}
.inner #menu2 a span{
	display:block;
	padding-left:22px;
}
#menu2 .item1{
	width:150px;
	height:74px;
	padding:49px 0 0 105px;
	margin-right:20px;
}
.inner #menu2 .item1{
	margin:0;
	padding:49px 0 10px 158px;
}
#menu2 .item2{
	width:180px;
	height:77px;
	padding:49px 20px 0 135px;
	margin-right:32px;
}
.inner #menu2 .item2{
	margin:0;
	padding:49px 20px 10px 159px;
}
#menu2 .item3{
	width:160px;
	height:70px;
	padding:49px 0 0 95px;
}
.inner #menu2 .item3{
	padding:49px 0 0 158px;
}
*html #menu2 .item1{
	zoom:1;
	background:none;
}
*html #menu2 .item2{
	zoom:1;
	background:none;
}
*html #menu2 .item3{
	zoom:1;
	background:none;
}
*html .inner #menu2 .item1{
	zoom:1;
	background:none;
}
*html .inner #menu2 .item2{
	zoom:1;
	background:none;
}
*html .inner #menu2 .item3{
	zoom:1;
	background:none;
}

#wrapper{
	width:100%;
	float:left;
}
#content{
	margin:0 0 0 281px;
	font:14px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.inner #content{
	margin:32px 0 20px 400px;
	/*margin:70px 0 0 400px;*/
}
.simple #content h1{
	font:20px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px 0 20px;
	/*background: red;*/
}
.news #content{
	width:344px;
}
#content .intro{
	height:218px;
	border:solid 1px #464E50;
	border-width:5px 0;
	padding:24px 15px;
	margin:0 0 60px;
	overflow:hidden;
}
#i_item1{
	background:#fff url(../images/index/ci1.jpg) no-repeat;
	display:block; /* flag */
}
#i_item2{
	background:#fff url(../images/index/ci2.jpg) no-repeat;
	display:block; /* flag */
}
#i_item3{
	background:#fff url(../images/index/ci3.jpg) no-repeat;
	display:block; /* flag */
}
#content .intro h1{
	font:20px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
	padding:5px 9px;
	margin:0 0 15px;
	float:left;
}
#content .intro #main_block_content{
	margin: -24px 0 0;
}
#i_item1 .div{
	clear:both;
	width:618px;
	height:94px;
	background:url(../images/c_bg2.png) no-repeat;
	margin:0 0 25px 9px;
	padding:14px 16px;
	overflow:hidden;
}
#i_item2 .div,
#i_item3 .div{
	clear:both;
	width:581px;
	height:155px;
	background:url(../images/c_bg.png) no-repeat;
	margin:0 0 0 38px;
	padding:17px 20px;
}
*html #i_item2 .div{
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sait/images/c_bg.png', sizingMethod='crop');
	background:none;
}
*html #i_item3 .div{
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sait/images/c_bg.png', sizingMethod='crop');
	background:none;
}
#content .intro p{
	margin:0 0 15px;
}
#i_item1 .div ul{
	float:left;
	margin-right:25px;
}
#i_item1 .div ul.last{
	margin:0;
}
#i_item1 .div li{
	margin:0 0 7px;
	background:url(../images/cat_li.png) no-repeat 0 50%;
	padding-left:21px;
}
.intro .search_form{
	margin:0 0 0 45px;
}
.intro search_form div{
	background:url(../images/input2.png) no-repeat;
}

.index #sidebar{
	float:left;
	width:281px;
	margin:0 0 0 -976px;
	font:18px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:30px;
}
.inner #sidebar{
	float:left;
	margin:0 0 0 -976px;
	width:350px;
	padding:25px 0 30px 0;
}
.news #sidebar{
	padding:25px 0 60px 0;	
}
.index #sidebar ul{
	margin:46px 0 0;
}
.index #sidebar li{
	margin:0 0 18px;
	padding:10px 40px 10px 50px;
}
.index #sidebar .here a{
	text-decoration:none;
	color:#023d68;
}
.index #sidebar .item1{
	background:#fff url(../images/index/i1.jpg) no-repeat;
}
.index #sidebar .item2{
	background:#fff url(../images/index/i2.jpg) no-repeat;
}
.index #sidebar .item3{
	background:#fff url(../images/index/i3.jpg) no-repeat;
}
.index #sidebar .item1 a,
.index #sidebar .item2 a,
.index #sidebar .item3 a{
	text-decoration:none;
	color:#023d68;
}

.search_form div{
	width:216px;
	height:26px;
	background:url(../images/input.png) no-repeat;
	position:relative;
}
.search_form div input{
	position:absolute;
}
.search_form .txt{
	border:none;
	font:13px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	width:160px;
	top:4px;
	left:16px;
	color:#333;
}
*html .search_form .txt{
	top:7px;
}
*+html .search_form .txt{
	top:7px;
}
.search_form .btn{
	top:3px;
	right:3px;
	font-weight:bold;
}

#i_news_box{
	clear:both;
	font:12px/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/news_bg.png) no-repeat 0 0;
	height:197px;
	/*height:197px;*/
	/*margin 0 0 10px 0;*/
	padding:20px 0 10px 300px;
}
*html #i_news_box{
	zoom:1;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sait/images/news_bg.png', sizingMethod='crop');
	background:none;
}
#i_news_box .line{
	width:651px;
	overflow:hidden;
	padding:0 0 23px;
	background:url(../images/n_bg.png) repeat-x 0 100%;
}
#i_news_box .news{
	float:left;
	width:310px;
	margin-right:30px;
}
#i_news_box .last{
	margin:0;
}
#i_news_box .news span,#i_news_box .news span a,#i_news_box .news span a:visited{
	color:#464e50;
	display:block;
	margin:0 0 5px;
}
#i_news_box .news div{
	margin:0 0 15px;
}

.news h1{
	font:20px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 21px;
}
#news_list .news{
	border-bottom:solid 1px #4C4C4C;
	margin:0 0 15px;
}
#news_list .last{
	border:none;
}
#news_list .one{
	margin:20px 0px 15px;
	border:none;
}
#news_list .news span,#news_list .news span a,#news_list .news span a:visited{
	color:#464e50;
	display:block;
	margin:0 0 5px;
	font-size:12px;
}
#news_list .news div{
	margin:0 0 15px;
}

#pages{
	width:100%;
	overflow:hidden;
	padding:10px 0 20px;
	font:18px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#pages span,
#pages strong{
	float:left;
	border:solid 1px #464E50;
	padding:2px 3px 3px;
	margin-right:7px;
}
#pages strong{
	border:none;
}

#feedback{
	margin:10px 0 0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background: red;*/
}
#feedback h2{
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 2px;
}
#feedback .mes{
	margin:0px 0 10px;
}
#feedback .error{
	margin:0px 0 10px;
	color: #0098ef;
}
#feedback form{
	padding:0px 0 0;
}
#feedback .line,
#order_box .line{
	margin:0 0 10px;
}
#feedback label,
#order_box  label{
	font-size:14px;
	width:100px;
	margin-right:15px;
	float:left;
}
#feedback .line div,
#order_box .line div{
	float:left;
}
#feedback .input,
#order_box .input{
	width:216px;
	height:26px;
	background:url(../images/f/f_input.png) no-repeat;
	/*position:relative;*/
}
#order_box .input{
	background:url(../images/f/o_input.png) no-repeat;
}
#feedback .input input,
#order_box .input input{
	border:none;
	font:13px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	width:200px;
	/*position:absolute;
	top:4px;
	left:8px;*/
	margin:4px 0 0 8px;
	color:#333;
}
*html #feedback .input input{
	top:7px;
}
*+html #feedback .input input{
	top:7px;
}
*html #order_box.input input{
	top:7px;
}
*+html #order_box .input input{
	top:7px;
}

#feedback .choose,
#order_box .choose{
	width:208px;
	height:20px;
	display:block;
	background:url(../images/f/f_select.png) no-repeat;
	font:13px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333;
	padding:6px 0 0 8px;
}
#order_box .choose{
	background:url(../images/f/o_select.png) no-repeat;
}
#feedback .select ul,
#order_box .select ul{
	background:#F0EFEB;
	border:solid 1px #DDDBD2;
	font:14px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top:none;
	width:214px;
	padding:3px 0 0;
	margin:-3px 0 0;
}
#feedback .select li,
#order_box .select li{
	margin:0 0 4px;
	height:18px;
}
#feedback .select ul a,
#order_box .select ul a{
	text-decoration:none;
	color:#023d68;
	display:block;
	border:solid 1px #F0EFEB;
	padding:1px 8px;
}
#feedback .select ul .here a,
#order_box .select ul .here a{
	background:#C0E1ED;
	border:solid 1px #C0CBD1;
}

#feedback .textarea,
#order_box .textarea{
	width:216px;
	height:96px;
	background:url(../images/f/f_textarea.png) no-repeat;
	/*position:relative;*/
	overflow:hidden;
}
#order_box .textarea{
	background:url(../images/f/o_textarea.png) no-repeat;
}
#feedback .textarea textarea,
#order_box .textarea textarea{
	border:none;
	font:13px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	width:200px;
	height:80px;
	/*position:absolute;
	top:9px;
	left:8px;*/
	margin: 9px 0 0 8px;
	color:#333;
}
*html #feedback .textarea textarea{
	top:7px;
}
*+html #feedback .textarea textarea{
	top:7px;
}
*html #order_box .textarea textarea{
	top:7px;
}
*+html #order_box .textarea textarea{
	top:7px;
}
#feedback .btn,
#order_box .btn{
	margin-left:118px;
}

#sidebar .text{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0px 0 16px;
}
#sidebar .text h2{
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 12px;
}

#footer{
	width:100%;
	background:url(../images/line.png) no-repeat 50% 0;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
}
#footer .in{
	width:954px;
	margin:0 auto;
	padding:19px 21px 10px;
	position:relative;
}

#footer .search_form{
	position:absolute;
	left:21px;
	top:15px;
}

#footer .text{
	color:#5a5a5a;
	margin:0 0 0 409px;
}
#copy{
	margin:0 0 15px;
}
#copy a{
	display:block;
	margin:5px 0 0;
}
#dev img{
	vertical-align:middle;
	margin:0 3px;
	display: block;
	filter: expression(fixPng(this));
}
#dev a{
	color:#324e94;
	text-decoration: none;
	margin-left: 33px;
	font-style: italic;
	font-size: 11px;
	font-family: 'Arial';
}
#dev .made{
	color:#5a5a5a;
	text-decoration:none;
}

/* goods */
.goods #content{
	width:471px;
	padding:0 0 50px;
}
.goods #content h1{
	font:20px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 20px;
}
.goods #content .search_form{
	width:216px;
	float:right;
	margin:0 0 10px 20px;
}
.goods #content .error{
	margin:10px 0 0px;
}
.goods #content #order_box .error{
	margin:0px 0 10px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0098ef;
}
#breadcrumb{
	font:14px Arial, Helvetica, sans-serif;
	margin:0 0 17px;
}
#breadcrumb a{
	text-decoration:none;
	color:#023d68;
}
#breadcrumb a:hover{
	text-decoration:underline;
}
#breadcrumb img{
	margin:0 5px;
}
.goods_one h2{
	font:16px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff;
	padding:2px 4px;
	float:left;
	margin:0 0 15px;
}
.goods_one .goods_item{
	border-bottom:solid 1px #464E50;
	padding:0 26px 15px;
	margin-left:-26px;
	position:relative;
	overflow:hidden;
}
*html .goods_one .goods_item{
	zoom:1;
}
.goods_one .goods_item img,
.goods_one .goods_item div{
	clear:both;
}
.goods_one .goods_item img{
	margin:0 0 10px;
	border:solid 1px #47297E;
}
.goods_one .goods_item div{
	margin:0 0 15px;
}
.goods_one .goods_item li{
	font-style:italic;
	margin:0 0 6px;
}
.goods_one .goods_item .price{
	color:#464e50;
	background:#fff;
	padding:2px 4px;
	float:left;
}
.buttons,
.buttons2{
	padding:10px 26px 10px;
	margin:0 0 30px -26px;
	position:relative;
	border-bottom:solid 1px #464E50;
}
*html .buttons{
	zoom:1;
	width:471px;
}
*+html .buttons{
	width:445px;
}
*html .buttons2{
	zoom:1;
	width:471px;
}
*+html .buttons2{
	width:445px;
}
.buttons2{
	border:none;
}
.buttons input,
.buttons2 input{
	margin-right:10px;
}
.goods_cat .buttons,
.goods_cat .buttons2{
	margin:0 0 10px -26px;
}

table{
	font-size:100%;
	border-collapse:collapse;
	margin-left:-26px;
	position:relative;
}
*html table{
	zoom:1;
	width:523px;
}
th{
	white-space:nowrap;
}
th, td{
	text-align:left;
	vertical-align:top;
	padding:5px 5px 5px 24px;
	border-bottom:solid 1px #464E50;
}

.goods_cat #cat_box{
	margin:0 0 20px -41px;
	position:relative;
	overflow:hidden;
}
*html .goods_cat #cat_box{
	zoom:1;
}
#cat_box .ul{
	background:#fff url(../images/g/cat_bg.png) no-repeat;
	margin:0 0 15px;
}
#cat_box .ul_in{
	background:url(../images/g/cat_bg.png) no-repeat -593px 100%;
	padding:15px 0 10px 18px;
	overflow:hidden;
}
*html #cat_box .ul_in{
	zoom:1;
}
#cat_box .ul ul{
	float:left;
	margin-right:45px;
	width:210px;
}
#cat_box ul.last{
	margin:0;
}
#cat_box .ul li{
	margin:0 0 8px;
	background:url(../images/g/li/1.png) no-repeat 0 5px;
	padding-left:22px;
}
#cat_box .ul li.here{
	background:url(../images/g/li/2.png) no-repeat 0 4px;
}
.open{
	margin:0 0 0 18px;
	font:14px Arial, Helvetica, sans-serif;
}
.open li{
	margin:0 0 6px;
	background:url(../images/g/li/3.png) no-repeat 0 4px;
	padding-left:22px;
}
.open li.here{
	background:url(../images/g/li/4.png) no-repeat 0 6px;
}
.open ul{
	font-size:12px;
	margin:3px 0 0;
}
.open ul li{
	background:url(../images/g/li/5.png) no-repeat 0 4px;
	padding-left:16px;
}
.open ul ul li.here{
	background:url(../images/g/li/6.png) no-repeat 0 8px;
}

#goods_list_box{
	border-bottom:solid 1px #464E50;
	padding:0 0 5px 0px;
	margin-left:-29px;
	position:relative;
	overflow:hidden;
}
*html #goods_list_box{
	zoom:1;
}
#goods_list_box div{
	overflow:hidden;
	margin:0 0 20px;
}
*html #goods_list_box div{
	zoom:1;
}
#goods_list_box img{
	border:solid 3px #47297E;
	float:right;
	margin:0 0 0 40px;
}
#goods_list_box h3{
	font:15px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#fff url(../images/g/goods_name.png) no-repeat;
	float:left;
	padding:2px 5px;
	margin:0 0 10px;
}
*html #goods_list_box h3{
	height:17px;
	overflow:hidden;
	padding:2px 5px 2px 2px;
}
*+html #goods_list_box h3{
	height:17px;
	overflow:hidden;
	padding:2px 5px 2px 2px;
}
#goods_list_box .check{
	margin-right:5px;
}
#goods_list_box em{
	display:block;
	margin:0 0 12px 28px;
	clear:left;
}
#goods_list_box div div{
	margin:0 0 12px 28px;
	clear:left;
}
#goods_list_box .price{
	float:left;
	background:#F9F9FA url(../images/g/price_bg.png) no-repeat;
	color:#464e50;
	font:18px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:12px;
	margin:0 0 0 28px;
}
#goods_list_box .price span{
	display:block;
	background:url(../images/g/price_bg.png) no-repeat 100% -60px;
	padding:8px 12px 12px 0;
}

#content h2{
	font:20px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 8px;
}
#basket_table{
	border-top:solid 1px #464E50;
	width:497px;
	font-size:12px;
}
#basket_table td{
	text-align:left;
	vertical-align:middle;
	padding:10px 5px 10px 6px;
	border-bottom:solid 1px #464E50;
}
#basket_table .check{
	position:relative;
	top:2px;
	/*margin-right:3px;*/
}
*html #basket_table .check{
	margin:0 0 3px;
}
#basket_table td.counts span{
	float:left;
	position:relative;
	top:7px;
	margin:0 0 0 5px;
}
#basket_table td.counts span.counts{ /* tut */
	background:#F9F9FA url(../images/g/counts.png) no-repeat;
	/*padding:7px 10px 4px;*/
	color:#464e50;
	width:56px;
	height:26px;
	top:0;
	margin:0;
	position:relative;
}
#basket_table td.counts span.counts .txt{ /* tut */
	border:none;
	font:13px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	background:none;
	width:36px;
	top:4px;
	left:10px;
	color:#333;
}
*html #basket_table td.counts span.counts .txt{ /* tut */
	top:7px;
}
*+html #basket_table td.counts span.counts .txt{ /* tut */
	top:7px;
}
td.prices{
	color:#464e50;
	font-size:13px;
}
#basket_table .total td{
	text-align:right;
	font-weight:bold;
}
#basket_table .total td span{
	color:#464e50;
}

#order_box {
	padding:18px 0 5px 29px;
	margin-left:-29px;
	position:relative;
	overflow:hidden;
	clear:both;
}
*html #order_box {
	zoom:1;
}
#order_box h3{
	font:18px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/f/order_h_bg.png) no-repeat;
	padding:10px 0 0 14px;
	height:28px;
	position:relative;
	z-index:1;
}
#order_box .box{
	background:#fff url(../images/f/o_bg.png) no-repeat;
	z-index:0;
	margin:-1px 0 0;
}
#order_box form{
	background:url(../images/f/o_bg.png) no-repeat -526px 100%;
	padding:19px 15px 10px;
}
/*--MAP--*/
.map,.simple #content ul{
	margin:20px 0 18px 0;
	font:14px Arial, Helvetica, sans-serif;
}
.map li,.simple #content ul li{
	margin:0 0 6px;
	padding-left:22px;
	background:url(../images/g/li/map_right.png) no-repeat 0 3px;
}
.map li.here,.simple #content ul li .here{
	background:url(../images/g/li/map_down.png) no-repeat 0 3px;
}
.map ul,.simple #content ul ul{
	font-size:12px;
	margin:5px 0 5px 15px;
}
.map ul li,.simple #content ul ul li{
	background:url(../images/g/li/map_right.png) no-repeat 0 3px;
	padding-left:16px;
}
.map ul li.here,.simple #content ul ul li.here{
	background:url(../images/g/li/map_down.png) no-repeat 0 3px;
}
