.ddsmoothmenu{

  height:38px; font-family:Arial, Helvetica, sans-serif; 


  font-weight:bold;

  width:928px;

  padding-left:20px;

  padding-right:20px; margin-left:80px;
}

.ddsmoothmenu a img {
  border:none;
}
.ddsmoothmenu  img {
  border:none;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;  z-index:999;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; text-transform:none;
background: transparent; /*background of menu items (default state)*/
padding-left:25px;
padding-right:25px !important;
padding-top:10px;
height:26px;
color: #ffffff; border-right:1px solid #75920B;
font-weight:bold !important;
font-size:15px;
text-decoration: none;
text-align:center;
}

* 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: #ffffff;
font-weight:normal;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #ffffff;  text-decoration:none;
}

.ddsmoothmenu ul li a:hover{
color: #fff;  text-decoration:none; background-color:#758A2A;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0; background-color:#000000;
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;
}

/*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, .ddsmoothmenu ul li ul li a:visited{
width: 215px; /*width of sub menus*/
padding-left:10px; font-size:12px;
padding-right:10px;
padding-top:7px;
padding-bottom:0px;
height:20px; 
margin: 0;
color:#ffffff !important;
border-top-width: 0;
border-left:0px solid #dbdbdb;
border-right:0px solid #dbdbdb;
border-bottom: 1px solid #2d2d2d;
text-align:left;
font-weight:normal !important;
}

.ddsmoothmenu ul li ul li a:hover, .ddsmoothmenu ul li ul li a:active {
color:#fff !important; background-color:#758A2A;
font-weight:normal !important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


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

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
width:0px;
height:0px; background:none; list-style:none;
}


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

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

}



