.ddsmoothmenu{
position:absolute;
margin-top:-10px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		font-weight:bold;
        list-style: none;
		color:#FF3;
		background:transparent no-repeat scroll 0px 0px;
}

.ddsmoothmenu ul{

list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
z-index:100;
padding:0px 10px 0px 15px;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
float: left;
		padding:0px 10px 0px 15px;
		text-decoration:none;
	color:#FFFFFF;
	border-radius:5px;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

padding:0px 10px 0px 15px;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
float: left;
		padding:9px;
		border-top-left-radius:5px;
border-top-right-radius:5px;
		text-decoration:none;
	color:#FFFFFF;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
float: left;
		padding:9px;
		background:#016b9d;
		border-top-left-radius:5px;
border-top-right-radius:5px;
		text-decoration:none;
	color:#FFFFFF;
}

.ddsmoothmenu ul li a:hover{

padding:9px;;
		color:#FFF;	
		background:#016b9d;
		border-top-left-radius:5px;
border-top-right-radius:5px;
		text-decoration:none;	
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
margin-left:15px;
display: none;
margin-top:-3px;
padding:10px;
width:150px;
background:#016b9d;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px; /*collapse all sub menus to begin with*/
visibility: hidden;
}

.ddsmoothmenu ul li ul li ul{
position: absolute;
margin-left:25px;
display: none;
margin-top:-10px;
width:150px;
background:#016b9d;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px; /*collapse all sub menus to begin with*/
visibility: hidden;
}
.ddsmoothmenu ul li ul li  a:hover{
	width:160px;
	background:#089cd3;
	color:#FFF;
	
	
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
padding: 0;
		float: left;
		width:160px;
		padding:0px 0px 0px 0px;
		display: block;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
background:#016b9d;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 150px; /*width of sub menus*/
padding: 10px;
font-weight:bold;
margin: 0;
border-top-width: 0;
background:url(../images/menu_hover.jpg); 
}


/* 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;
}

