﻿.Menutablebg0
{
	background-image: url('Images/bggrad50line.jpg');
	text-align: right;
}

.Menutablebg1
{
	background-image: url(Images/bggrad50line.jpg);
}

.Menutablebg2
{
	background-image: url(Images/bggradup75.JPG);
}

.Menutablebg3
{
	background-image: url(Images/bggradblue25.jpg);
}

.mmDynamicHoverStyle
{
	background-color: Navy;
	color: White;
	
}


/* Menu Items */
.MenuItemSelected
{
	padding-right: 1px;
	padding-left: 3px;
	font-family: "Trebuchet MS" , "Lucida Grande" , Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	color: #000080;
	font-weight: 600;
	letter-spacing: .2em;
}

.MenuItemBlack
{
	color: Black;
}


A.MenuNoUnderlineLink
{
	color: Black;
	text-decoration: none;
	font-family: Arial;
}

A.MenuNoUnderlineLink:active
{
	color: Black;
	text-decoration: none;
	font-family: Arial;
}

A.MenuNoUnderlineLink:link
{
	color: Black;
	text-decoration: none;
	font-family: Arial;
}

A.MenuNoUnderlineLink:visited
{
	color: Black;
	text-decoration: none;
	font-family: Arial;
}

A.MenuNoUnderlineLink:hover
{
	color: red;
	text-decoration: none;
	font-family: Arial;
}

.MenuParamText
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.MenuParamTextBlue
{
	font-weight: normal;
	font-size: 10pt;
	color: Navy;
	font-family: Arial;
}
.MenuBoldParamText
{
	font-weight: Bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.HeaderBlackText
{
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-family: Arial;
}
.HeaderBlueText
{
	font-weight: normal;
	font-size: 12pt;
	color: Blue;
	font-family: Arial;
}
.MenuParamTextError
{
	color: Red;
}


/* End Menu Items */
