.ddsmoothmenu{
	font: bold 12px Verdana;
	background: #fcfbfb;
	width: 100%;
}
.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;
	background: #fcfbfb; /*background of menu items (default state)*/
	color: #000 !important;
	text-decoration: none;
}
* 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: #0d0e0f;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #7c0009;
}
.ddsmoothmenu ul li a:hover{
  background-color: #fcfbfb;
	color: #7c0009;
}