.TopGroup
{
  background-image: url(images/top_groupBg.gif); 
  border:0px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 

  font-weight: bold;
  cursor:hand; 
}

.MenuGroup
{
  background-color:#ffffff;
  border:1px #043B77 solid; 
  border-style:solid;
  cursor:hand; 
  
}

.TopMenuItem
{
  color:#000000; 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  padding:20px;
  cursor:hand; 
}

.TopMenuItemHover 
{
  color:#D50000; 
  background-image: url(images/top_groupBg.gif);   
  background-color:#757495; 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuItem
{
	background-image: url(images/orangeDots.gif);
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 5px; 
	color:#00025C;
	font-family:tahoma;
	font-size:12px;
	font-weight: bold;
	cursor:hand;
	 /*
  filter:alpha(opacity=10);
  moz-opacity: .8
  */
	
}

.MenuItemHover 
{
  background-image: url(images/orangeDots.gif);
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 5px; 
  background-color:#043B77; 
  color: #ffffff; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuItemExpanded
{
  background-image: url(images/orangeDots.gif);
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 5px; 
  background-color:#043B77; 
  color: #ffffff; 
  border-top-color: #4E6B93; 
  border-left-color: #4E6B93;
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuItemActive
{
  background-image: url(images/orangeDots.gif);
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 5px; 
  color: #000000;
  background-color:#E0F2FE;    
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}

.ScrollItem
{
  background-color:#F5F5F5; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemH
{
  background-color:#FFEEC2; 
  border: 1px solid #757495; 
  text-align:center;
  cursor:default;
}

.ScrollItemA
{
  background-color:#FBE694; 
  border: 1px solid #BB5503; 
  text-align:center;
  cursor:default;
}
