﻿.topMenu
{
	font-size: 14px;
	font-weight: normal;
	color: #312f2b;
	text-transform: uppercase;
	position: absolute;
	top: 82px;
	left: 0px;
	z-index: 2;
}

.topMenu a, .topMenu a:hover
{
	text-decoration: none;
	padding-left: 0px;
	background-image: none;
}

.topMenu a:hover
{
	text-decoration: underline;
}

.topMenu li
{
	list-style-type: none;
	display: inline-block;
	float: left;
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
	padding-right: 20px;
}

.topMenu li.separator
{
	padding: 0px;
	width: 1px;
	background-image: url(../Img/Menu/separator.png);
	background-repeat: no-repeat;
	margin-top: 1px;
}

.topMenu li.active
{
	background-image: url(../Img/Menu/ActiveItemLeftBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
	padding-right: 0px;
}

.topMenu li.active span
{
	background-image: url(../Img/Menu/ActiveItemRightBG.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 0px;
	padding-right: 5px;
	display: block;
	cursor: default;
}

.topMenu li.active span span
{
	background-color: #312f2b;
	color: White;
	padding-left: 22px;
	padding-right: 22px;
}

.topMenu li.active span span a
{
	color: White;
	display: inline-block;
}

.ie6
{
	display: none;
}

.headerSubNavigationMenu
{
	padding-left: 20px;
	line-height: 21px;
}

.headerSubNavigationMenu a
{
	font-size: 12px;
	color:  White;
	text-decoration: none;
	padding-left: 0px;
	background-image: none;
}

.headerSubNavigationMenu a:hover
{
	text-decoration: underline;
}

.headerSubNavigationMenu span
{
	font-size: 12px;
	font-weight: bold;
	color:  white;
	padding-left: 10px;
	padding-right: 10px;
}

a.activeTopSubMenuItem
{
	color: #fdf001;
	font-weight: bold;
}
