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

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

.markermenu ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
background: #e2b772;
list-style-type: none;
border-bottom-width: 0;
}

.markermenu ul li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
display: block;
background: #e2b772; /*THEME CHANGE HERE*/
width: 140px;
border-bottom: 0.5pt solid #f9eee3;
}

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

.markermenu ul li a:hover{
background-color: #FBE8C9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
text-decoration: none;
width: 140px;
}

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

.blackwhite li a{
background-color: #FBE8C9;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
}

.blackwhite li a:hover{
background-color: #e2b772;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #336633;
text-decoration: none;
}
