/* ######### ÏÂÀ­²Ëµ¥Drop Down ULs CSS ######### */


.ddsubmenustyle_g{ /*topmost and sub ULs, respectively*/

margin: 0;
padding: 5px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 100;
color:#fff;
display:block;
background:#930a15;
}
 .ddsubmenustyle_g li{
float:left;
width:165px;
clear:both;
 }



 .ddsubmenustyle_g li a{
text-decoration: none;
font:bold 9pt/24px Arial, Helvetica, sans-serif,ËÎÌå;
filter:alpha(opacity=100);
color:#fff;
background:#930a15;
border-bottom:#880711 1px solid;
padding:0 0 0 15px;
margin:0;
width:150px;
height:24px;
display:block;
}


.ddsubmenustyle_g li ul{
position: absolute;
left: 30px;
top: -1000px;
background:#930a15;
margin:0 0 0 5px;
padding:5px;
float:left;
width:180px;
 list-style:none;
}



 
 
 .ddsubmenustyle_g li ul a{
display: block;
width:150px; /*width of menu (not including side paddings)*/
text-align:left;
background:#930a15;
text-decoration: none;
height:25px;
line-height:25px;
border-bottom:#880711 1px solid;
margin:0;
padding:0 0 0 15px;
position: relative;
}






.ddsubmenustyle_g li a:hover{text-decoration:none; color:#ffffff; background:#d30a1a;}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;display:none;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
left: 110px;
border: 0;
padding-top: 7px !important;padding-top: 0px;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}




















/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle_e{ /*topmost and sub ULs, respectively*/

margin: 0;
padding: 0;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
border: 1px solid #294699;
border-top-width: 0;
visibility: hidden;
z-index: 100;
padding:0 3px 5px 3px;
background:#0a3159;
margin-left:0px;
color:#000;
float:left;width:210px;

}

 .ddsubmenustyle_e li a{
display: block;
text-align:left;
background:#0a3159;
FONT-FAMILY: Times New Roman, Helvetica, sans-serif;
filter:alpha(opacity=80);
text-decoration: none;
height:25px;line-height:25px;
border-bottom:#061d35 1px solid;
margin:0;
color:#fff;
width:210px;
text-indent:2em;
}

* html .ddsubmenustyle_e li{ /*IE6 CSS hack*/
display: inline-block;
width: 210px; /*width of menu (include side paddings of LI A*/
height:25px;
margin:0px;clear:both;
float:left;color:#fff;}


.ddsubmenustyle_e li ul{

position: absolute;
left: 30px;
top: 0px;
background:#0a3159;
color:#fff;
margin-left:10px;

}



 
 
 .ddsubmenustyle_e li ul   a{
display: block;
width:210px; /*width of menu (not including side paddings)*/
text-align:left;
color: black;
background:#0a3159;
text-decoration: none;
height:25px;line-height:25px;
border-bottom:#061d35 1px solid;
margin:0;
padding-left:5px;
position: relative;
color:#fff;
}






.ddsubmenustyle_e li a:hover{
text-decoration:none;
background:#f09506;color:#ffffff;
width:210px;

}



