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

.ddsubmenustyle{ /*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;
visibility: hidden;
z-index: 1000000;
border:none;
background:none;
width: 162px;
}


.ddsubmenustyle li { background:url(/images/sm_m.png) repeat-y; }
.ddsubmenustyle li.first { background:url(/images/sm_t.png) no-repeat left top; height:6px; line-height:0; font-size:0; }
.ddsubmenustyle li.last { background:url(/images/sm_b.png) no-repeat left top; height:6px; line-height:0; font-size:0; }

.ddsubmenustyle li a{
background:url(menu_arrow.gif) no-repeat 4px 4px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
font-size: 12px;
font-style:normal;
font-weight:bold;
display: block;
color: #87da57;
text-decoration:none;
padding: 0px 5px 0px 25px;
line-height:24px;
float:none;
}

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

.ddsubmenustyle li a:hover{
color: #fff;
text-decoration:none;
}

/* ######### 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;
left: 100px;
border: 0;
}

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