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

.markermenu{
width: 99%; /*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 2px 0px 50px;
padding: 0px;
font-family: Verdana, Geneva, sans-serif; font-size: 12px;	font-style: normal;	line-height: 150%;	font-weight: bold;	font-variant: normal; text-transform: none; color: #FFFFFF; text-align:left;}

.fakelink{
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color: #ED1C4B;
}

.markermenu ul li{ 
background-image: url(../images/chevron_light_blue.png);
background-repeat: no-repeat;
background-position: 0px 3px; 
padding-left: 24px; 
text-decoration: none;
margin-right:40px;
margin-bottom:10px;
}

.markermenu ul li a{
	color:#FFF;
	text-decoration:none;
	display: block;
width: auto;
}

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

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

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#1B1364;
}

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


.blackwhite li a{
	font-family: Verdana, Geneva, sans-serif; font-size: 12px;	font-style: normal;	line-height: 150%;	font-weight: bold;	font-variant: normal; text-transform: none; 
color: #FFFFFF;
background-color: #00AEEF;
}

.blackwhite li a:hover{
		font-family: Verdana, Geneva, sans-serif; font-size: 12px;	font-style: normal;	line-height: 150%;	font-weight: bold;	font-variant: normal; text-transform: none; 
color: #1B1364;
background-color: #00AEEF;
}
