﻿.MenuTitle
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	height: 20px;
	text-align: center;
	vertical-align: text-bottom;
	border: black 1px solid;	
	background-color: #ffcc33;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#ffcc33);
}

.MenuGroup
{
	font-size: 10pt;
	font-family: Verdana;
	height: 20px;
	text-align: center;
	vertical-align: text-bottom;
	cursor: pointer;
	border: black 1px solid;
	background-color: #9DBCEA;	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA);
}

.MenuTree
{
	font-size: 10pt;
	font-family: Verdana;
	background-color: #ffff99;
	vertical-align: top;
	border: black 1px solid;
}

.MainMenu
{
	font-size: 10pt;
	font-family: Verdana;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.MainMenu:hover
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 0px;
	border-top: #0000ff 1px solid;
	border-bottom: #0000ff 1px solid;	
	border-left: #0000ff 1px solid;
	border-right: #0000ff 1px solid;	
	color: #333333;
	background-color: #c8d8f0;
	height: 18px;
}
