.ddsmoothmenu {
	position:relative;
	font-size:13px;
	font-weight:bold;
	float:left;
	width:100%;
	z-index:1000;
	height:31px;
	background:url(../images/navBg.png) repeat-x;
	
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	behavior: url(PIE.htc);
}
.ddsmoothmenu ul {
	margin-left: 7px;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu > ul > li {
	position: static;
	display: inline;
	float: left;
	position:relative;
	line-height:27px;
	float:left;
	list-style:none;
	padding-left:2px;
	background:url(../images/navDivider.png) no-repeat;
}
.ddsmoothmenu > ul > li:first-child {
	padding-left:0px;
	background:none;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:0px 10px;
	padding-top:3px;
	padding-bottom:1px;
}
.ddsmoothmenu > ul > li > a.selected, .ddsmoothmenu > ul > li > a:hover, .ddsmoothmenu > ul > li.select > a {
	padding-top:0px;
	border-top:3px #000 solid;
	background:url(../images/navBg.png) repeat-x left bottom;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	left:3px;
	line-height:normal !important;
	background:#6c95c2;
	margin:0;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	margin:0px !important;
	padding:0px !important;
	border-top:1px #84abd5 dashed;
}
.ddsmoothmenu ul li ul li a {
	line-height:normal !important;
	width:150px;
	text-align:left;
	padding-left:12px;
	padding-top:8px;
	padding-bottom:8px;
}
.ddsmoothmenu ul li ul li a:hover {
	background:#5d83ac;
}
.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a.select {
	background:#5d83ac;
}
.ddsmoothmenu ul li ul ul {
	padding-top:0px;
	background:none;
	margin-top:-1px;
}
.ddsmoothmenu ul li ul ul li {
}
.ddsmoothmenu ul li ul ul a {
}
.ddsmoothmenu ul li ul ul a:hover {
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 5px;
	right: 9px;
}
*html .downarrowclass {
	position: absolute;
	top: 5px;
	right:4px;
}
.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: #f1f1f2;
	display:none !important;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity:100;
}

/******************************************************************/
