/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*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 0px 5px 3px;
padding: 0;
/*border: 1px solid #9A9A9A;
*/}

.markermenu ul li a{
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 4px 3px 7px;
min-height:25px;
text-decoration: none;
background:url(bdr.gif) repeat-x 0 bottom;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-transform:uppercase;
}

.markermenu ul li a:hover{background:url(bdr.gif) repeat-x 0 bottom;}/*light gray background*/
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 175px;

color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
padding: 7px 4px 7px 10px;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:13px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-transform:uppercase;

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: white; /*to change active color*/
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background:url(glossyback2.gif) repeat-x bottom left #3084A8;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{ background:#1976A1; color:white;}

.blackwhite li a:hover{
background: #3084A8;
color: white;
}