.ddsmoothmenu{
width: 960px;
height:39px;
border:solid 1px #046b08;
background:url(../images/bgmenu.png);
float:left;

-moz-border-radius:8px 8px 8px 8px;-webkit-border-radius:8px 8px 8px 8px;border-radius:8px 8px 8px 8px;behavior:url(PIE.html);



}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
height:28px;
background:url(../images/ten.png) right no-repeat;
padding-top:10PX;
padding-left:20PX;
padding-right:30PX;
text-transform:uppercase;
font-size: 12px;
font-weight: normal;
color:#FFF}
.ddsmoothmenu ul li .aa{}
.ddsmoothmenu ul li .aa:hover{ background:url(../images/tenhover1.png) no-repeat; margin-left:-26px; padding-left:26px;}
.ddsmoothmenu ul li a.home{
	background:#feb912;
	color:#FFF;
	border:solid 1px #FFF; height:28px;-moz-border-radius:5px 0px 0px 5px;-webkit-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;behavior:url(PIE.html);
	
	}
.ddsmoothmenu ul li a.contact{ width:65px;-moz-border-radius:0px 5px 5px 0px;-webkit-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;behavior:url(PIE.html);}
* 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{
}

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

.ddsmoothmenu ul li a:hover{
	text-decoration:none;
	color:#c98123;
	background:url(../images/tenhover.png) right no-repeat #feb912;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	width:210px; background:url(../images/page.html);
	border:solid 1px #FFF;
position: absolute;
margin:auto;
padding:0px;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
	behavior:url(PIE.html);
}

/*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{
	border-right:none;}
.ddsmoothmenu ul li ul li a{
	border-right:none;
	font-size:12px;
	height:auto;
	padding-bottom:10px;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:none;
	border-bottom:solid 1px #CCC;
	
}
.ddsmoothmenu ul li ul li a:hover{ 	background:url(../images/ten.png) left no-repeat;
 color:#85a007}
/* 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{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

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