.TopGroup
{
  background-color:white; 
  cursor:default; 
  
}


.MenuGroup
{  
  background-color:white; 
  cursor:default; 
}

.TopMenuItem
{
	background-image:url(../images/XMenu/mainMenuBG.gif);
	background-repeat:repeat-x;
	height:23px;  
	background-color:#564a83; 
  	color:#ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration:none;		
	cursor:default; 
}

.TopMenuItemHover 
{
	background-image:url(../images/XMenu/menuMenuBGClick.gif);
  	background-repeat:repeat-x;
	height:23px;
	background-color:#a52c3f; 	
	color:#ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration:none;		
	cursor:default; 
}



.MenuItem
{
	height:23px;  
	background-color:#564a83; 
  	color:#ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration:none;		
	cursor:default; 
}

.MenuItemHover 
{
	height:23px;
	background-color:#a52c3f; 	
	color:#ffffff;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration:none;		
	cursor:default; 
}

.MenuBreak
{
  background-image:url(../images/XMenu/break_bg.gif);
  width:100%;
  height:1px;
}
