/* ######### Vertical Menu ######### */

.vertmenu{
width: 190px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
font-family: verdana,Arial; font-size: 11px;
}

.vertmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
border-top: 1px solid #819ab3;
}

.vertmenu ul li a{
background: #003366; /*light gray background*/
color: #ffffff;
display: block;
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #819ab3;
}

* html .vertmenu ul li a{ /*IE6 hack*/
width: 170px;
}

.vertmenu ul li a:visited, .vertmenu ul li a:active{
color: #ffffff;
}

.vertmenu ul li a:hover, .vertmenu ul li a.selected{
color: #003366;
background-color: #ffffff;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}