.TopMenu 
{
	background: transparent url(img/menuback.jpg) top left repeat-x;
}

.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #3D3B3C;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 86px;
}

.RootGroup 
{
	padding: 0;
}

.MainItem 
{
	height:23px;
	
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #fff;
	width: 90px;
	text-align: center; 
	margin: 0;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemOver
{
	height:23px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #fff;
	background: transparent url(img/mainmenuover.jpg) top left repeat-x;
	width: 90px;
	text-align: center;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuItem
{
	line-height: 23px;
	
	font-family: Arial, Verdana;
	font-size:11px;
	font-weight: bold;
	
	cursor: pointer;
	cursor: hand;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuItemOver
{
	line-height: 23px;
	
	font-family: Arial, Verdana;
	font-size:11px;
	font-weight: bold;
	
	background-color: #000;
	cursor: pointer;
	cursor: hand;
	padding: 0;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.MenuItemClicked
{
	cursor: pointer;
	cursor: hand;
	
	
	height: 23px;
}