.ddsmoothmenu{
	height: 34px;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;

	
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
border:0px;
font-weight:bold;

}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
border:0px;
padding-right:25px;



}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: black;
	padding:7px 0px 9px 14px;
	color: #fff;
	text-decoration: none;

	
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;



}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #fff;
}

.ddsmoothmenu ul li a:hover{
	color:#fff;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width: 179px;
	border-bottom:3px solid #febe42;
	
}

.active_nav
{ background-image:url(../../images/bubbutton.jpg);background-repeat:repeat-x;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-right:0px;
	border-bottom-color: #666666;
	background-color:#000000;
	width:179px;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 10px;
border:0px;


}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 175px;
	margin: 0;
	border:0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.ddsmoothmenu ul li ul li a:hover{
background-color:#febe42;


}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	right: 0px;
}

.rightarrowclass{
	position: absolute;
	right: 0px;
	margin-right:0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left:0px;
	top: 0;
	width: 0;
	height: 0px;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}

.arrow
{
	border:0px;
	margin-left: 4px;
}
