@charset "utf-8";

/**/




#navigation{width:1002px; height:40px; margin:0 auto;z-index:999; position:relative;}
.nav_wrap {width:650px; text-align:center;}
.ddsmoothmenu{height:40px; line-height:40px;}
* html .ddsmoothmenu {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../Images/menubg.png’);}

.ddsmoothmenu ul{margin: 0;padding: 0;list-style-type: none;}


.ddsmoothmenu ul li{position: relative;display: inline;float: left; text-align:center; }
.ddsmoothmenu ul li.current { background:none;}
.ddsmoothmenu ul li.sel{background:url(../../../template/en/images/navigation.jpg) no-repeat 50% 100%; }
.ddsmoothmenu ul li.sel>a{ color:#555;}



.ddsmoothmenu ul li a{ display: block; height:40px; width:100px; font-size:14px; color:#555;}
* html .ddsmoothmenu ul li a{ display: inline-block;}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}
.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{color:#FFF;background:#d71819;}
	

.ddsmoothmenu ul li ul{position: absolute;left: 0;display: none;visibility: hidden; }


.ddsmoothmenu ul li ul li{display: list-item;float: none; background:none; }



.ddsmoothmenu ul li ul li a{ width:220px;margin:0px; padding:0px 0px 0px 23px; height:30px;line-height:30px;background:#f2efeb; filter:alpha(opacity=100);opacity:1.0; font-family:Arial, Helvetica, sans-serif; border-top-width: 0;color:#555;font-size:14px;font-weight: normal;text-align:left;}


.ddsmoothmenu ul li ul li a.selected{
background:#d71819; filter:alpha(opacity=100);opacity:1; color:#FFF;
}
.ddsmoothmenu ul li ul li a:hover{
background:#d71819; filter:alpha(opacity=100);opacity:1; color:#FFF;
}


