@charset "utf-8";
/* ----header @ footer---- */
#navigation{width:100%; height:50px; background: url(../Images/menu_bg.png) repeat-x;}
.ddsmoothmenu{width:1200px; margin:0 auto; position:relative; z-index:999;}
* html .ddsmoothmenu {background:none; }

.ddsmoothmenu ul{margin:0px;padding:0px;list-style-type: none;}

/*Top level list items*/
.ddsmoothmenu ul li{height:50px; position:relative; display:inline; float:left; text-align:center;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{width:140px; height:50px; display: block; font-size:16px; line-height:45px;}
.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{background:url(../Images/menu_hover.jpg) repeat-x; color:#009fdb;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{position: absolute;left:0px;display: none; visibility: hidden;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{float: none; background:none; top:-5px; left:0px; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{height:30px; background:#f2f2f2; filter:alpha(opacity=70);opacity:0.7;color:#000; font-size:12px; line-height:30px;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a.selected{background:#19a6db; filter:alpha(opacity=100);opacity:1; color:#FFF;}
.ddsmoothmenu ul li ul li a:hover{background:#19a6db; filter:alpha(opacity=100);opacity:1; color:#FFF; text-shadow:none;}