/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px arial;
margin: 0;
/*padding: 0;*/
position: absolute;
left:0;
/*top: 0;*/
list-style-type: none;
border:0;
background:#000;
visibility: hidden;
z-index: 100;
color:#fff;
border-top:2px solid #fff;
border-left:2px solid #fff;
border-right:2px solid #fff;

}

.ddsubmenustyle li a{width:130px;

text-decoration:none; color:#7e8690; font-size:11px; padding:5px 7px 5px 7px; font-weight:bold; display:block; background:#e5e5e5; border-bottom:2px solid #fff;}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display:block; color:#7e8690;
}

.ddsubmenustyle li a:hover{
display:block;
color:#ffcc00; background:#0066cc;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 5px;
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: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}