body {
}

dt, dl, ul,li {
	list-style-type: none;
	padding: 0;
	color: #57140b;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
dd {
	list-style-type: none;
	padding: 0;	
	margin-left: 0px;
	}

#menu {
	position : static;
	color: #57140b;
	background-color: #ddccb2;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 13px;
	z-index:8888;
	visibility: visible;
	width: 451px;
	height: 20px;
	background-position: center;
	margin: 0px;
	padding: 0px;
	top: 105;
	line-height: 20px;
}

#menu dl {
float: left;
}
#menu li {
	display: inline;
	font-size: 12px;
	z-index:9999;
	}

#menu li a, #menu dt a {
color: #57140b;
text-decoration: none;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color: #990000;
text-decoration: none;
border: 0 none;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
	position: absolute;
	font-size: 10px;
	background-color: #ddccb2;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	top: 124;
	left: auto;
	width: 380;
	z-index: 1;
	padding: 0px;
	height: 20px;
	visibility: inherit;
	clip: rect(auto,auto,auto,auto);
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
