.ddsmoothmenu{
	float:right;
	margin: auto;
	margin-top: -90px;
	padding: 0px 20px;
	height: 70px;
	text-align: center

}

.ddsmoothmenu ul{
z-index:-1;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{

	padding: 0px 15px;
	color: #74777e;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 70px;
	font-weight: lighter;
}
.ddsmoothmenu ul li a.sel{
	border-bottom-style: solid;
	border-bottom-color: #900;
	border-bottom-width: thin;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

}

.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*/

}

.ddsmoothmenu ul li a:hover{
	border-bottom-style: solid;
	border-bottom-color: #900;
	border-bottom-width: thin;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	background-color:#333333;
	padding-bottom:5px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width:120px;
	font-family: Verdana;
	font-size: 10px;
	line-height: normal;
	color: #FFF;

}
.ddsmoothmenu ul li ul li a:hover{

}
.ddsmoothmenu ul li ul li:hover{

}


/* 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;

}

.rightarrowclass{
position: absolute;

}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background-color: #010000;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 70;
}