div.mnu-item {
	float:			right;
	width:			100px;
	height:			22px;
	border:			0px solid #ff9900;
	background:		url('/gfx/mnu_item.png');
	background-repeat:	no-repeat;
	font-weight:		bold;
	font-style:		italic;
	font-size:		11px;
	color:			#000066;
	text-align:		center;
	padding:		0px;
	margin:			0px;
}
div.mnu-item:hover, div.mnu-item.hover {
	background:		url('/gfx/mnu_item_hot.png');
	color:			#ffffff;
}
div.mnu-item:hover a, div.mnu-item.hover a, div.mnu-item.hover a:hover {
	color:			#ffffff;
}

div.mnu-item a {
	display:			block;
	width:				80px;
	height:				18px;
	margin-left:		10px;
	padding-top:		4px;
	border:				0px solid red;
}
