/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*width of side bar menu*/
clear: left;
position: static; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;

}

.markermenu ul li a{
font-size:13px;
color: #00014e;
display: block;
width: 180px;
padding: 3px 0;
text-decoration: none;
margin-top:20px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 170px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
font-size:14px;
}


