@charset "utf-8";
/* ----header @ footer---- */
#navigation{width:100%; height:43px;}
.ddsmoothmenu{width:628px; position:relative; z-index:999; float:right;}
* html .ddsmoothmenu {background:none; }

.ddsmoothmenu ul{margin:0px;padding:0px;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{height:43px; position:relative; display:inline; float:left; text-align:center; padding:0px 15px;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{height:43px; display: block; font-size:14px; line-height:30px;color:#FFF;}
.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{color:#FFF; background:url(../Images/menu_a_hover.png) center bottom no-repeat;_background:none;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{ width:196px;position: absolute; left:0px;display: none; visibility: hidden; background:#FFF;border-bottom-left-radius:5px;border-bottom-right-radius:5px; padding:20px 0px; border:2px solid #dbdbdb; border-top:none;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{float:none; top:0px; left:0px; padding:0;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{ width:200px; font-size:12px; height:30px; line-height:30px; color:#000; text-align:left; text-indent:20px;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a.selected{background:#dbdbdb;filter:alpha(opacity=100);opacity:1; color:#000;}
.ddsmoothmenu ul li ul li a:hover{background:#dbdbdb; filter:alpha(opacity=100);opacity:1; color:#000;}