/* ######### Marker List Vertical Menu ######### */
/*markermenu 产品分类模块*/
.left .left_title{width:245px;height:50px;margin-left:1px;border-left:1px solid #c4c4c5;}
.left .left_title .left_title_box{margin-left:11px;}
.left .left_title .left_title_box .left_title_cn_name{font-family:"中易宋体";font-size:20px;color:#181818;}
.left .left_title .left_title_box .left_title_en_name{font-family:Arial;font-size:9px;color:#181818;}
.markermenu p{
/*font-weight:bold;
font-family:"华文细黑";*/
font-size:14px;
line-height:34px;
height:34px;
color:#444444;
text-indent:30px;
background:url(../images/list_03.png) 18px 14px no-repeat #dcdcdc;
}
.markermenu p:hover{
	background:url(../images/bg_list_title_03.png) no-repeat;
	color:#fff;}
.markermenu{
width: 258px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
/*background:url(../images/sort_bg.jpg) repeat-y;
margin-bottom:10px;*/
border: 1px solid #d2d4d6;
}
.markermenu ul{
padding:10px 40px 10px 18px;
background:url(../images/sort_ft.jpg) left bottom no-repeat;
}
.markermenu ul li a{
background: center; /*light gray background*/
/*font-size: 14px;*/
color: #8a8a8a;
display: block;
padding: 5px 5px 5px 28px;
text-decoration: none;
/*border-bottom: 1px solid #f1f3f2;*/
background:url(../images/list_1_07.png) 012px 10px no-repeat; font-size: 16px;
}
* html .markermenu ul li a{ /*IE6 hack*/
width:185px;
}
.markermenu ul li a:link, .markermenu ul li a:visited{
color: #666666;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: red;
background:url(../images/list_2_07.png) #f0f2f3 012px 10px no-repeat;
/*background-color: #7cb645;*/
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}