.ddsmoothmenu-h_1, .ddsmoothmenu-h_2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
/*background: #414141; background of menu bar (default state)*/
width: 100%;
/*float: left;*/
display: inline-block;
#display: inline;
}

.ddsmoothmenu-h_1 ul, .ddsmoothmenu-h_2 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu-h_1 ul li, .ddsmoothmenu-h_2 ul li{
position: relative;
display: inline-block;
#display: inline;
}

/*Top level menu link items style*/
.ddsmoothmenu-h_1 ul li a{
display:inline-block;
padding: 12px 10px 7px 10px;
border-bottom: 3px solid #000000;
color: #FFFFFF;
text-decoration: none;
font-weight:bold;
}

.ddsmoothmenu-h_1 ul li a:link, .ddsmoothmenu-h_1 ul li a:visited{
color: #FFFFFF;
}

.ddsmoothmenu-h_1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #FFFFFF;
border-bottom: 3px solid #2E8CEE;
}

.ddsmoothmenu-h_1 ul li a:hover{
color: #FFFFFF;
border-bottom: 3px solid #2E8CEE;
}

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




	/*Top level menu link items style*/
	.ddsmoothmenu-h_2 ul li a{
	display:inline-block;
	padding: 12px 16px 12px 16px;
	margin-top:3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
	}

	.ddsmoothmenu-h_2 ul li a:link, .ddsmoothmenu-h_2 ul li a:visited{
	color: #FFFFFF;
	}

	.ddsmoothmenu-h_2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFFFFF;
	background-color:#2E8CEE;
	}

	.ddsmoothmenu-h_2 ul li a:hover{
	color: #FFFFFF;
	background-color:#2E8CEE;
	}