﻿#nav {
	position: relative;
	z-index: 100;
	font-size: 1em;
	background: #FFF url(images/bg-nav.png) repeat-x;
}
#nav li, #nav a {
	color: #4b5457;
	font-weight: normal;
}
#nav li {
	border-right: 1px solid #FFF;
}
#nav li:hover, #nav li.active {
	background-color: #005581;
}
#nav li:hover, #nav li:hover > a, #nav li.active, #nav li.active a {
	color: #00bff3;
}
#nav li.last {
	border-right: none;
}
#nav li.e-store {
	width: 85px;
	padding: 0;
	border-right: none;
	background: transparent url(images/bg-nav-estore.png) no-repeat;
}
#nav li.e-store a {
	color: #fff;
	padding: 0 0 0 32px;
}
#nav li ul li {
	border-right: none;
	border-bottom: 1px solid #fff;
	background-color: #005581;
}
#nav li ul li {
	padding: 6px 0;
	height: auto;
}
#nav li ul li a {
	white-space: normal;
	height: auto;
	line-height: 1em;
	padding: 0 1em;
}
#nav li:hover ul li a {
	color: #fff;
}
#nav li ul li:hover a {
	color: #00bff3;
}
#nav li ul li.last {
	border-bottom: none;
}
ul.nav li {
	text-decoration: none;
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.5em;
}
ul.nav li a {
	padding: 0 19px;
}
ul.nav, ul.nav * {
	margin: 0;
	padding: 0;
}
ul.nav {
	position: relative;
	max-width: 100%;
	height: 2.5em;
}
ul.nav li {
	cursor: pointer;
	float: left;
	text-align: center;
	list-style-type: none;
	font-weight: normal;
}
ul.nav li ul {
	cursor: default;
	width: 100%;
	max-width: 100%;
	position: absolute;
	height: auto;
	top: 2.5em;
	background-position: 0 0 !important;
	left: -9000px;
}
ul.nav li ul li {
	padding: 0;
	border: none;
	width: auto;
	max-width: none;
}
ul.nav li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 1em;
	height: 2.4em;
	line-height: 2.5em;
}
ul.nav li ul li a {
	position: relative !important;
	cursor: pointer !important;
	white-space: nowrap;
	line-height: 2em;
	height: 2em;
	font-weight: normal;
	background-position: 0 50% !important;
}
ul.nav li:hover ul {
	left: 0;
	z-index: 10;
}
ul.nav li.current a {
	cursor: default;
	font-weight: bold;
}
ul.nav li.current ul {
	left: 0;
	z-index: 5;
}
ul.nav li.current ul li a {
	font-weight: normal;
}
ul.vertical li {
	position: relative;
	top: 0;
	left: 0;
}
ul.vertical li ul {
	border-top: 0;
}
ul.vertical li ul li {
	float: left;
}
ul.vertical li a {
	height: 2.5em;
	line-height: 2.5em;
	border: 0;
}
ul.vertical li ul li a {
	width: 12em;
	line-height: 2em;
	height: 2em;
	text-align: left;
}
ul.nav li.secondary {
	float: right;
	background: transparent !important;
}
ul.nav li.secondary span.status {
	float: left;
	padding: 0 1em;
	line-height: 2.77em;
	height: 2.77em;
	font-size: 0.9em;
}
ul.nav li.secondary span.status a {
	float: none;
	display: inline;
	padding: 0;
	height: auto;
	line-height: auto;
	background: transparent;
}
ul.nav li {
	text-decoration: none;
	display: block;
	float: left;
	height: 2.4em;
	line-height: 2.5em;
}
ul.nav li a {
	padding: 0 19px;
}
