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

.markermenu{
top: 39px;   /*top down*/ 
width: 190px; /*180 normal 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: 5px 0;
padding: 0;
border: 1px solid #9A9A9A; /*Left edge*/
}

.markermenu ul li a{
background: #003399 url(bulletlist.gif) no-repeat 3px center; /*dark blue background*/
color: #ffffff;   /*white letters in main menu but only those with arrows*/
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;   /*dividing lines main menu*/
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;   /*letters in main menu without arrows*/
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black;                   /*black type hover main menu*/
background-color: #CCCCFF;      /*violet hover background main menu;*/
}

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

.blackwhite li a{
background: #003399;   /*dark blue background for submenues*/
border-bottom: 1px solid #B5B5B5;   /*dividing lines submenus*/

}

.blackwhite li a:hover{
background: #CCCCFF;   /*violet hover background submenues*/
color: black;          /*black letters hover submenu*/  
}