

/*-------------------------------------------------------------------------------------------------------------*/
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#b2b4b8;
	padding:0px;
	z-index:999;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	border-top:1px solid #b2b4b8;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	width: 190px; /*width of sub menus*/
	font-size:11px;
	text-align:left;
	background-color:#9d9fa2;
	background-image:none !important;
	color:#fff;
	height:auto;
	line-height:normal;
	padding:5px 10px;
}
.ddsmoothmenu ul li ul li a:hover {
	background-color:#188eb3;
}
.ddsmoothmenu ul li ul li ul {
	/*_top:0px !important;*/
}
.ddsmoothmenu ul li ul li ul li a {
	width: 170px; /*width of sub menus*/
	text-align:left;
	font-weight:normal;
}
.ddsmoothmenu ul li ul li ul li a:hover {
	background-color:#028cd0;
}
/* ######### 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;
}
