﻿/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 250px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
font-weight:bold;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.markermenu ul li a{
background: #29568f url(bulletlist.gif) no-repeat 4px center; /*grey background*/
color: #EAEFF9;
display: block;
width: auto;
padding: 6px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #EAEFF9;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:14px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 250px;
text-decoration: none;
border-bottom: 1px solid #EAEFF9 ;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:14px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #EAEFF9;
text-decoration: none;
border-bottom: 1px solid #EAEFF9;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:14px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #29568f;
background-color: #EAEFF9;
text-decoration: none;
border-bottom: 1px solid #EAEFF9;
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:14px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #646566;
}

.blackwhite li a:hover{
background: #a1a2a5;
color: #646566;
}