.ddsmoothmenu {
	color:#161616; font-size:18px; font-smooth: 5em; font-style:normal; font-family:Times New Roman, Times, serif; text-transform:uppercase; font-weight:normal; padding-top:3px;
	
}
.ddsmoothmenu ul {
	z-index:1000;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	display: block; float:left; 
text-decoration: none;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	color:#161616; font-size:18px; font-smooth: 5em; font-style:normal; font-family:Times New Roman, Times, serif; text-transform:uppercase; text-decoration:none; font-weight:normal; padding-right:10px; padding-left:6px;
	display: block;  height:25px; width:73px; padding-top:3px;
	
	/*border-right: 1px solid #8a9abb;*/	
}
* html .ddsmoothmenu ul li a {
	display: block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #161616;	
}
.ddsmoothmenu ul li a:hover {
	/*background:url(../images/menu_hbg.jpg) repeat-x #37597f;*/
	
}
.ddsmoothmenu ul li a.selected{background:url(../images/menu-h.png) no-repeat;
	color:#ffffff;}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin:0px; margin-left:-90px; margin-top:28px; padding:0px; 
   
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	margin:0px;
	padding:0px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	margin:0px; padding:0px;
	
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li { *height:34px;}
.ddsmoothmenu ul li ul li a {
	width: 250px; /*width of sub menus*/
	line-height:24px;
	padding: 5px;
	margin: 0px;
	background-image:none;
	background: #966056;
	border: 1px solid #fbedd2;
	border-top:none;
 font-family:Times New Roman, Times, serif!important; text-transform:none; font-size:15px; font-weight:bold; text-transform:uppercase; color:#ffffff!important;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
	color: #000000;
}
.ddsmoothmenu ul li ul li a:hover {
	color:#a31c04!important;
	text-decoration:none;
	background-image:none;
	background:#ecddb7;
}
/* 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: 0px;
	right: 0px;
}
.rightarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background:none;
}
