.ddsmoothmenu{
width:660px;
height:43px;
margin:1px 0 0 0;
padding:0px;
float:right;
font-size:16px;
background:url(images/top-nav-bg.jpg) left top repeat-x;
position:relative;
z-index:100;
}

.ddsmoothmenu ul{
z-index:1000;
margin:0px;
padding:0px;
font-weight:bold;
height:43px;
float:left;

}

/*Top level list items*/
.ddsmoothmenu ul li{
margin:0px;
padding:0px;
font-weight:bold;
height:43px;
float:left;
position: relative;
display: inline;
/*background:url(images/menu-separator.jpg) right top no-repeat;*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
margin:0px;
padding:0px;
color:#1e1e1e;
text-decoration:none;
padding:15px 8px 0 8px;
height:28px;
display:block;
float:left;
}

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



.ddsmoothmenu ul li a:hover{
background-color:#ffffff;
/*background:url(images/active.jpg) bottom center no-repeat;*/
/*padding-bottom:8px;*/
}

.ddsmoothmenu ul li a.active{
background-color:#ffffff;
/*padding-bottom:8px;*/
	}
.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;*/
width:175px;
padding:0px 0px 5px 0px;
z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
float: none;
/*width:144px;*/
width:175px;
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 0px;
display:block;
padding:5px 5px 5px 12px;
color:#FFFFFF;
background:#463f2d;
/*width:127px;*/
width:138px;
border-bottom:1px solid #ffffff;
height:auto;
}

.ddsmoothmenu ul li ul li a:hover{
	color:#342e22;
	font-size:12px;
	background:#ddc48d;
	padding:5px 5px 5px 12px;
	}
	
.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{
background:url(images/arrow.gif) left top no-repeat;
position: absolute;
right:0px;
top:23px;
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;
}