.ddsmoothmenu {
	margin:0px;
	height:30px;
	z-index:999;
}
.ddsmoothmenu ul {
	z-index:999;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*-------------------------------------------------------------------------------------------------------------*/

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	_top:28px !important;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#F3728B;
	padding:0px;
	border:1px solid #000000;
	border-width:0 1px;
	width:182px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	border:1px solid #000000;
	border-width:1px 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	display:block;
	text-decoration:none;
	width: 175px; /*width of sub menus*/
	padding-left:10px;
	font-size:11px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	text-transform:none !important;
	background-color:#F3728B;
	background-image:none !important;
	padding:5px 0 5px 10px !important;
	line-height:normal !important;
	color:#000 !important;
}
.ddsmoothmenu ul li ul li a:hover {
	/*color: #ffffff !important;
	background-color:#303030 !important;*/
}
.ddsmoothmenu ul li ul li ul {
	_top:0px !important;
}
.ddsmoothmenu ul li ul li ul li a {
	width: 175px; /*width of sub menus*/
	padding-left:10px;
	font-size:11px;
	text-align:left;
	background:#5f5f5f;
	color:#fff;
}
.ddsmoothmenu ul li ul li ul li a:hover {
	color: #ffffff;
	background-color:#658459 !important;
}
/* ######### CSS classes applied to down and right arrow images  ######### */


.downarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
	width:1px;
}
.rightarrowclass {
	position: absolute;
	top: 0px;
	right: 0px;
	width:1px;
}
/* ######### 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;
}
*html .navbg {
	position:absolute;
	z-index:1000;
}
