.TopGroup
{
	height: 70px;
	background-image: url(/img/bg_menu0.gif);
}

.MenuGroup
{
	background-color: #babdac;
}

/*	Top menu items */

.Item
{
	font-size: 0.875em;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	padding-top: 10px;	
	color: white;
	background: url(/img/bg_menu.gif) top;
}

.SelectedTop
{
	background: url(/img/bg_menu1.gif) top;	
}

.HoverTop
{
	background: url(/img/bg_menu2.gif) top;	
}

/*	Sub menu items */
.SubItem
{
	font-size: 0.875em;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	color: white;	
	background: #8a8c7f url(/img/bg_menu3.gif) no-repeat;
}

.SelectedSub
{
	background: #8a8c7f url(/img/bg_menu4.gif) no-repeat;
}

.HoverSub
{
	background: #8a8c7f url(/img/bg_menu5.gif) no-repeat;
}

.HoverDisabled
{
	cursor: default;
}
