/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 190px; /*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: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: url(bg_red02.gif) no-repeat 3px center; 
font-family: Tahoma;
font-size: 11px;	
color: #1C4185;
font-weight: bold;
text-decoration: none;
display: block;
width: auto;
padding: 4px 0;
padding-left: 25px;
text-decoration: none;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
background: url(bg_red02.gif) no-repeat 3px center;
font-family: Tahoma;
font-size: 11px;	
color: #1C4185;
font-weight: bold;
text-decoration: none;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background:  url(bg_grn02.gif) no-repeat 3px center;
font-family: Tahoma;
font-size: 11px;	
color: #DD0A1B;
font-weight: bold;
text-decoration: none;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### 

.blackwhite li a{
background: #F0F0E1;
}

.blackwhite li a:hover{
background: black;
color: white;
}
*/
