.ddsmoothmenu{

}

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

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	position: relative;
	width: 100px;
	padding: 65px 0 10px;
	margin: 0 1px 0 0;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #fff;
	background: #006699;
	border-bottom: 5px solid #0066CC;
	font-family: Arial, Helvetica, sans-serif;
}
