@charset "utf-8";
/* CSS Document */

.nav ul {
 *zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #0092f8;
}
.nav ul:before, .nav ul:after {
	content: "";
	display: table;
}
.nav ul:after {
	clear: both;
}
.nav ul > li {
	float: left;
	position: relative;
}
.nav a {
	display: block;
	padding: 10px 36.4px;
	line-height: 1.2em;
	color: #fff;
	border-left: 1px solid #595959;
	text-decoration:none;
	font-weight:bold;
}
.nav a:hover {
	text-decoration: none;
	background: #595959;
}
.nav li ul {
	background: #273754;
}
.nav li ul li {
	width: 200px;
}
.nav li ul a {
	border: none;
	padding:8px 10px;
}
.nav li ul a:hover {
	background:#0092f8;
}
/* Not Animated ============================== */
.nav1 ul > li:hover ul {
	left: 0;
}
.nav1 li ul {
	position: absolute;
	left: -9999em;
	top: 36px;
	z-index: 1;
}