.ddsmoothmenu{


}

.ddsmoothmenu ul{
	z-index:100;
	padding: 0px;
	list-style-type: none;
}


.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	padding: 0px;
	list-style:none;
	float:left;
	display:inline;
	margin-right:25px;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	color:#dfdfdf;
	font-size:14px;
	line-height:25px;
	margin-top:1px;
	
}
.no-border{ border:none!important;}
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#FFFFFF;
	
}

.ddsmoothmenu ul li a:hover{
	color:#e0a237;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	z-index:100;
	margin-top:6px;
	padding:0px;
	margin-left:-25px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background-color:#000;
	margin:0px;
	padding:0px;
	line-height:12px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}

/*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: 125px; /*width of sub menus*/
	padding:8px 22px;
	margin: 0;
/*	margin-bottom:1px;
*/	text-decoration:none;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	color:#dfdfdf;
	font-size:13px;
	line-height:16px;
	display:block;
}
.ddsmoothmenu ul li ul li a:hover{color:#e0a237;}
/* 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;
	display:none;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
