﻿/* This style sheet controls the look of the menu items. */

.menu
{
	text-decoration: none;
	font-size: 11px;
	float: left;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:35px;
}

.menu a, .menu a:link, .menu a:visited
{
	text-decoration: none;
	color:#ffffff;
}

.menuDynamicHover
{
	float: left;
	text-decoration: none;
	color: #454647;
	background-color: #A9A9AA;
}
.menuDynamicHover a
{
}

.menuDynamicHover a:hover
{
	color: #454647;
}

.staticMenuItemStyle
{
	float: left;
	text-decoration: none;
}
.staticMenuItemStyle a
{
	padding: 6px 2px 5px 2px;
    text-decoration: none;
}

.staticMenuItemStyle td
{
    padding-left:0px;
}

.menuSelectedItemStyle
{
    z-index:100;
}
.menuSelectedItemStyle a
{
    color: #454647;
	background-color:#A9A9AA;
}