.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index: 100;
	margin: 5;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	background: #C40000 url(../nav_bg.jpg) repeat-x;
}

/*Top level list items*/
.ddsmoothmenu li{
	
	float:left;
	
}

.ddsmoothmenu li a{
	font-family: Arial, Helvetica, sans-serif;
	display:inline-block;
	color:white;
	text-align:center;
	padding: 0 20px 0 20px;
	font-size:14px;
	font-weight: 600;
	text-decoration:none;
	
}

.ddsmoothmenu li a:hover{


background-color: #29a329;
}