.TopGroup
{

	background-color:#EE3123;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:none;
	height:21px;
	cursor:hand; 
}


.MenuGroup
{
	background-color:#ffffff;
	border:none; 
	cursor:hand; 
}


.TopMenuItem
{
 
	background-color:#EE3123;
	color:white; 
	font-family:arial; 
	font-size:11px; 
	font-weight:bold;
	border:none;
	height:21px;
	cursor:hand;
	
}
.TopMenuItem td
{
	font-family:arial;
	font-size:11px; 
	font-weight:bold;
	
}

.TopMenuItemHover 
{
	
	background-color:#3A5197; 
	color:white; 
	font-family:arial; 
	font-size:11px; 
	font-weight:bold;
	border:none; 
	height:21px;
	cursor:hand; 
}
.TopMenuItemHover td
{
	font-family:arial;
	font-size:11px; 
	font-weight:bold;
	
}

.TopMenuItemExpanded
{
	
	background-color:#3A5197; 
	color:white; 
	font-family:arial; 
	font-size:11px;
	font-weight:bold;
	border: none;
	cursor:hand; 
}

.TopMenuItemExpandedHover
{
	
	background-color:#E5E6EF; 
	color:white; 
	font-family:arial; 
	font-size:11px; 
	font-weight:bold;
	border: none;
	cursor:hand; 
}

.MenuItem
{
	color: #006699;
	font-family: tahoma;
	font-size: 11px;
	margin: 0px;
	border-left: solid 1px #C9C9C9;
	border-right: solid 1px #C9C9C9;
	border-bottom: solid 1px #C9C9C9;
	cursor: hand;
}
.MenuItem td
{
	color: #006699;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.MenuItemHover
{
	background-color:#3A5197; 
	color:white; 
	font-family:arial; 
	font-size:11px; 
	font-weight:bold;
	border-left:solid 1px #C9C9C9;
	border-right:solid 1px #C9C9C9;
	border-bottom:solid 1px #C9C9C9;
	cursor:hand; 
}
.MenuItemHover td
{
	color:White;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
}

.MenuBreak
{
	
	width:100%;
	height:1px;
}

