/*
*********************
**	Main menu design elements
*********************
*/

td.menuHeaderLow
{
	background-color: #5c5853;
	cursor: pointer;
}

td.menuFooterLow
{
	background-color: #30302f;
	cursor: pointer;
}

td.menuHeaderHigh
{
	background-color: #f7c500;
	cursor: pointer;
}

td.menuFooterHigh
{
	background-color: #f7c500;
	cursor: pointer;
}

td.menuButtonCell
{
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

/*
*********************
**	Submenu
*********************
*/

div.smHidden
{
	background: url(images-design/gif/subMenuBg.gif);
	position: absolute;
	display: none;
	width: 768px;
	height: 43px;
	text-align: center;
	vertical-align: middle;
}

div.smVisible
{
	background: url(images-design/gif/subMenuBg.gif);
	position: absolute;
	display: block;
	width: 768px;
	height: 43px;
	text-align: center;
	color: #e3e3df;
	font-size: 10pt;
}

a.smLink
{
	color: #e3e3df;
	font-family: arial;
	font-size: 10pt;
	text-transform: lowercase;
}

a.smLink:link {text-decoration:none;}
a.smLink:visited {text-decoration:none;}
a.smLink:active {color: #f7c500; text-decoration:none;}
a.smLink:hover {color: #f7c500; text-decoration:none;}

/*
*********************
**	Footer
*********************
*/

.footerMenu
{
	color:#e3e3df;
	font-size:7.5pt;
	text-align:center;
	vertical-align: top;
}

a.footerMenuLink
{
	color:#e3e3df;
	font-size:7.5pt;
	text-transform: uppercase;
}

a.footerMenuLink:link {text-decoration:none;}
a.footerMenuLink:visited {text-decoration:none;}
a.footerMenuLink:active {color: #8daded; text-decoration:none;}
a.footerMenuLink:hover {color: #8daded; text-decoration:none;}

