﻿.TopGroup
{
	background-image: url(images/top_groupBg.jpg);
	border:0px solid #696885;
	border-bottom-color: #57566F;
	border-right-color: #57566F;
	cursor:hand;
	line-height:24px;
	background-repeat: no-repeat;
}

.MenuGroup
{
  background-color:#ffffff;
  border:1px #003295 solid; 
  border-style:solid;
  cursor:hand; 

  
}

.TopMenuItem
{
  color:#000000;   
  font-size:14px;  
  padding:0px;
  padding-bottom:-20px;
  cursor:hand; 
}

.TopMenuItemHover 
{
  color:#D50000; 
  background-image: url(images/top_groupBg.jpg);    
  font-size:14px; 
  cursor:hand;
  display:block; margin-top:1px;
  
}

.MenuItem
{
	border: 1px solid #F5F5F5;
	color:#00025C;
	font-size:12px;
	cursor:hand;
	text-align:left;
	background-image: url(images/orangeDots.gif);
	background-repeat:no-repeat;
	height:25px;
	background-position: 0px 7px;	/*
  filter:alpha(opacity=10);
  moz-opacity: .8
  */
}

.MenuItemHover 
{
	background-color:#E0F2FE;
	color: #000000;
	border: 1px solid #4E6B93;
	border-top-color: #9190AC;
	border-left-color: #9190AC;
	font-size:12px;
	cursor:hand;
	background-image: url(images/orangeDots.gif);
	background-repeat:no-repeat;
	height:25px;
	background-position: 0px 7px;
}

.MenuItemExpanded
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #9190AC; 
  border-top-color: #4E6B93; 
  border-left-color: #4E6B93;font-size:12px; 
  cursor:hand; 
  background-image: url(images/orangeDots.gif);
  background-repeat:no-repeat;
  height:25px;
  background-position: 0px 7px;
}

.MenuItemActive
{
  color: #000000;  
  border: 1px solid #4E6B93;font-size:12px; 
  cursor:hand; 
  background-image: url(images/orangeDots.gif);
  background-repeat:no-repeat;
  height:25px;
  background-position: 0px 7px;
}

.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;
}
.expandedCssClass
{
	padding-top:0px;
	margin-top:0px;
	color:Red;
}

