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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Tahoma;
list-style:none;
margin: 0;
padding: 0;
position: absolute;
left: 10;
top: 0;
font-weight:bold;
text-decoration: none;
list-style-type: none;
background: white;
border: 0px solid #FFFFFF;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width: 180px;
color: black;
list-style:none;
background-color: lightyellow;
text-decoration: none;
padding: 4px 10px;
border: 1px solid #FFFFFF;
background-color:#E8FAFE;
color:#259AA3;

}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
background-color:#E8FAFE;
color:#259AA3;
}

.ddsubmenustyle li a:hover{
background-color: #D9F4F9;
color: #259AA3;
border: 1px solid #FFFFFF;
}

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

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

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

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