/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 14px Verdana;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background:#fff;   
border: 1px solid #f0f0f0;
border-top: 0px solid #f0f0f0;
visibility: hidden;
z-index: 13; overflow:hidden;
}

.ddsubmenustyle li a{
display: block;
background-color: #EFEFEF;
/*width: 210px;*/ /*width of drop-down menu (not including side paddings)*/
color: #ed8224; 
font-family:"Century Gothic", Arial, Verdana, sans-serif;
 font-size:13px; 
text-decoration: none; 
text-align:left;
padding: 7px 10px 7px 29px; 
width:130px; 
height:15px;
margin:0px; 
overflow:hidden;
border-bottom: 1px solid #dedede; font-weight:bold;
}
.ddsubmenustyle li .client{padding: 7px 10px 7px 10px; width:170px; font-size:11px; font-weight:bold; }
.ddsubmenustyle li .client:hover{padding: 7px 10px 7px 10px;color: #c86005; }
* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
  
/*width: 170px;*/ /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{ 
color: #c86005;  
background-color: #F9F9F9;
padding: 7px 10px 7px 29px; 
margin:0px;
}

/* ######### 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: 12;
background: transparent;
border-width:0;
width: 0;
height: 0; 
display: block;
}