body {
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
}


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu {
	position: relative;
	top: 0;
	left: 0;
	visibility: hidden;
}



#menu {
	width: 100%;
}


#menu dt {
	cursor: pointer;
	margin: 1px 0;
	margin-bottom: 2px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	/*border: 1px solid gray;*/
	background: #e3e699;
	filter: alpha(opacity=75);
}


#menu dd {
	/*border: 1px solid gray;*/
	margin-bottom: 10px;
	padding-left: 10px;

}


#menu li {
	text-align: left;
	background: #eee;
}




#menu dt a {
	color: #222;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	/*background: #eee;*/
	margin: 1px;
}



#menu li a {
	color: #111;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica;
	height: 15px;
	line-height: 15px;
	background: #fff;
	margin: 1px;
	margin-bottom: 1px;
	filter: alpha(opacity=55);
}




#menu dt a:hover {
	/*background: #eee;*/
	background: #f3f6aa;
	filter: alpha(opacity=90);
}



#menu li a:hover {
	background: #f8f8f8;
	filter: alpha(opacity=80);
}


