div.primenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
	background-color:#102B69;
	padding:1px;
	text-align:left;
	line-height:15px;
}

div.primenu a.primenuItem
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #0081C4;
	background-color: #ffffff;
	white-space: nowrap;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size:10px;
	cursor:pointer;
	padding-left:2px; 
	padding-right:2px;
}

div.primenu a.primenuItem:hover, div.primenu a.primenuItemHighlight
{
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
	background-color: #D7D9D9;
	white-space: nowrap; 
}
