/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px tahoma;
margin: 0px;
padding: 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #FFB605;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle li{
border-bottom:1px solid #FFB605;
}


.ddsubmenustyle li a{
display: block;
width: 140px;
background:url(bg_leftnav.gif) no-repeat;
color: #A96C00;
font-weight:bold;
text-decoration: none;
padding: 3px 5px 0px 25px;
height:18px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background:url(bg_leftnav2.gif) no-repeat;
color: #DD6700;
}

/* ######### Neutral CSS  ######### */

.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: 190px; /*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;
margin: 0px;
padding: 0px;
}

.markermenu ul li a{
background:url(bg_leftnav.gif) no-repeat;
font: bold 11px tahoma, Verdana, Helvetica, sans-serif;
color: #A96C00 !important;
display: block;
width: auto;
height:18px;
padding-top:3px;
padding-left: 25px;
text-decoration: none;
background-color:#FFF3D4;
}



* html .markermenu ul li a{ /*IE6 hack*/
width: 165px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #583800 !important;
background:url(bg_leftnav2.gif) no-repeat;
}

