div.primenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	line-height:15px;
}

div.primenu a.primenuItem
{
	margin-bottom:1px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #000;
	background-color: #EAEAEA;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:10px;
	cursor:pointer;
	padding-left:2px; 
	padding-right:2px;
	text-decoration:none !important;

}

div.primenu a.primenuItem:hover, div.primenu a.primenuItemHighlight
{
	font-weight: bold;
	vertical-align: bottom;
	text-decoration: none !important;
	background-color: #D80000 !important;
	white-space: nowrap; 
	color: #fff !important;
}
