/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 190px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px;
}


.markermenu ul li a{
	display: block;
	width: auto;
	height:40px;
	line-height:40px;background-color:#eeeeee;
	color:#484848;
	text-indent:14px;
	background-image:url(../images/lnavline.jpg);
	background-repeat: no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	background-position: left bottom;white-space:nowrap; word-break:keep-all;overflow:hidden;text-overflow:ellipsis;
}
.markermenu ul .lion a,.markermenu ul .lion a:visited, .markermenu ul .lion a:active{
	display: block;
	width: auto;
	height:40px;
	line-height:40px;color:#ffffff; background-color:#ff9e3e;
	text-indent:14px;
	background-image:url(../images/lnavline.jpg);
	background-repeat: no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	background-position: left bottom;white-space:nowrap; word-break:keep-all;overflow:hidden;text-overflow:ellipsis;
}
.beijingyans{background-color:#ff9e3e;}
* html .markermenu ul li a{ /*IE6 hack*/
width: 190px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #484848;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
text-decoration: none;  color:#ffffff; background-color:#ff9e3e;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
margin:0px;
	padding:0px;
	width:185px;
	height:40px;
	line-height:40px;background-color:#979797;
	color:#ffffff;font-family:Arial, Helvetica, sans-serif; font-size:12px;
	text-indent:14px;
	background-image:url(../images/lnavline.jpg);
	text-decoration: none;
	cursor:pointer;
	background-repeat: no-repeat; 
	background-position: left bottom;white-space:nowrap; word-break:keep-all;overflow:hidden;text-overflow:ellipsis;
}
}

.blackwhite li a:hover{
text-decoration: none;  color:#ffffff; background-color:#3c7acd;
}