/* ######### Marker List Vertical Menu ######### */

.markermenu1{
width: 190px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu1 ul{
list-style-type: none;
margin: 0px 0;
padding: 0;


}

.markermenu1 ul li a{
background: #f8c300; /*light gray background*/
font-family:Arial;
font-size:11px;
font-weight:bold;
color: #133067;
display: block;
width: auto;
padding: 3px ;
padding-left: 20px;
text-decoration: none;
border-left:0px solid black;
border-right:0px solid black;
border-bottom:1px solid white;
line-height:15px;
}

* html .markermenu1 ul li a{ /*IE6 hack*/
width: 155px;
}


.markermenu1 ul li a:hover
{
color: red;
background-color: #ffe373;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite1 li a
{
	background: #f8c300; /*light gray background*/
font-family:Arial;
font-size:11px;
font-weight:bold;
color: #133067;
display: block;
width: auto;
padding: 5px;
padding-left: 10px;
text-decoration: none;
border-left:0px solid black;
border-right:0px solid black;
border-bottom:1px solid white;

line-height:15px;

}

.blackwhite1 li a:hover{
background: #ffe373;
color: red;
}