<!-- 


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #886349;
}
#menu {
	position: absolute;
	top: 50px;
	left: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
	font-style: normal;
}

dl#menu {
	width:180px;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 25px;
	width:180px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	border: 1px solid #886349;
	background: #D2B8AB;
	text-indent: 5px;
	
}
dl#menu dd {
	border: 1px solid #CCB8AD;
}
dl#menu li {
	text-align: left;
	background: #fff;
	text-indent: 10px;
}
dl#menu li a, dl#menu dt a {
	color: #886349;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;

}

dl#menu li a:hover, dl#menu dt a:hover {
	background: #ccb8ad;

}


-->

