/*  Menu Styles */
.TopGroup
{
	background:#617F9a;
	cursor:hand;
	display : block;
	color : #6B6F6E;
	text-decoration : none;	
	height: 25px;
	width:760;	
}

.MenuGroup 
{
  cursor:default;   
  height: 25px;  
}

.TopMenuItem /* expanded item*/
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma, Arial, sans-serif;
	cursor:default;
	height: 25px;
	color: #F4F6F5;
	background-color:#617F9a;
	width: 126px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B5C5D6;
}

.TopMenuItemHover 
{
  background-color: #B5C5D6;
  FONT-SIZE: 11px; 
  FONT-FAMILY: Tahoma, Arial, sans-serif;
  cursor:default; 
  height: 25px;
  color: #ffffff;
  width: 126px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B5C5D6;
}

.MenuItem 
{
	font-size:11;
	cursor:default;
	width: 110px;
	text-align: left;
	height: 25px;
	width: 126px;
	color: #ffffff;
}

.ExpandedMenuItem 
{
	  FONT-SIZE: 11px; 
  FONT-FAMILY: Tahoma, Arial, sans-serif;
	cursor:default;
	color: #F4F6F5;
	background-color:#617F9a;
	width: 126px; /* menu item width */
	height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
	padding:2; 
}

.ExpandedMenuItemHover  
{
	background-color: #B5C5D6;
  FONT-SIZE: 11px; 
  FONT-FAMILY: Tahoma, Arial, sans-serif;
  cursor:default; 
  height: 25px;
  color: #ffffff;
	cursor:default; 
	width: 126px;/* menu item width hover*/
	height: 25px;
	  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B5C5D6;
}

.MenuItemHover  
{
  background-color:#474D4D; 
  width: 126px;
  color: #ffffff;
  font-size:11; 
  cursor:default; 
  height: 25px;
}

.MenuItemExpanded 
{
	color: #ffffff; 
	font-size:11; 
	cursor:default; 
	width: 126px;
	height: 25px;
	background-color:#3C3F3E; 
}
