/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 221px; /*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: 2px 0 2px 0;
padding: 6px 0 0 0;
}

/*IE 6*/
* html .markermenu ul{
list-style-type: none;
margin: 3px 0 3px 0;
padding: 6px 0 0 0;
}

.markermenu ul li a{
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: #3E88C9;
background-image:url(arrow-right.gif);
background-repeat:no-repeat;
background-position:right;
font-size:12px;
font-weight:bold;
line-height:18px;
color: #FFFFFF;
display: block;
width: auto;
padding: 4px 0;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px solid #539BD8;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 190px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #B5DDFF;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #B5DDFF;
background-color: #113079;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #3E88C9;
	color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: #3E88C9;
background-image:url(arrow-right.gif);
background-repeat:no-repeat;
background-position:right;
padding:5px 0 4px 20px;
border-bottom: 1px solid #539BD8;
}

.blackwhite ul li li a{
	background: #3E88C9;
	color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color: #3E88C9;
background-image:url(arrow-right.gif);
background-repeat:no-repeat;
background-position:right;
}
.blackwhite li a:hover{
background: #113079;
color: #B9DCFE;
background-image:url(arrow-right.gif);
background-repeat:no-repeat;
background-position:right;
}

.blackwhite ul li a{
	background: #3E88C9;
	color: #FFFFFF;
background-image:url(arrow-right.gif);
background-repeat:no-repeat;
background-position:right;
}

.blackwhite ul li a:hover{
background: #113079;
color: #B9DCFE;
}
