dl, dt, dd, ul, li  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 1px;
	left: 25px;
	z-index:200;
	width: 885px; /* precision for Opera */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
}
#menu dl {
	float: left;
	width: 135px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	margin: 6px;
	color: #02A9D5;
	font-size: 14px;
	width:inherit;

}
#menu dd {
	display: none;
	border: 1px solid #a08569;
}
#menu li {
	text-align: center;
	background: #e7dacd;
}
#menu  li  a    {
	color: #01B5DA;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu  li  a:hover, #menu  li  a:focus       {
background: #eee;
}
#menu dt a {
	color: #01B5DA;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a:hover {
	color: #A68769;
}
