.menus {
	position: absolute;
	visibility: hidden;
	font-size: 12px;
	line-height: 18px;
	z-index: 100;
	color: #EFEFEF;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #333333;
	border-left-color: #666666;
	border-bottom-width: 0;
}
.menus a {
	color: #EFEFEF;
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(graphics/menu_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	
}
.menus a:hover {
	background-image:url(graphics/menu_bg-hover.gif);
	color: #FFFFFF;
}
