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

.markermenu{

width: 252px;

height:254px;
_height:256px;
/*border:1px solid #000000;

*/margin-left:4px; /*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;
padding: 0;

border-top:1px solid #000000;



/*border: 1px solid #9A9A9A;

*/}



.markermenu ul li a{

background:  url(arrow-right.gif) no-repeat 3px center; /*light gray background*/

font-family:tahoma;

font-size:13px;
color:#000000;


display: block;

width: auto;
padding: 5.5px 0;
_padding: 7px 0;

padding-left: 20px;

text-decoration: none;

border-bottom: 1px solid #000000;

}



* html .markermenu ul li a{ /*IE6 hack*/

width: 230px;


}



.markermenu ul li a:visited, .markermenu ul li a:active{

color: #000000;

}



.markermenu ul li a:hover, .markermenu ul li a.selected{

color: #FFFFFF;

background-color: #2d4188;

}



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



.blackwhite li a{

background: white;

}



.blackwhite li a:hover{

background: #2d4188;

color: white;

}