/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 247px; /*width of side bar menu*/
	clear: left;
	position: relative;

}

.markermenu ul{
list-style-type: none;
margin:0;
padding:10px 0 0 0;

}

.markermenu ul li a{
font: bold 18px arial;
color: #0b5997;
display: block;
width: auto;
padding-top:7px; 
padding-bottom:7px;
text-decoration: none;
text-align:center;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 243px; 
color: #fff;
display: inline-block;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #0b5997;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#007ee1;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite{ border:1px solid #2e75b8;}
.blackwhite li a{
/*padding:6px 0 6px 5px;*/
color:#007ee1;
text-align:left;
font: bold 14px arial;
/*border:solid 1px #0b5897;*/
background:#fff;} 

.blackwhite li a:hover{
color:#007ee1;
text-decoration:underline;
}

