/* ######### Marker List Vertical Menu ######### */

.markermenu{

}

.markermenu ul{
background:#ededed;
width:254px;
height:30px;
list-style-type: none;
margin-left:6px;
 
padding: 0;

}

.markermenu ul li a{
 /*light gray background*/
 width:254px;
height:30px;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #e13a00;
display: block;



text-decoration: none;

}

* html .markermenu ul li a{ /*IE6 hack*/
color:#FF0000;
height:30px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
background:#d9d9d9;
width:240px;
height:30px;
float:left;
cursor:pointer;
margin-left:6px;

}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background:#d9d9d9;
width:254px;
height:30px;
float:left;
cursor:pointer;


}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#ededed;
width:240px;

}

.blackwhite li a:hover{
background: #ededed;
color: #e13a00;

}