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

.markermenu{
width: 200px; /*width of side bar menu*/
clear: left;
border: 0;
/*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: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center;*/ /*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
/*border-bottom: 1px solid #B5B5B5;*/
/*color: #00014e;*/
background: none;
border-bottom: 1px solid #702B25;
font: 14px Arial, Helvetica, sans-serif;
/*height: 40px;*/
color: #702B25;
display: block;
width: auto;
padding: 0;
padding-left: 0px;
text-decoration: none;
font-weight: bold;
padding-top: 8px;
padding-bottom: 8px;
}

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

/*.markermenu ul li a:visited, */.markermenu ul li a:active, .markermenu ul li a:selected{
/*color: #FFFFFF;*/
}


.markermenu ul li a:hover {
/*color: white;
background-color: black;*/
	color: #702B25;
	background: url(../images/mainnav_hover.gif) center no-repeat;
}

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

.blackwhite li a{
background: white;
}

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

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.yellow li a{
	background: #F9F19D;
	color: 	color: #702B25;
}

.yellow li a:hover {
	background: #FFFFFF;
	color: #702B25;
}