/* CSS Document */
 
a:visited
{
	color: #24809F 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
a {
	color: #24809F;
}
.watermark
{
background:url(/images/Template/background_bottom_ring.gif) bottom right fixed no-repeat;
background-color: #CCE0E7;
}
/*  Menu Styles */
.TopGroup
{
	background-color:#BBACA1;
	cursor:hand;
	display : block;
	color : #5A5047;
	text-decoration : none;	
	height: 25px;
	width:760;	
	font-weight: bold;
}

.MenuGroup 
{
  cursor:default;   
  height: 25px;  
}

.TopMenuItem /* expanded item*/
{
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, sans-serif;
	cursor:default;
	height: 25px;
	color: #5A5047;
	background-color:#BBACA1;
	width: 126px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5047;
	font-weight: bold;
}

.TopMenuItemHover 
{
  FONT-SIZE: 14px; 
  FONT-FAMILY: Arial, sans-serif;
  cursor:default; 
  height: 25px;
  color: #24809F;
  width: 126px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #24809F;
  font-weight: bold;
}

.MenuItem 
{
	font-size:11;
	cursor:default;
	width: 110px;
	text-align: left;
	height: 25px;
	width: 126px;
	color: #ffffff;
}

.ExpandedMenuItem 
{
	font-size:11;
	cursor:default;
	color: #6B6F6E;
	width: 126px; /* menu item width */
	height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D3D3D3;
	padding:2; 
}

.ExpandedMenuItemHover  
{
	background-color:#474D4D; 
	color: #ffffff;
	font-size:11; 
	cursor:default; 
	width: 126px;/* menu item width hover*/
	height: 25px;
}

.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; 
}


