.ddsmoothmenu{
	width:706px;
	height:32px;
	float:right;
	padding:18px 0px 0px 0px;
	margin:0px;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
font-size:18px;
color:#916444;
float:right;
padding:0px 0px 0px 8px;
margin:0px;
position: relative;
display: inline;
/*background:url(images/menu-separator.jpg) right top no-repeat;*/
font-size:18px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
font-size:18px;
color:#916444;
padding:0px 0px 0px 12px;
margin:0px 0px 12px 0px;
text-decoration:none;
background:url(images/menu-seperator.jpg) no-repeat;
}

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



.ddsmoothmenu ul li a:hover{
	font-size:18px;
	color:#585943;
	text-decoration:none;
}

.ddsmoothmenu ul li a.active{
	font-size:18px;
	color:#585943;
	text-decoration:none;
	}
.ddsmoothmenu ul li a.active1{
	color:#000000;
	}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
right:0px;
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:154px;
padding:0px 0px 5px 0px;
z-index:1000px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float: none;
width:144px;
padding:0px;
margin:0px;
}

/*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{
font-size:12px;
margin: 0px 0px 0px 5px;
display:block;
padding:5px 5px 5px 12px;
color:#FFFFFF;
background:#879c36;
width:127px;
border-bottom:1px solid #798d2c;
height:auto;
}

.ddsmoothmenu ul li ul li a:hover{
	color:#FFFFFF;
	font-size:12px;
	background:#637421;
	}
	
.drop-botm{
	height:6px;
	line-height:1px;
	font-size:1px;
	background:url(images/dropdown-botmbg.gif) no-repeat left top ;
	width:154px;
	}

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

.downarrowclass{
position: absolute;
right:0px;
top:6px;
margin:0px;
padding:0px;
}

.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;

}

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