﻿.MainMenu
{
	background-color				: #666666;
	height							: 28px;
	margin							: 0px 0px 0px 0px;
	max-height						: 28px;
	max-width						: 994px;
	min-height						: 28px;
	min-width						: 994px;
	padding							: 1px 0px 1px 0px;
	vertical-align					: middle;
	width								: 994px;
}
.MenuStaticMenu
{}
.MenuDynamicMenu
{}
.MenuStaticMenuItem
{
	background-image			: url(Images/Backgrounds/MenuNamePlate.png);
	background-position			: center center;
	background-repeat			: no-repeat;
	color								: #CCCC00;
	font-family						: Arial;
	font-size							: 12pt;
	font-style						: normal;
	font-variant						: normal;
	font-weight						: bold;
	height							: 26px;
	margin							: 0px 0px 0px 0px;
	max-height						: 26px;
	max-width						: 142px;
	min-height						: 26px;
	min-width						: 142px;
	padding							: 1px 0px 1px 0px;
	vertical-align					: middle;
	width								: 142px;
}
.MenuDynamicMenuItem
{
	background-color				: #666666;
	background-image			: url(Images/Backgrounds/MenuNamePlateLong.png);
	background-position			: center center;
	background-repeat			: no-repeat;
	color								: #CCCC00;
	font-family						: Arial;
	font-size							: 12pt;
	font-style						: normal;
	font-variant						: normal;
	font-weight						: bold;
	height							: 28px;
	margin							: 0px 0px 0px 0px;
	max-height						: 28px;
	max-width						: 200px;
	min-height						: 28px;
	min-width						: 200px;
	padding							: 0px 0px 0px 0px;
	vertical-align					: middle;
	width								: 200px;
}
.MenuStaticHover
{
		font-style						: oblique;
}
.MenuDynamicHover
{
		font-style						: oblique;
}
.MenuStaticSelected
{
		background-image			: url(Images/Backgrounds/MenuNamePlateSelected.png);
}
.MenuDynamicSelected
{
		background-image			: url(Images/Backgrounds/MenuNamePlateLongSelected.png);
}