﻿
.MenuBar
{
	background-color: #EED6A5;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	padding: 5px;
	text-align: center;
	width:900px;

}
.TopGroup
{
	background-color: #EED6A5;
	cursor: pointer;
}

.MenuGroup
{
	background-color: #EED6A5;
	border: 1px solid #EED6A5;
	cursor: pointer;
}

.TopMenuItem
{
	background-color: #EED6A5;
	font-size: smaller;
	font-weight: bold;
	color: #595959;
	cursor: pointer;
}

.TopMenuItemHover
{
	background-color: #EED6A5;
	font-size: smaller;
	color: #595959;
	cursor: pointer;
	font-weight: bold;
}

.MenuItem
{
	font-size: smaller;
	border: 1px solid #EED6A5;
	color: #595959;
	cursor: pointer;
	font-weight: bold;
}

.MenuItemHover
{
	font-size: smaller;
	background-color: #EED6A5;
	color: #808080;
	border: 1px solid #EED6A5;
	cursor: pointer;
	font-weight: bold;
}

.TopGroupFoot
{
	background-color: Transparent;
	cursor: pointer;
}

.MenuGroupFoot
{
	font-size: smaller;
	cursor: pointer;
}
.MenuGroupFootHover
{
	font-size: smaller;
	background-color: #EBEBEB;
	color: #808080;
	cursor: pointer;
}
.TopMenuItemFoot
{
	font-size: smaller;
	background-color: Transparent;
	color: #FFFFFF;
	cursor: pointer;
}

.TopMenuItemHoverFoot
{
	font-size: smaller;
	background-color: #EBEBEB;
	color: #808080;
	cursor: pointer;
	line-height: 100%;
}

.MenuItemFoot
{
	font-size: smaller;
	border: 1px solid #EBEBEB;
	color: #FFFFFF;
	cursor: pointer;
	background-color: Transparent;
}

.MenuItemHoverFoot
{
	font-size: smaller;
	background-color: #EBEBEB;
	color: #808080;
	border: 1px solid #808080;
	cursor: pointer;
}


.SubNavMenuMain
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	background-color: #EED6A5;
	text-align: left;
	height: auto;
	padding: 5px;
}
.SubNavMenuMain a
{
	text-decoration: none;
}

.MainSubMenuTop
{
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	color: #254061;
}
.ChildSubMenu
{
	font-family: Verdana;
	font-style: normal;
	font-size: 10pt;
	color: #254061;
}
.SelectedSubMenu
{
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	color: #800000;
}

.ProductMenu
{
	font-family: Verdana;
	text-align: left;
	padding: 5px;
	color: Gray;
	text-decoration: none;
}
.ProductMenuSelected
{
	font-family: Verdana;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}

a.ProductMenu:link
{
	text-decoration: none;
	outline: none;
	color: Gray;
	cursor: hand;
}
a.ProductMenu:visited
{
	text-decoration: none;
	outline: none;
	color: Gray;
	cursor: hand;
}
a.ProductMenu:hover
{
	text-decoration: none;
	outline: none;
	color: Gray;
	cursor: hand;
}

