/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #1E6B9F;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width:160px;
color: black;
background-color: lightyellow;
text-decoration:none;
padding: 4px 5px;
border-bottom: 1px solid #1E6B9F;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color:#ff6600;
color:#ffffff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}









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

.markermenu{
width:220px;
float:left;
padding-left:20px;
padding-top:8px;
padding-bottom:8px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
margin:0 0 0 0px;
padding:0px;
}
.markermenu ul li{
list-style-type:none;
padding:3px 0px;
}

.markermenu ul li a{
font-family:'Georgia';
font-size:16px;
color: #463933;
font-weight:normal;
text-decoration: none;
display: block;
width: auto;
padding-left:35px;
background:url(../images/icon.gif) no-repeat;
}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#1E6B9F;
}

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

.blackwhite li a{
background:#ffffff;
}

.blackwhite li a:hover{
background:#1E6B9F;
color: #ffffff;
}