

/* ######### 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: 175px; /*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: 5px 0;
padding: 0;
padding-top:2px;
margin-top:2px;
line-height:2px;
/*border: 1px solid #0b5939;*/


}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
background-color:#a0bdb1;
font: normal 13px  arial, Helvetica, sans-serif;
text-align:left;
color: #000;
display: block;
width: auto;
/*padding: 2px 0;*/
padding-bottom:2px;
padding-top:2px;
padding-left: 12px;
text-decoration: none;
border-bottom: 1px dashed #155d3f;
}

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

/* Active button*/
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #fff;
background-color: #1e6544;
}

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

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


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

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

.ddsubmenustyle li a:hover{
background-color: #1e6544;
color: white;
}

.w200px li a{
width:200px;
background: #a0bdb1;
}

.w200px li a:hover{
width:200px;
background: #1e6544;
color: #fff;
}

.w160px li a{
width:160px;
background: #a0bdb1;
}

.w160px li a:hover{
width:160px;
background: #1e6544;
color: #fff;
}

