﻿/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 210px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
/* border-top: 1px solid #ee8e1d; */
}

.markermenu ul{
list-style-type: none;
margin: 8px 0;
padding: 0px;
border-top: 1px solid #FFce00;
}

.markermenu ul li a{
background: #f78e1d url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: 12px Verdana;
color: #00014e;
background: #f78e1d;
display: block;
width: auto;
padding: 7px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #FFce00;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 210px;
color: #00014e;
background: #f78e1d;
}

.markermenu ul li a:active{
color: #00014e;
background: #f78e1d;
}

.markermenu ul li a:visited{
color: #00014e;
background: #f78e1d;
}

.markermenu ul li a.selected{
color: #00014e;
background-color: white;
}

.markermenu ul li a:hover{
color: #00014e;
background-color: white;
}

.markerselected{
background-color: white;
}

.markerselecteditem{
background-color: #f78e1d;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #f78e1d;
}

.blackwhite li a:hover{
background: white;
color: #00014e;
}
