.ddsmoothmenu2{
	float: left; width: 100%; margin-bottom: 20px; 
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}

.ddsmoothmenu2 ul{
	margin:0;
	list-style: none;	
	line-height: normal;
	padding:0;
}

/*Top level list items*/
.ddsmoothmenu2 ul li{
position: relative;
display: inline;
text-align:left;
float:left;
}

.ddsmoothmenu2 ul li img{vertical-align: middle;}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
	font-weight:bold;
	display: block;
	float:left;
	padding: 10px 15px;
	text-align:left;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
}
.ddsmoothmenu2 ul li:first-child a{background: #F8ED21; color: #0086DF;}
* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	color: #fff;
}

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited{
	color: #fff;
}

.ddsmoothmenu2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #F8ED21; color: #0086DF;
}

.ddsmoothmenu2 ul li a:hover, .ddsmoothmenu2 ul li a.active{
	background: #F8ED21; color: #0086DF;
}
	
/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
	position: absolute;
	left: 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #0086DF; 
	border-right: 1px #ccc solid;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
	display: list-item;
	float: left;
}
.ddsmoothmenu2 ul li ul li a img{float: right;}
.ddsmoothmenu2 ul li ul li:first-child a{background: transparent;}
.ddsmoothmenu2 ul li ul li:first-child a:hover{background: #F8ED21; color: #0086DF;}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
	text-align:left;
	width: 170px; /*width of sub menus*/
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	text-transform:none;
	background: #0086DF; 
	font-weight:500;
	font-size:13px;
	/*opacity:0.7;
	filter:alpha(opacity=40)*/
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu2{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;
}