.MenuGroup
{
	width: 146px;
	background-image: url(../Img/fonsMenu.gif);
	border: 1px solid #000000;
}
.Cursor 
{
	cursor: hand;
}

.MainGroup
{

	/*background-image: url(../Img/cornerbg.gif);
	background-position: CENTER;
	background-repeat: repeat-x;
	cursor: pointer;
	cursor: hand;*/
}
.MainItem 
{

	/*	height:40px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #666666;
	padding: 0px 11px 3px 11px;*/	
}
.MainItemOver
{

	/*cursor: hand;
	height:40px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	padding: 0px 11px 5px 11px;*/
}
.MenuItem
{	
	/*font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 7px 0px;
	text-align: center;
	color: #EFEFEF;*/

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #308FB6;
	text-decoration: none;
}
.MenuItemOver, .MenuItemClicked
{
	/*color: #B7E2FA;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding: 5px 0px 8px 0px;
	text-align: center;*/
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636365;
	text-decoration: none;
}
.HeaderItem
{
	background-image: url(../Img/menuBgUp.gif);
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana;
	color: #666666;
	padding: 0px 2px 4px 2px;
	text-align: center; 
}
.HeaderItemOver
{
	background-image: url(../Img/menuBgUp.gif);
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Verdana;
	color: #666666;
	padding: 0px 2px 4px 2px;
	text-align: center; 
}
.FooterItem 
{
	background-image: url(../Img/menuFooter.gif);
	height:35px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: White;
	text-align: center;
}
.FooterItemOver
{
	background-image: url(../Img/menuFooter.gif);
	height:35px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: White;
	text-align: center;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}


.Separator
{
	text-align:center;
}
.SeparatorOver
{
	text-align:center;
}
.Spacer
{
	background-color: Transparent; 
}