.ddsmoothmenu{
font-family:"Times New Roman", Times, serif;
font-size:15px;
background: #f5d101; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #414141; /*background of menu items (default state)*/
color: white;
padding: 9px 0px;
border-right: 2px solid #f5d101;
color: #2d2b2b;
text-decoration: none;
margin:0;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
}


/* top level static */
.ddsmoothmenu ul li.nav1 a{background:#76852d; width:70px; text-align:center;}
.ddsmoothmenu ul li.nav2 a{background:#284151; width:70px; text-align:center;}
.ddsmoothmenu ul li.nav3 a{background:#81221c; width:84px; text-align:center;}
.ddsmoothmenu ul li.nav4 a{background:#c46111; width:78px; text-align:center;}
.ddsmoothmenu ul li.nav5 a{background:#76852d; width:78px; text-align:center;}
.ddsmoothmenu ul li.nav6 a{background:#626137; width:76px; text-align:center;}
.ddsmoothmenu ul li.nav7 a{background:#77848e; width:102px; text-align:center;}
.ddsmoothmenu ul li.nav8 a{background:#17765c; width:58px; text-align:center;}

/* top level hover & selected */
.ddsmoothmenu ul li.nav1 a:hover, .ddsmoothmenu ul li.nav1 a.selected{background:#93a538;}
.ddsmoothmenu ul li.nav2 a:hover, .ddsmoothmenu ul li.nav2 a.selected{background:#385c74;}
.ddsmoothmenu ul li.nav3 a:hover, .ddsmoothmenu ul li.nav3 a.selected{background:#a02f28;}
.ddsmoothmenu ul li.nav4 a:hover, .ddsmoothmenu ul li.nav4 a.selected{background:#e06e18;}
.ddsmoothmenu ul li.nav5 a:hover, .ddsmoothmenu ul li.nav5 a.selected{background:#93a538;}
.ddsmoothmenu ul li.nav6 a:hover, .ddsmoothmenu ul li.nav6 a.selected{background:#7d7b46;}
.ddsmoothmenu ul li.nav7 a:hover, .ddsmoothmenu ul li.nav7 a.selected{background:#96a7b3;}
.ddsmoothmenu ul li.nav8 a:hover, .ddsmoothmenu ul li.nav8 a.selected{background:#2ea484;}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
margin:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin:0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-align:left !important;
width: 186px !important; /*width of sub menus*/
padding: 8px;
margin-bottom: -1px;
border:none;
}

/* Holly Hack for IE \*/
*html .ddsmoothmenu ul li ul li a{margin-bottom: -1px;}
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* sub level static */
.ddsmoothmenu ul li.nav1 ul li a{background:#93a538; border-top:1px solid #76852d;}
.ddsmoothmenu ul li.nav2 ul li a{background:#385c74; border-top:1px solid #284151;}
.ddsmoothmenu ul li.nav3 ul li a{background:#a02f28; border-top:1px solid #81221c;}
.ddsmoothmenu ul li.nav4 ul li a{background:#e06e18; border-top:1px solid #c46111;}
.ddsmoothmenu ul li.nav5 ul li a{background:#93a538; border-top:1px solid #76852d;}
.ddsmoothmenu ul li.nav6 ul li a{background:#7d7b46; border-top:1px solid #626137;}
.ddsmoothmenu ul li.nav7 ul li a{background:#96a7b3; border-top:1px solid #77848e;}

/* sub level hover & selected */
.ddsmoothmenu ul li.nav1 ul li a:hover{background:#abc141;}
.ddsmoothmenu ul li.nav2 ul li a:hover{background:#47708c;}
.ddsmoothmenu ul li.nav3 ul li a:hover{background:#b84038;}
.ddsmoothmenu ul li.nav4 ul li a:hover{background:#f37e25;}
.ddsmoothmenu ul li.nav5 ul li a:hover{background:#abc141;}
.ddsmoothmenu ul li.nav6 ul li a:hover{background:#999653;}
.ddsmoothmenu ul li.nav7 ul li a:hover{background:#aabdca;}




/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}