.ddsmoothmenu{
width:100%;
height:50px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
position:relative;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding-left:4px;
padding-top:4px;
padding-bottom:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
float:left;
margin-top:7px;
padding:12px 15px;
color: #333;
text-decoration: none;
font-size:14px;
text-align:left;
text-transform:uppercase;
line-height:14px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited, .ddsmoothmenu ul li a:active{
color: #333;
text-decoration: none;
font-size:14px;
text-align:left;
text-transform:uppercase;
line-height:14px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.item3, .ddsmoothmenu ul li a.item4, .ddsmoothmenu ul li a.item6{
margin-top:7px;
padding:5px 15px;
}

.ddsmoothmenu ul li a:hover{
color: #000;
text-decoration: none;
background-color:#fff;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
margin-left:4px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
border:1px solid #997c5a;
background-color:#efeae4;
filter: alpha(opacity=90); /*IE*/
-moz-opacity:0.95; /*old school versions of the Mozilla browsers like Netscape Navigator*/
-khtml-opacity: 0.95; /*old versions of Safari (1.x)*/
opacity: 0.95; /*Firefox, Safari, and Opera*/
width:175px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding:0;
margin:0;
font-size:12px;
line-height:14px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin-left:2px;
}

/* Sub level menu links style */


.ddsmoothmenu ul li ul li a{
margin: 0;
padding:4px;
background-color:#efeae4;
color:#333;
font-size:12px;
line-height:14px;
text-align:left;
border:0;
width:167px;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:active, .ddsmoothmenu ul li ul li a:visited{
margin: 0;
padding:4px;
background-color:#efeae4;
color:#333;
font-size:12px;
line-height:14px;
text-align:left;
}

.ddsmoothmenu ul li ul li a:hover{
margin: 0;
padding:4px;
font-size:12px;
line-height:14px;
background-color:#fff;
border:0;
color:#000;
width:167px;
}


/* ######### 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;
}