@charset "ISO-8859-1";

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 153px;
	color: #FFFFFF;
	background-color: #007ac3;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	letter-spacing: 1pt;
	margin: 0;
	border-bottom-width: 1px;
	padding: 5px 0 5px 15px;
}

.nav {
	background: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	color: #333333;
	display: inline-block;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 153px;
	

	
}

.nav a {
	background: #def3fb;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	color: #333333;
	display:inline-block;
	float: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	width: 153px;
	text-indent: 15px;
	
}

.nav a:hover {
	background-color: #FFFFFF;
}

