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

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

.ddsubmenustyle li {
display: block;
background:#e2e2e2 url(../images/sub-menu-bg.gif) repeat-x;
border-bottom: 1px solid #ccc;
color:#fff;
cursor:hand;
}

.ddsubmenustyle li:hover {
background:#21a72c url(../images/sub-menu-bg-on.gif) repeat-x;
text-decoration: none;
border-bottom: 1px solid #ccc;
color: #fff;
display:block;
}

.ddsubmenustyle li:hover a {
color: #fff;
display:block;
}

.ddsubmenustyle li a {
display: block;
color: #666;
/*background:#e2e2e2 url(../images/sub-menu-bg.gif) repeat-x;*/
text-decoration: none;
padding: 8px 5px;
font-size:8pt;
height:12px;
font-family:Trebuchet MS;
}

.ddsubmenustyle li a:hover {
/*background:#21a72c url(../images/sub-menu-bg-on.gif) repeat-x;*/
color: #fff;
padding: 8px 5px;
height:12px;
display:block;
font-family:Trebuchet MS;
}

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



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

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

.downarrowpointer img {display:none;}

.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;
}