@charset "utf-8";
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	cursor:pointer;
}

.menu ul li {
	float: left;
	position: relative;
}

.menu ul li a,.menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 110px;
	height: 50px;
	color: #FFF;
	border-width: 1px 1px 0 0;
	line-height: 50px;
	font-size: 16px;
}

.menu ul li ul {
	display: none;
}

.menu ul li:hover a {
	color: #fff;
	background: #3C6DDA;
}
.menu ul li.home a{
	text-indent: 10px;	
}
.menu ul li.home {
	background:url(../images/home.png) 10px center no-repeat;
}
.menu ul li.home:hover a {
	color: #fff;
	background:url(../images/home.png) 10px center no-repeat #3C6DDA;
}


.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	width: 110px;
}

.menu ul li:hover ul a {
	display: block;
	background: #708ED0;
	color: #FFF;
	border-top: 1px solid #697DA9;
	height:50px;
}

.menu ul li:hover ul a:hover {
	background: #708ED0;
	color: #FFF;
}

.subnav a{
	height: auto !important;
	padding: 14px 0 !important;
	line-height: 1 !important;
}
