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

.dropdown {
width: 142px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding: 0;
margin: 90px 0 0 0;
float: left;
height: 530px;
border-left: 1px solid #0e2947;
border-right: 1px solid #74a3d1;
background: #CCDBF9 url(../images/bg_navi.gif) top center repeat-x;
}
.dropdown ul {
margin: 0;
padding: 0;
}
.dropdown li {
list-style: none;
margin: 0;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #bad4f1;
}
.dropdown ul li a {
display: block;
font-size: 11px;
color: #0b2a5c;
margin-bottom: 0;
padding: 9px 0 10px 43px;
text-transform: capitalize;
text-decoration: none;
background: url(../images/arrow_navi.gif) left center no-repeat;
}
.dropdown ul li a:hover, .dropdown ul li a.selected {
background: #ffffff url(../images/arrow_navi_over.gif) left center no-repeat;
}
.dropdown li.navi01 {
border-top: 0;
}
.line {
border-top: 1px solid #ffffff;
}

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

.blackwhite li a{
background: url(../images/arrow_navi.gif) left center no-repeat;
color: #0b2a5c;
font-size: 11px;
}
.blackwhite li a:hover{
background: #ffffff url(../images/arrow_navi_over.gif) left center no-repeat;
color: #0b2a5c;
}
