

#nav .subnav, #nav .subnav p, #nav .subnav p span, #nav .subnav .arrow {}

#nav, #nav ul, #nav ul li{}
#nav {
	position:relative;
	background-position:0 -36px;
	margin:10px auto;
}
#nav ul {
	height:36px;
	line-height:36px;
	margin-left:10px;
	padding-right:10px;
	overflow:hidden;
	background-position:right -72px;
}
#nav ul li {
	margin:5px 12px 0px 15px;
	float:left;
	height:28px;
}
#nav ul li a {
	font-size:16px;
	color:#2a2a2a;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:0 2px 0 4px;
}
#nav ul li a:hover {color:#253782;}
#nav .subnav {
	display:none;
	position:absolute;
	top:41px;
	width:auto!important;
	min-width:110px;
	height:27px;
	line-height:27px;
	white-space:nowrap;
	background-position:0 -180px;
}
#nav .subnav p {
	padding-right:10px;
	background-position:right -234px;
}
#nav .subnav p span {
	display:block;
	color:#fff;
	background-repeat:repeat-x;
	background-position:0px -207px;
}
#nav .subnav p a {
	font-size:14px;
	display:inline;
	color:#393939 !important;
	text-decoration:none;
	margin:0 5px;
	padding:5px;
}
#nav .subnav p a:hover {
	font-weight:400;
	background-image:none;
	background-color:#253782;
	color:#fff !important;
}
#nav .subnav .arrow {
	position:absolute;
	top:-4px;
	display:block;
	width:11px;
	height:5px;
	background-position:0 -261px;
}

