/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 271px; /*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 0px;
padding: 0px;




}

.markermenu ul li{
background-image:url(../../images/15/left_menu.PNG);
background-repeat:no-repeat;
width:271px;
height:34px;
border:1px solid #FFFFFF;



/*padding-top:5px;*/


color:#676767;
font-size:12px;
font-weight:bold;
text-decoration:none;
float:left;


}


.markermenu ul li a{

background-image:url(../../images/15/left_menu.PNG);
background-repeat:no-repeat;

width:252px;
height:24px;

padding-top:10px;

 
padding-left:20px;
color:#676767;
font-size:12px;
font-weight:bold;
text-decoration:none;
float:left;




}



* html .markermenu ul li a{ //*IE6 hack*/
width: 271px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: white;*/

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
/*color: white;*/
/*background-color:white;*/

}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
/*background: white;*/
}

.blackwhite li a:hover{
width:252px;
height:24px;
/*background: black;*/
/*color: white;*/
}
