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

.MenuBar{
width: 148px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.MenuBar ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 1px solid Orange;/*orange CEE2E3 outside border*/
}

.MenuBar ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; light gray background*/
font: 12px Georgia, serif;
color:#663300;
display: block;
width: auto;
padding: 0px 0;
padding-left: 5px;/*distance from the left side of the boarder and words */
padding-top:4px;/*distance from the gray line above and the word */
text-decoration: none;
border-bottom: 1px solid lightgray;
height:19px; 	/*height of side bar menu*/
/*background-image:url(../Skin/ThemeMenu.gif);*/
background-color:#FFFF9D; /*yellow FFFFD2*/

}

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

}

.MenuBar ul li a:visited, .MenuBar ul li a:active{
color: #663300;/*font color*/
}

.MenuBar ul li a:hover, .MenuBar ul li a.selected{
color: black;
background-color:white;/*white*/
background-image:none;
}

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

.blackwhite li a{
background: white;
}

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