.ddsmoothmenu {
	/* background: #CCCCCC; */ /*background of menu bar (default state)
	background: url(../images/menu_bg.gif) no-repeat;
	width: 974px;
	height: 35px !important;
	position: absolute;
	top: 165px;*/
}

.spacer {
	/*height: 10px;*/
}
.ddsmoothmenu ul {
	/*z-index:100;
	margin:0 0 0 7px;
	padding: 0;
	list-style-type: none;*/
}
/*Top level list items*/

.ddsmoothmenu ul li {
	/*position: relative;
	display: inline;
	float: left;*/
}
/*Top level menu link items style*/

.ddsmoothmenu ul li a {
	/*font: normal 17px Arial;
	display: block;
	background: transparent; background of menu items (default state)
	padding: 7px 6px;
	color: #FFFFFF;
	text-decoration: none;*/
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	/*isplay: inline-block;*/
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	/*color: #FFFFFF;*/
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/* background: black; */

/*color: #ffe682;*/
}
.ddsmoothmenu ul li a:hover {
	/*text-decoration: none; background of menu items during onmouseover (hover state)
	color: #ffe682;*/
}
/*1st sub level menu*/

.ddsmoothmenu ul li ul {
	background-color:#FFF;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	height:auto;
	border-bottom:1px solid #b6c7cf;
	border-left:1px solid #b6c7cf;
	border-bottom:1px solid #b6c7cf;
}
/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li {
	display: block;
	float: none;
	padding: 0px;
	margin: 5px 30px;
	background:none;
	font-size:11px;
	min-height:25px;
	border-bottom:1px solid #feefe5;
}
.ddsmoothmenu ul li ul li a {
	padding:0;
	margin:0;
}
.ddsmoothmenu ul li ul #sub-item-last{
	border-bottom:none;
}
/*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-size:11px;
	font-weight:bold;
}

#sub-item-last a {
	background: none !important;
}
/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass {
	display:none;
}
.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;
	background: silver;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
