.ddsmoothmenu{
	padding: 0;
}

.ddsmoothmenu ul{
	z-index:100;
	margin-left: 250px;
	
	padding: 0 0 0 30px;
	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;
	height: 49px;
	padding: 0 30px 0 20px;
	line-height: 22px;
	
	font-size: 14px;
	color: #fff;	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.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: #336699;
	
}

/*1st sub level menu*/



