﻿#MenuBG
{
	background-image: url(../../images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 968px;
	height: 23px;
	margin: 0;
	border-right: 5px solid white;
	border-left: 5px solid white;
	z-index: 1000;
}

.MenuGroup
{
	font-family: Arial;
	font-style: Normal;
	cursor:pointer;
	margin-bottom: -5px;
	padding: 0 10px 3px 10px;
	z-index: 1000;
}

.MenuItem, .MenuItemHover, .MenuItemActive, .MenuItemExpanded
{
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
	z-index: 1000;
}

.ExpandedMenuItem, .ExpandedMenuItemActive, .ExpandedMenuItemExpanded, .ExpandedMenuItemHover
{
	font-size: 7pt;
	border-bottom: 1px solid white;
	background-color: #666666;
	color: #FFF;
	font-weight: normal;
	z-index: 1000;
}

.ExpandedMenuItemHover
{
	background-color: #7e7e7e;
	z-index: 1000;
}

.ExpandedMenuItemExpanded
{
	border-right: 3px solid black;
	z-index: 1000;
}

A.HoverTreeNode	
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color:	#000000;
	font-weight: bold;
}	
	
A.HoverTreeNode:link
{	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}	
		
A.HoverTreeNode:visited	
{	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}	
		
A.HoverTreeNode:active	
{	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}	
		
A.HoverTreeNode:hover
{	
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
