.ddsmoothmenu {
	position:relative;
	background: #a0b59d; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #a0b59d 0%, #283e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0b59d), color-stop(100%,#283e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0b59d 0%,#283e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0b59d 0%,#283e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0b59d 0%,#283e25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0b59d 0%,#283e25 100%); /* W3C */
	
	-pie-background: linear-gradient(top, #a0b59d 0%, #283e25 100%);

	behavior: url('/PIE-1.0.0/PIE.htc');
	
	height: 36px;
	line-height: 36px;
	width: 1024px;
	z-index: 550;
	}

.ddsmoothmenu ul {
	margin: 0 25px;
	padding: 0;
	list-style-type: none;
	width: 992px;
	z-index: 550;
	}
	
.ddsmoothmenu ul li.contact {
	border-right: solid 1px #c7d678;
	}

/*Top level list items*/
.ddsmoothmenu ul li {
	background: #a0b59d; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #a0b59d 0%, #283e25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0b59d), color-stop(100%,#283e25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0b59d 0%,#283e25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0b59d 0%,#283e25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0b59d 0%,#283e25 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0b59d 0%,#283e25 100%); /* W3C */
	
	-pie-background: linear-gradient(top, #a0b59d 0%, #283e25 100%);

	behavior: url('/PIE-1.0.0/PIE.htc');
	
	border-left: solid 1px #c7d678;
	display: inline;
	float: left;
	height: 36px;
	line-height: 36px;
	position: relative;
	text-align: center;
	width: 107px;
	
	/*-moz-opacity: 0.90;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);*/

	}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	color: white;
	display: block;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 36px;
	min-height: 100%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 103px;
	
	behavior: url('/PIE-1.0.0/PIE.htc');
	}

* 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{
	color: white;
	}

.ddsmoothmenu ul li.select { /*CSS class that's dynamically added to the currently top-nav menu LI element - this is the current location */
	background: #b2c99f; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #b2c99f 0%, #4b6236 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2c99f), color-stop(100%,#4b6236)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2c99f 0%,#4b6236 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2c99f 0%,#4b6236 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2c99f 0%,#4b6236 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2c99f 0%,#4b6236 100%); /* W3C */
	
	-pie-background: linear-gradient(top, #b2c99f 0%, #4b6236 100%);

	behavior: url('/PIE-1.0.0/PIE.htc');
	}

.downarrowclass {
	position: absolute;
	top: 12px;
	left: 85px;
	}



.ddsmoothmenu ul li a:hover{
/*background of menu items during onmouseover (hover state)*/
	background: #6c8369; /* Old browsers */
	
	background: -moz-linear-gradient(top,  #6c8369 0%, #163014 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c8369), color-stop(100%,#163014)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6c8369 0%,#163014 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6c8369 0%,#163014 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6c8369 0%,#163014 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6c8369 0%,#163014 100%); /* W3C */
	
	-pie-background: linear-gradient(top, #6c8369 0%, #163014 100%);

	color: #fff;
	
	/*-moz-opacity: 1.00;
	opacity: 1.00;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);*/

	}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	margin:3px 0 2px -2px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width: 217px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	background: #637960;
	border: solid 1px #c7d678;
	display: list-item;
	float: none;
	margin-bottom: 2px;
	width: 217px;
	}
	
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 217px; /*width of sub menus*/
	margin: 0;
	border-top-width: 0;
	}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


