.TopGroup
{
    margin-left:20px;
	width:145px;
}

.MenuGroup
{
	background-color:#88aa28;
}

/*	Top menu items */
.TopItem
{
	color: white;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 25px;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.SelectedTopItem
{
	color:#243A00;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 25px;
	cursor:hand;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.TopItemHover
{
	color:#243A00;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 25px;
	cursor:hand;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*	Sub menu items */
.SubItem
{
	color: white;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 25px;
	cursor:hand;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

.SubItemHover
{
	color:#243A00;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 25px;
	cursor:hand;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.SelectedSubItem
{
	color:#243A00;
	font-family: tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 25px;
	cursor:hand;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.HoverDisabled
{
	cursor: default;
}