
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #000;
}
.ddsmoothmenu ul li ul li a:link , .ddsmoothmenu ul li ul li a:visited{
	color: #FFF;
}
.ddsmoothmenu  ul li ul  b{color:Gold}


.ddsmoothmenu ul li a{
	display: block;
	/*  background: #414141; background of menu items (default state)*/
    color: #000;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 11px;
	padding-left: 12px;
}

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



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

.ddsmoothmenu ul li a:hover{
	color: #FFF;
	background-color: #441816;
}
#navigation {
float:left;
/*	width: 1000px;*/
	display: block;
	position: relative;
	clip: rect(auto,auto,auto,auto);
	top: -15px;
}
