#smoothmenu1{}
.ddsmoothmenu{
line-height:100px; width:900px; position:absolute; right:5%;}

.ddsmoothmenu ul{text-align:center;
}

.ddsmoothmenu ul li{
position: relative; float:left; text-align:center; width:85px; margin:0 10px; line-height:100px;  font-size:17px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;color:#FFFFFF;}

/*.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
z-index:100; text-align:center;
}*/

/*.ddsmoothmenu ul li a:selected{ 
background:#010329; 
color: white;
z-index:100; text-align:center;
}*/
.ddsmoothmenu ul li a:hover{
text-align:center; display:block;background-color:#044be3; padding:0px; margin:0px; text-decoration:none; background-image:url(../images/index_07.jpg); background-position: center bottom;
 background-repeat:no-repeat;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ padding:0px; margin:0px; 
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;  width:220px;background-color:#000f7b;left:200px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
border-left: none;width:220px; line-height:50px; height:50px; padding:0px; margin:0px; 
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 17px Verdana;
display:block;
line-height:50px; 
padding:0px; margin:0px;
border-top-width: 0;
border-bottom: 1px solid gray;
text-align:center;
}
.ddsmoothmenu ul li ul li a:hover{
z-index:100;
line-height:50px; 
 display:block;
 background-color:#044be3; 
 text-decoration:none;
 padding:0px; margin:0px;
border-bottom: 1px solid gray;
text-align:center;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
/*.ddsmoothmenu ul li ul li ul{
top: 0; left:0; width: 225px;
}
.ddsmoothmenu ul li ul li ul li a{
width: 220px; 
}*/

/* 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: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*һ���ز����ռ�����www.16sucai.com*/

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*Top level list items*/