﻿#MenuBG
{
	background-image: url(../../images/menu_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 35px;
	margin: 0px 0px 0px 0px;
}
.MenuGroup
{
font-family: Arial;
font-weight: Bold;
font-style: Normal;
cursor:pointer;
}
.MenuItem
{

font-family: Arial;
color: #FFF;
font-size: 10pt;
}
.MenuItemHover
{

font-family: Arial;
color: #FFF;
font-size: 10pt;
}
.MenuItemActive
{

font-family: Arial;
color: #FFF;
font-size: 10pt;
}
.MenuItemExpanded
{

font-family: Arial;
color: #FFF;
font-size: 10pt;
}

.ExpandedMenuItem
{
background-color: #666666;
font-family: Arial;
color: #FFF;
font-size: 10pt;
}
.ExpandedMenuItemHover
{
background-color: #666666;
font-family: Arial;
color: #FFF;
font-size: 10pt;
}
.ExpandedMenuItemActive
{
background-color: #666666;
font-family: Arial;
color: #FFF;
font-size: 10pt;
}
.ExpandedMenuItemExpanded
{

font-family: Arial;
background-color: #666666;
color: #FFF;
font-size: 10pt;
}

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;
	}