/* ######### 下拉菜单Drop Down ULs CSS ######### */


.ddsubmenustyle_g{ /*topmost and sub ULs, respectively*/
margin: 0;
padding-top:10px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 100;
color:#fff;
float:left;
width:200px;
border:1px solid #e4e4e4;
border-top:0 none;
border-bottom:0 none;
background:url('../syd/images/nge.png');
border-bottom:6px solid #ad1731;
}
.ddsubmenustyle_g li{
float:left;
padding:20px 10px 20px 10px;

 }



 .ddsubmenustyle_g li a{
text-decoration: none;
display:list-item;
min-width:95px;
height:30px;
line-height:30px;
text-align:center;
background:none;
color:#5d5d5d;
padding:0 10px;

}

#ddsubmenu1 li a{padding:0 35px; text-align:left; width:auto;}


.ddsubmenustyle_g li ul{
position: absolute;
left: 30px;
top: 0px;
background:#0a3159;
color:#fff;
margin-left:5px;
float:left;
width:180px;

}



 
 
.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; color:white; background:#a61121; /*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:10px 0 0;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 100;
color:#fff;
float:left;
background:url('../syd/images/nav_ul_bg.jpg') repeat-x left bottom;
border:1px solid #e4e4e4;
border-top:0 none;
border-bottom:0 none;
width:200px;


}

.ddsubmenustyle_e li{

float:left;
padding:20px 10px 20px 10px;
background:url('../syd/images/nge.png');

}

.ddsubmenustyle_e li a{
display:list-item;
text-decoration: none;
background:none;
color:#5d5d5d;
line-height:30px;
padding:0 10px;

}




.ddsubmenustyle_e li ul{

position: absolute;
left: 30px;
top: 0px;
background:#0a3159;
color:#fff;
margin-left:10px;
float:left;
width:180px;

}



 
 
 .ddsubmenustyle_e li ul   a{
display: block;
width:210px; /*width of menu (not including side paddings)*/
text-align:left;
color: black;
background:#4b4b4b;
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:white; background:#a61121;

}



