.ddsmoothmenu{
	font: bold 10px verdana;
	width: 98%;
	/*position: relative;
	left:3px;
	top:1px;*/
	margin-top:0px;
}

.ddsmoothmenu ul{
	z-index:1001;
	margin: 0;
	padding: 0;
	list-style-type: none;	
	position: relative;
	/*left:3px;*/
	top:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	color: #F8F9FA;
	background: transparent; /*background of tabs (default state)*/
	text-decoration: none;
	text-align:center;
	/*border: 1px;*/
	vertical-align:middle;
	padding-left: 19px;
	padding-right: 17px;
	padding-top: 15px;
	padding-bottom:17px;
}

.ddsmoothmenu ul li a.last{
	border-right:none;
}

/*Top level menu link items (double-lines)*/
.ddsmoothmenu ul li a.double_line{
	padding-top: 9px;
	padding-bottom:11px;
}

/*Sub level menu link items style*/
.ddsmoothmenu ul li a.sub{
	display: block;
	background: #810e16;
	color: #F8F9FA;
/*	padding: 6px 31px;*/
	padding-left: 19px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom:6px;
	/*border-right: 1px solid #778;*/
	text-decoration: none;
}

* 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*/
	background: #810e16;
	color: #F8F9FA;
}

.ddsmoothmenu ul li a:hover{
	background: #810e16;
	color: #F8F9FA;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	/*border-left: 1px solid #778;
	border-right: 1px solid #778;*/
}

/*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{
	font: bold 10px verdana;
	background: #810e16;
	color: #F8F9FA;
	width: 160px; /*width of sub menus*/
	padding: 8px 15px;
	margin: 0;
	border-top-width: 0;
	/*border-bottom: 1px solid gray;*/
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
	text-align:left;
}



/* Right-most Sub level menu links style */
.ddsmoothmenu ul li ul li a.short{
	font: bold 10px verdana;
	background: #810e16;
	color: #F8F9FA;
	width: 110px; /*width of sub menus*/
	padding: 8px 15px;
	margin: 0;
	border-top-width: 0;
	/*border-bottom: 1px solid gray;*/
	border-right: 0;
	filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
	text-align:left;
}

/*sub menus hover style*/
.ddsmoothmenu ul li ul li a:hover{ 
	background: #a14a50;
	color: #F8F9FA;
}

.ddsmoothmenu ul li ul li a.selected{ 
	background: #a14a50;
	color: #F8F9FA;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{
	height: 1%;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

