#nav {
	height: 45px;
	font-size: 1.4em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #1192D3;
	border-bottom-color: #138ED1;
}

#nav ul, #nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}


#nav ul ul {
	display: none;
}
#nav ul li {
	line-height: 45px;
	margin-right: 25px;
}


#nav ul li a {
	text-decoration: none;
	color:#616161;
}

#nav ul li a:hover{
	color:#1090D1;
}
#nav p {
	float: right;
	line-height:45px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color:#245077;
	width:200px;
	text-align: right;
}

#nav p a {
	color:#245077;
}
#nav p a:hover {
	color:#1090D1;
	text-decoration: none;
}
.active a{
    color:#1090D1;
}
