﻿/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 190px; /*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: url(../images/SD_button2.png) no-repeat 3px center; /*light gray background*/
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block;
width: auto;
padding: 3px 0;
padding-left: 15px;
text-decoration: none;
list-style-image:  none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 190px;
}

.markermenu ul li a:visited{
color: navy;
}

.markermenu ul li a:hover {
color: #FFF;
background: url(../images/SD_button1.png) no-repeat 3px center;
}

.markermenu ul li a:active{
color: navy;
background: url(../images/SD_button1.png) no-repeat 3px center;
}

.markermenu ul li a.selected{
color: navy;
background: url(../images/SD_button1.png) no-repeat 3px center;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #e7f2fc;;
}

.blackwhite li a:hover{
background: #0066cc;
color: white;
}

.menuli {
list-style-image:  none;
padding:0px 0px 0px 0px  ;
margin:0;
}

