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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: bold 11px Arial;
color:#ffffff;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: #2F65AD;*/
border: 1px solid #2F65AD;
visibility: hidden;
z-index: 100;
width: 150px;
}

.ddsubmenustyle li {
padding-left:4px;
padding-top:4px;
vertical-align:middle;
background:#2F65AD url(tabBG.gif) center left no-repeat;
FILTER:Alpha(Opacity=90); /* IE */
opacity:0.9; /* Safari, Opera */
-moz-opacity:0.90; /* FireFox */
color:#ffffff;
}

.ddsubmenustyle li a{
display: block;
width: 140px;
height:23px;
color: #ffffff;
font: bold 11px Arial, Verdana, Helvetica, sans-serif;
text-decoration: none;
padding: 0;
margin:0;
text-align:left;
vertical-align:middle;
}

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

.ddsubmenustyle li a:active{
width: 140px;
height:23px;
color: #ffffff;
}

.ddsubmenustyle li a:visited{
width: 140px;
height:23px;
color: #ffffff;
}
.ddsubmenustyle li a:hover{
color: #FFCC00;
width: 140px;
height:23px;
}

/* ######### 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;
}