.ddsmoothmenu{
	background:#f97f18;  font-size:12px;margin:0px 0 15px 0; height:43px; padding:5px 0 5px 0; font-weight:bold; border-radius:8px; font-size:14px;
}
.ddsmoothmenu ul{
	margin:0;
	list-style: none;	
	line-height: normal;
	padding:5px 0 10px 0;
}
.ddsmoothmenu ul li{
position: relative;
display: inline;
text-align:left;
float:left;
}
.ddsmoothmenu ul li a{
	display: block;
	float:left;
	border-right:1px solid #fff;
	padding:5px 20px 5px 22px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li .active{color:#fff;}
.ddsmoothmenu ul li a.selected{
	background:transparent url('../template/images/bgmenu.jpg') repeat-x center top; 
	color:#000;
}
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	width:250px;
	min-height:35px;
	color:#0000CC;
}
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: left;
}
.ddsmoothmenu ul li ul li ul{
	top: 0;
}
#menu .ddsmoothmenu ul li ul li a{
	text-align:left;
	width: 240px; 
	height:35px;
	line-height:26px;
	font-size:12px;
	background-color:#b0d632;
	color:#0066FF;
	border-bottom: 1px dotted #FFFFFF ;
}
#menu .ddsmoothmenu ul li ul li a:hover{
	text-align:left;
	width: 240px; 
	font-size:12px;
	background-color:#0066FF;
	color:#FFFF00;
	margin-top:0px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.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: transparent;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.4;
background:transparent;
}