#smoothmenu1
{
bottom:0px;
position:relative;
top:0px;
}

.ddsmoothmenu{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
/*background-image:url(../images/menu_bg.jpg);*/
width: 100%;
z-index:999;
}

.ddsmoothmenu ul{
z-index:100;
margin:0px;
padding:0px;
list-style-type: none;
text-align:left;
z-index:999;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-transform:capitalize;
z-index:999;
margin:0px 0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
/**/
color: white;
padding: 14px 20px 14px 20px;
/*margin-right:20px;*/
/*border-right: 1px solid #A80000;*/
color: #ffffff;
text-decoration: none;
z-index:999;
/*background-color:#25760D;*/
}

.ddsmoothmenu ul li
{
	/*background-color:#25760D;*/
	border-right:1px solid #FFE057;
	padding:0px 5px 0px 5px;
	/*background-image:url(../images/menu_bg.jpg);*/
}

.ddsmoothmenu ul li:hover
{
	background-image:url(../images/menu_over.jpg);
	color:#ffffff;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

display: inline-block; z-index:999;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;  z-index:999;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
  z-index:999;
color: white;
}

.ddsmoothmenu ul li a:hover{
/*background: #6EB919;*/ /*background of menu items during onmouseover (hover state)*/
background-image:url(../images/menu_over.jpg);
color: white;
z-index:999;
/*height:15px;*/
}

div#smoothmenu1 ul li#active {background-image:url(../images/menu_over.jpg); height:43px;}
div#smoothmenu1 ul li#b {background-image:url(../images/menu_over.jpg); background-position:0 -45px; margin:0; padding:0; z-index:99;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:999;
color:#ffffff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
text-transform:capitalize;
z-index:999;
padding:0px;
margin:0px;
color:#ffffff;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0; z-index:999; color:#ffffff;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
z-index:999;
background-image:url(../images/bullet.gif); background-repeat:no-repeat; background-position:10px 10px;
border:0px;
background-color:#6EB919;
border-bottom:1px #60A70F solid;
padding-left:20px;
border-left:0px solid #60A70F;
}

.ddsmoothmenu ul li ul li a:hover{
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
z-index:999;
background-image:url(../images/bullet1.gif); background-repeat:no-repeat; background-position:10px 10px;
border:0px;
background-color:#CAF4AA;
color:#25760D;
border-bottom:1px #25760D solid;
padding-left:20px;
border-left:0px solid #25760D;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%; z-index:999; } /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 17px;
right: 7px;
z-index:999; 
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
z-index:999; 
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
z-index:999; 
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8; z-index:999; 
}
