.ddsmoothmenu
{
	font: bold 11px Verdana;
	width: 100%;
}

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

.ddsmoothmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	margin:0px;
	padding:0px;
	border:0px;
}

.ddsmoothmenu ul li ul
{
	/*
	border-left:solid 1px #B5A898;
	border-bottom:solid 1px #B5A898;
	*/
	border:0px;
	
}

.ddsmoothmenu ul li ul li a
{
	/* border-right:solid 1px #B5A898; */
	margin:0px;
	padding:0px;
	border:0px;
}

.ddsmoothmenu ul li a
{
	display: block;
	/* background: #8C734A;*/
	background-color:#86704B;
	color: white;
	color: #000;
	text-decoration: none;
	margin:0px;
	padding:0px;
	border:0px;
}

* html .ddsmoothmenu ul li a
{ 
	display: inline-block;
	margin:0px;
	padding:0px;
	border:0px;
	
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
	/* color: white;*/
	color:#fff;
}

.ddsmoothmenu ul li a.selected
{
	background-color:#A28454;
	color: white;
}

.ddsmoothmenu ul li ul li a:hover
{
	background-color:#A28454;
	color: white;
}
	
.ddsmoothmenu ul li ul
{
	position: absolute;
	left: 0;
	display: none;
	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:0px;
padding:0px;
border:0px;
	
}

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

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Arial;
width: 162px; /*width of sub menus*/
padding:5px 5px;
margin: 0;
border-top-width: 0;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
border:0px;

}

/* 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;
}

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

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

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

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