/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 183px; /*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;
background:url(../../images/box.gif);
background-repeat:repeat-y;
}

.markermenu ul li a{
background: url(../../images/arrow.gif) no-repeat 3px center; /*light gray background*/
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px dotted #a54b2c;
line-height:16px;
color: #9B2B0C;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;color: #a54b2c;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #a54b2c;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ffffff;
background: #96d360 url(../../images/arrow.gif) no-repeat 3px;
}

.markermenu ul li a.current{
color: #ffffff;
background: #96d360 url(../../images/arrow.gif) no-repeat 3px;
}


