.ddsmoothmenu{
	width: 685px;
	height: 48px;
	margin: 0px auto;
	margin-top:30px;
	background: url(../images/menu_bg.png);
	font-size: 12px;
	color: #ffffff;
	font-family:arial;
	font-weight:bold;
	float:left;
}
.ddsmoothmenu ul{z-index:100;margin:0;padding-left:20px;list-style-type:none; padding-top:0px;}/**/
.ddsmoothmenu ul li{position:relative;display:inline;float:left;}/**/
.ddsmoothmenu ul li a{display:block;/**/color:white;padding:5px 5px 8px 5px; margin: 10px 0px 0px 0px; border-right:0px solid #778;color:#065890;text-decoration:none;}
* html .ddsmoothmenu ul li a{/**/display:inline-block;}
.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{color:#ffffff;}
.ddsmoothmenu ul li li a:link,.ddsmoothmenu ul li li a:visited{color:white;}
.ddsmoothmenu ul li a.selected{/**/background:#000000; color:#ffffff;}
.ddsmoothmenu ul li a:hover{
	background:#000000;
	text-decoration: none;
	color: #ffffff;
	height:100%;
}/**/
.ddsmoothmenu ul li ul li a:hover{
background:#ffffff;
color:#000000;
}
.ddsmoothmenu ul li ul{position:absolute;left:0;display:none;/**/visibility:hidden; margin-top:0px; padding-left:0px;}/**/
.ddsmoothmenu ul li ul li{display:list-item;float:none;}/**/
.ddsmoothmenu ul li ul li ul{top:0;}/**/
.ddsmoothmenu ul li ul li a{font:normal 13px Verdana; color:#ffffff; background:#000000;width:160px;/**/padding:5px;margin:0;border-top-width:0;border-bottom:1px solid #ffffff;}/**/ 
* html .ddsmoothmenu{height:1%;}/**//**/
.downarrowclass{position:absolute;top:20px;right:7px;}
.rightarrowclass{position:absolute;top:6px;right:5px;}/**/
.ddshadow{/**/position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{/**/opacity:0.8;}