#smoothmenu1 {	float: left;	width: 595px;	padding-top: 45px;	height: 35px;}.ddsmoothmenu ul {	z-index: 100;	list-style-type: none;}.ddsmoothmenu ul li {	float: right;	position: relative;	display: inline;	list-style-type: none;}.ddsmoothmenu ul li a {	display: block;	text-decoration: none;	margin-left: 3px;}.ddsmoothmenu li a {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 12px;	font-weight: bold;	color: #1B160C;	padding: 11px 7px;}.ddsmoothmenu li a:hover {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 12px;	font-weight: bold;	color: #1B160C;	background:		#EBE5D6;}.ddsmoothmenu ul li a.selected {	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;	font-size: 12px;	font-weight: bold;	color: #1B160C;	background:		#EBE5D6;}.ddsmoothmenu ul li ul {	position: absolute;	left: 0;	display: none; 	visibility: hidden;	margin-left: 3px;}.ddsmoothmenu ul li ul li a {	width: 120px;	color: #754C24;	font-weight: normal;	padding: 5px 0px 5px 10px;	margin-left: 0px;	border-bottom: 1px solid #E0DAD7;}.ddsmoothmenu ul li ul li a:hover {	font-weight: normal;	color: #1B160C;}.ddshadow{	position: absolute;	background: #fff;}.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/	opacity: 1;}/*IE6 hack to get sub menu links to behave correctly*/*html .ddsmoothmenu ul li a {	display: inline-block;}