.TopGroup
{
	height: 35px;
}

.MenuGroup
{
	background-color: #cbcb30;	
}

/*	Top menu items */

.Item
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	height: 25px;
}

.SelectedTop
{
	font-weight: bold;
}

.HoverTop
{
	color: white;
}

/*	Sub menu items */

.SubItem
{
	cursor: pointer;
	cursor: hand;
	color: #5d7433;
	font-size: 1em;
	text-transform: uppercase;
}

.SelectedSub
{
	color: white;
	background: #5d7433;
	text-transform: uppercase;
}

.HoverSub
{
	color: white;
	background: #5d7433;
	text-transform: uppercase;
}

