@charset "utf-8";


.ddsmoothmenu{ font-size:14px; width:1080px; height:50px; margin:auto;}
.clear{clear:both; height:0px; overflow:hidden;}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
padding:0px;
z-index:999999;
}

.menu {text-align:center; padding:0px 38px;}



/*Top level menu link items style*/
.ddsmoothmenu ul li a{ display: block; font-size:14px; font-family:"微软雅黑"; color: #ffffff;  text-decoration: none; line-height:50px; height:50px; }
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #ffffff;
}

.ddsmoothmenu ul li a.selected{
color:#ffffff;
font-weight:bold;
background:#fec600;
}
.ddsmoothmenu ul li a:hover{
color: #ffffff;
font-weight:bold;
background:#fec600;
}


.ddsmoothmenu ul li ul li a { background:none; color:#ffffff;}
.ddsmoothmenu ul li ul li a:link {color:#ffffff;}
.ddsmoothmenu ul li ul li a:visited {color:#ffffff;}
.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:none;
color: #ffffff!important;
}

.ddsmoothmenu ul li ul li a:hover{
background:#219254; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ position:absolute; width:180px; margin-left:0px; display: none; visibility: hidden; padding:0px; background:#ffc600;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ text-align:center; font-size:12px; background:none;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ 
background:#d3d7da;
top: 0;
margin-left:00px;
margin-top:0px;
border:#ffffff 0px solid; 
border-left:none;
}

.ddsmoothmenu ul li ul li ul li { width:180px;}
.ddsmoothmenu ul li ul li ul li a { 
    color: #ffffff;
    line-height: 40px;
    padding: 0px 0px;
    height: 40px;
    font-size: 13px;
    border-bottom: #ffe27e 1px dotted;
    width: 180px;
	background:#ffc600;
}
.ddsmoothmenu ul li ul li ul li a:hover {
	background:#248c51;
	display:block;
	 border-bottom: #248c51 1px dotted;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{color:#ffffff; line-height:40px; padding:0px 0px; height:40px; font-size:13px; border-bottom:#ffe27e 1px dotted; width:180px;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: -1000px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 15px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background:none;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.0;
}
