

.ddsmoothmenu { height:30px;  font-weight:bold}

.ddsmoothmenu ul { margin: 0; padding: 0; list-style-type: none; }

/*Top level list items*/
.ddsmoothmenu ul li { position: relative; display: inline; float: left; }

.ddsmoothmenu ul .current { padding:0;  background-color:#B01F22}
.ddsmoothmenu ul .current a{color:#FFFFFF; }
/*Top level menu link items style*/
.ddsmoothmenu ul li a { display: block; /*background of menu items (default state)*/ color: #FDB931; padding:8px 22px 7px 22px; font-size:13px;  }
.ddsmoothmenu ul li span{ display: block; /*background of menu items (default state)*/  padding:8px 25px 7px 25px;    }

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/ display: inline-block; }
.ddsmoothmenu ul li a:hover { /*background of menu items during onmouseover (hover state)*/ color: white; text-decoration: none; }

/*1st sub level menu*/
.ddsmoothmenu ul li ul { position: absolute; left: 0; display: none; /*collapse all sub menus to begin with*/ visibility: hidden; border-top:solid 1px #737477;border-left:solid 1px #737477; border-right:solid 1px #737477;background-color:#FFFFFF }

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li { display: list-item; float: none;  border-bottom:solid 1px #737477;}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul { top: 0; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {  min-width: 175px; /*width of sub menus*/ padding: 5px 5px 5px 5px !important; margin: 0; color:#414142 !important; font-size:12px;}
.ddsmoothmenu ul li ul li a:hover { color:#FFFFFF !important ; background-color:#b82326; text-decoration:none;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; }
/*Holly Hack for IE7 and below*/


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { position: absolute; left: 0; top: 0; width: 0; height: 0; }

.toplevelshadow { /*shadow opacity. Doesn't work in IE*/ opacity: 0.8; }









/* Holly Hack for IE \*/
* html .ddsmoothmenu { height: 1%; }
/*Holly Hack for IE7 and below*/
