﻿.menuContainer {
	height: 50px;
	position: absolute;
	right: 0;
	bottom: -6px;
	overflow: hidden;
	z-index: 200;
}

.menuVertSep {
	width: 1px;
	height: 50px;
	background: transparent url('../Media/system/backgrounds/menuVertSep.gif') no-repeat scroll left top;
	float: left;
}

.menuItem {
	height: 50px;
	float: left;
	cursor: pointer;
}

.menuItem a {
	position: relative;
}

.menuItem img {
	position: absolute;
	left: 0;
	top: 0;
}

.menuItem img.Off { z-index: 10; }
.menuItem img.On { z-index: 15; }

.subMenu {
	width: 250px;
	padding: 40px 0;
	position: relative;
	left: -20px;
}

.subMenu .innerMenuSep {
	width: 191px;
	margin-left: 30px;
	height: 1px;
	background: transparent url('../Media/system/backgrounds/innerMenuSep.gif') no-repeat scroll left top;
}

.subMenu .innerMenuItem {
	width: 220px;
	height: 34px;
}

.subMenu .innerMenuItem div {
	background: transparent none repeat-y scroll left top;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1.1px;
	line-height: 1em;
	margin: 0;
	width: 175px;
	padding: 10px 10px 10px 35px;
	cursor: pointer;
}

.subMenu .innerMenuItem div.selected {
	background-image: url('../Media/system/backgrounds/innerMenuSelected.gif');
}

.subMenu .innerMenuItem div a:link, .subMenu .innerMenuItem div a:visited,
.subMenu .innerMenuItem div a:hover, .subMenu .innerMenuItem div a:active {
	color: #999999;
	text-decoration: none;
}

.subMenu .innerMenuItem div.selected a:link, .subMenu .innerMenuItem div.selected a:visited,
.subMenu .innerMenuItem div.selected a:hover, .subMenu .innerMenuItem div.selected a:active {
	color: White;
	text-decoration: none;
}
