/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 203px; /*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;
vertical-align: middle;
margin: 5px 0;
padding: 0 8px 0 0;
/* border: 1px solid #9A9A9A; */
}

.markermenu ul li a{
background: #B9793C url(BUT03.gif) 0px no-repeat 0px;
font: bold 10pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
height: 28px;
text-decoration: none;
/* border: 1px solid #686866; */
padding-left: 30px;
padding-top: 8px;
margin-top: -3px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 196px;
height: 28px;
padding: 8px 8px 0 30px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

#but1 {
background: #B9793C url(BUT01.gif) 0px 0px;
height: 28px;
padding-top: 9px;
}

* html #but1{ /*IE6 hack*/
height: 37px;
}

#but2 {
background: #B9793C url(BUT02.gif) 0px 0px;
height: 28px;
}

* html #but2{ /*IE6 hack*/
height: 36px;
}

#but3 {
background: #B9793C url(BUT03.gif) 0px 0px;
height: 28px;
}

* html #but3{ /*IE6 hack*/
height: 36px;
}

#but4 {
background: #B9793C url(BUT04.gif) 0px 0px;
height: 28px;
}

* html #but4{ /*IE6 hack*/
height: 36px;
}

#but5 {
background: #B9793C url(BUT05.gif) 0px 0px;
height: 28px;
}

* html #but5{ /*IE6 hack*/
height: 36px;
}

#but6 {
background: #B9793C url(BUT06.gif) 0px 0px;
height: 28px;
}

* html #but6{ /*IE6 hack*/
height: 36px;
}

#but7 {
background: #B9793C url(BUT07.gif) 0px 0px;
height: 30px;
}

* html #but7{ /*IE6 hack*/
height: 36px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}