/* ######### Marker List Vertical Menu ######### */

.markermenu {
   width: 153px; /*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;
}
.markermenu ul li a {
   width:153px; height:45px;
   background-image:url(../img/link_back.gif);
   background-repeat:no-repeat;
   text-align:left;
   font:normal 11px tahoma;
   text-decoration: none;
   color: Black;
   display: BLOCK;
   padding: 1px;
   padding-right:0px;

}

* html .markermenu ul li a { /*IE6 hack*/
   width: 153px;
   vertical-align:top;   
   padding-top:14px;
}

.markermenu ul li a:visited, .markermenu ul li a:active {
   color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected {
   font:normal 11px tahoma;
   color: Red;
}

.blackwhite li a {
   background: white;
}

.blackwhite li a:hover {
   color: white;
}
