@charset "utf-8";
/* CSS Document */

.nav ul {
 *zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}
.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 20px;
	line-height: 1.2em;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}
.nav a:hover {
	text-decoration: none;
	background: #595959;
}
.nav li ul {
	background: #273754; margin:14px 0 0 0;
}
.nav li ul li {
	width: 240px;
}
.nav li ul a {
	border: none; text-align:left; letter-spacing:0px;
}
.nav li ul a:hover {
	background:#db3d00;
}


.nav3 ul > li:hover ul li {
	height: 36px;
}
.nav3 li ul {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 1;
}
.nav3 li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}