.ddsmoothmenu{
	width: 822px;
	background-image: url(images/menu.gif);
	height: 48px;
	font-family: Perisphere;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	left: 0px;
	top: 0px;
	position: relative;
	z-index: 300;
}

.ddsmoothmenu ul{
	z-index:300;
	margin: 0;
	padding: 0;
	list-style-type: none;
	top: 2px;
	left: 0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	left: 0px;
	top: 5px;
	width: 137px;
	height: 3px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	/*border-right: 1px solid #778;*/
	
	text-decoration: none;
	left: 5px;
	top: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

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

}

.ddsmoothmenu ul li a:link ,ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #ed1968;

}

.ddsmoothmenu ul li a:hover{
	color: #45df0c;
	text-decoration: underline;
}
