/* ######### Marker List Vertical Menu ######### */

.markermenu{
xwidth: 140px; /*width of side bar menu*/
clear: left;
position: relative;
padding:15px 0 15px 25px;
 /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 2px 0;
padding: 0;
font-family:"Trebuchet MS";	

}


.markermenu ul li a{font-family:"Trebuchet MS";	font-size: 12px;color: #04456F;display: block;width: 145px;
padding-left: 5px;text-decoration: none;}


* html .markermenu ul li a{ /*IE6 hack*/
width: 133px;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #03446e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
xcolor: white;
xbackground-color: #00FF00;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a:link,.blackwhite li a:visited,.blackwhite li a:active{
background:#FFFFFF;padding:0 0 0 5px;height:100%;margin:0;font-family:"Trebuchet MS";font-size:12px;color:#03446e;width:auto;}

.blackwhite li a:hover{background:#0077c3;/*background:red;*/color:white;}





/*.blackwhite li a:link,.blackwhite li a:visited,.blackwhite li a:active{padding:5px 0 5px 5px;background:#f2f2f2;height:100%;text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}


.blackwhite li a:hover{background-color: #CCCCCC;}*/