.ddsmoothmenu{
	padding-top: 18px;
	font-weight: normal;
	padding-left: 0px;
	line-height: normal;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

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

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	color: #f3c46f;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	padding-top: 4px;
	padding-bottom: 3px;
	line-height: normal;
	
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a.current{
	color: #754F00;
	font-size: 17px;
	font-weight: normal;
	display: block;
	width: auto;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: #FFF;
}

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

.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: #003;
	background-color: #f3c46f;
	
}

.ddsmoothmenu ul li a:hover{
	color: #003;
	font-size: 14px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	background-color: #f3c46f;
	
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #f3c46f;
	border-bottom-color: #f3c46f;
	border-left-color: #f3c46f;
	width: auto;
	border-top-color: #f3c46f;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	width: auto;
}

/*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{
	width: 160px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F3C46F;
	border-top-style: none;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-transform: capitalize;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
	margin: 0;
}

.ddsmoothmenu ul li ul li a:hover{
	width: 155px;
	margin: 0;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	color: #ED9510;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	line-height: normal;
}

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