
.ddsmoothmenu { list-style-type: none; list-style-image: none; list-style-position: outside; z-index: 200;  height:30px;width: 100%; }
.ddsmoothmenu ul li a.normal, a.normal:visited { color: #F6EFEF; z-index: 1000; }
.ddsmoothmenu ul { padding-left: 25px; list-style-type: none; z-index: 100; }
.ddsmoothmenu ul ul { margin: 15px; padding-left: 0; }

/*Top level list items*/
.ddsmoothmenu ul li { position: relative; float: left; z-index: 100; color:White; padding:10px 0 0 0;}
.ddsmoothmenu ul li a { margin:0 25px 0 25px;  display: block; color: #F6EFEF; }
.ddsmoothmenu ul li .current {color: #FF7900; }
/*Top level menu link items style*/
.ddsmoothmenu ul li ul a {  color: #F6EFEF; }


/*1st sub level menu*/
.ddsmoothmenu ul li ul { position: absolute; display: none; visibility: hidden; background:#0074C1; margin:6px 0 0 10px; z-index: 100; }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li a { display: list-item inline; float: none; list-style-type: none; margin-left: 16px; width:150px;z-index: 200; }

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { margin-left: 0px; z-index: 200;}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {  font-weight: bold;  padding:0 0 5px 10px; border-top-width: 1px; text-align: left;z-index: 200; font-size:11px  }

.ddsmoothmenu ul li ul li ul li a { position: relative;  z-index: 200;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; }
/*Holly Hack for IE7 and below*/

.ddsmoothmenu ul li a:hover {/*background of menu items during onmouseover (hover state)*/ color: white; text-decoration:underline; }
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { position: absolute; left: 0; top: 0; width: 0; bottom: 0; height: 0; }

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/ opacity: 0.6;}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
	


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item ;
float: none;
width:auto;
}


