/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 150px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
 z-index:100;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
width:150px;
z-index:100;
}

.markermenu ul li 
{
	background:url(bg.gif) no-repeat;
	width:150px;
	height:45px;
	text-align:center;
}

.markermenu ul li a
{
width:150px;
	height:45px;
font-size:16px;
font-weight:bold;
color:Black;/*×ÖÌå*/
display: block;
text-decoration: none;
margin-top:10px;
z-index:100;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
z-index:100;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #f67979;

}


.blackwhite li a{
background: white;
}

.blackwhite li a:hover{

color: white;
}