/* ######### 下拉菜单Drop Down ULs CSS ######### */


.ddsubmenustyle_g{ /*topmost and sub ULs, respectively*/

margin: 0px;
padding:0px 0px 10px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 100;
color:#fff;
float:left;
background:#65040c;
}
 .ddsubmenustyle_g li{
	padding:0px 4px 0px;
	
 }

 .ddsubmenustyle_g li a{
text-decoration: none;

background:none;
/*
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
*/
color:white;
line-height:30px;
display:block;
padding:0 35px;

}

/*
#ddsubmenu2 li a{width:170px;}
#ddsubmenu3 li a{width:140px;}
#ddsubmenu4 li a{width:140px;}
#ddsubmenu5 li a{width:120px;}

*/

.ddsubmenustyle_g li ul{
position: absolute;
left: 30px;
top: 0px;
background:#0a3159;
color:#fff;
margin-left:5px;
float:left;
width:126px;
}



 
 
.ddsubmenustyle_g li ul a{
display: block;
width:180px; /*width of menu (not including side paddings)*/
text-align:left;
text-indent:2em;
background:#4b4b4b;
text-decoration: none;
height:25px;
line-height:25px;
border-bottom:#646363 1px solid;
margin:0;
padding-left:0px;
position: relative;
color:#fff;
}






.ddsubmenustyle_g li a:hover{text-decoration:none; background:black; filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity: 1.0;opacity: 1.0;}

/* ######### 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;
visibility: hidden;
z-index: 100;
color:#fff;
float:left;
background:#f2ba09;

}

.ddsubmenustyle_e li{
float:left;
}

 .ddsubmenustyle_e li a{
text-decoration: none;

background:none;
/*
filter:alpha(opacity=60);
-moz-opacity:0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
*/
color:#545454;
line-height:30px;

padding:0 10px;
}




.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; color:#ff0000; background:none; filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity: 1.0;opacity: 1.0;

}



