#usermenu ul li {
/*
	margin-bottom: 2px;
	padding: 2px 4px 2px;
*/
	display: none;
/* Block level elements by default take on the width and height
	of the element being contained. IE6 ignores this 
	default setting and will not apply opacity since it is 
	not aware of these dimensions. Setting width/height
	to 100% (or whatever) will fix this.
	width: 100%; */
/*
	opacity: 0.80;
	filter: alpha(opacity=80);
*/
/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); */
}
#usermenu:hover ul li, #usermenu #name {
	display: block;
}
#usermenu #name {
	text-align: center;
/*
	border: #AA800E solid 1px;
	background: transparent;
	opacity: 1;
	filter: alpha(opacity=1);
*/
/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1); */
}
#usermenu #name a {
	color:#f6dfa7; /*#AA800E; */
	background:#7b7a39; /*#5a1f21; */
	border-top: #6f6e00 solid 1px;
	border-left: #6f6e00 solid 1px;
	border-bottom: #616019 solid 2px;
	border-right: #616019 solid 2px;
	padding: 3px 30px 3px 30px;
}
#usermenu a {
	color: white;
	text-decoration: none;
}
#usermenu a:hover {
	text-decoration: underline;
}
#usermenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


