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

.markermenu{
width: 220px; /*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{
background: #FFFFFF center; /*light gray background*/
font-family:arial;
font-size:12px;
color: #cc0000;
height:20px;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
 padding-top: 7px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #cc0000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: black;
background-color: #fbf8f1;
}



.markermenus{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenus ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenus ul li a{
background: #000000 center; /*light gray background*/
font-family:arial;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenus ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenus ul li a:visited, .markermenus ul li a:active{
color: #000000;
}

.markermenus ul li a:hover, .markermenus ul li a.selected{
color: white;
background-color: black;
}


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

.blackwhite li a{
background: #FDFCF8;
color: #cc0000;
height:20px;
font-family:arial;
font-size:12px;
border-bottom: 1px solid #B5B5B5;
padding-top:7px;
}

.blackwhite li a:hover{
background-color: #fbf8f1;
font-family:arial;
font-size:12px;
color: #00014e;
border-bottom: 1px solid #B5B5B5;
padding-top:7px;
}

.new li a{
background: red;
}

.new li a:hover{
background: green;
color: red;
}

.test { 
background:#fbf8f1 center; 
align=center; 
font: bold 12px arial;
color: #000000; 
display: block; 
width: auto; 
padding: 3px 0; 
padding-top: 7px; 
padding-left: 10px; 
height:20px; 
text-decoration: none; 
border-bottom: 1px solid #B5B5B5; 
}