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

.markermenu{
width: 100px; /*width of side bar menu*/
clear: left;
valign:middle;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
/*border: 2px solid #014f74;*/


}

.markermenu ul li a{
 /*background: white  url(icon.jpg) no-repeat 8px center;*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
valign:middle;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;

/* 
   border-bottom: 1px solid #B5B5B5;

   border-top: 1px solid #B5B5B5;
   border-right: 1px solid #B5B5B5;
   border-left: 1px solid #B5B5B5;
   */
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #1D467C;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
