/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 154px; /*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-top: 0px;

margin-left: 0px;
padding: 0px;

}

.markermenu ul li a{
background: rgb(102,102,102) url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 11px Arial;
color: white;
display: block;
width: auto;
padding: 3px 0px;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

/*.markermenu ul li a:visited, .markermenu ul li a:active{
color: red;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: rgb(77,111,134);
}

/* ######### Side List Vertical Menu ######### */

.sidemenu{
width: 154px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.sidemenu ul{
list-style-type: none;
margin-top: 0px;
margin-left: 0px;
padding: 0px;
}

.sidemenu ul li a{
background: rgb(168,197,227) center; /*light gray background*/
font: bold 11px Arial;
color:  rgb(41,61,107);
display: block;
width: auto;
padding: 3px 0px;
padding-left: 6px;
text-decoration: none;
border-bottom: 1px solid white;
}

* html .sidemenu ul li a{ /*IE6 hack*/
width: 155px;
}

/*.sidemenu ul li a:visited, .sidemenu ul li a:active{
color: red;
}*/

.sidemenu ul li a:hover, .sidemenu ul li a.selected{
background-color:rgb(149,175,219);
}


/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}