.navlinks {
	margin-left: 1em;
	height: 1em;
}

#topnav {
	height: 20px;

}
#topnav .spacer {
	height: 15px;
	background-color: #a9c8e7;

}
#logouttab {
	background: 		url(../../images/toptab.gif) no-repeat top center;
	width: 100px;
	height: 20px;
	float: right;
}

	#topnav a:hover {
		color: #0055a8;
	}

/*======================= Navigation ===============================*/

#navigation {
	width: 700px;
	height: 22px;
}
	#navigation .corner {
		margin-top: 22px;
	}                 

#navigation .spacer {
	width:				670px;
	padding-top: 		4px;
	height: 				18px;
	border-bottom: 	1px solid #a9c8e7;
	float: 				left;
}
	
#navigation .spacerleft {
	padding-top: 		4px;
	height: 				18px;
	margin-right:		-1px;
	border-bottom: 	1px solid #a9c8e7;
	float: 				left;
}
#navigation .spacerright {
	width:				11px;
	height: 				18px;
	padding-top: 		4px;
	margin-left:		-1px;
	border-bottom: 	1px solid #a9c8e7;
	float: 				left;
}

/* =========== Tabs */

#navigation .selected {
	background: 		url(../../images/selected_tab.gif) no-repeat top center;
	height: 				18px;
	padding-top: 		4px;
	width:				90px;
	color:				#0055a8;
	text-align: 		center;
	font-size: 			12px;
	font-weight: 		bold;
	float: 				left;
}                    

#navigation .unselected {
	background: 		url(../../images/unselected_tab.gif) no-repeat top center;
	height: 				18px;
	padding-top: 		4px;
	width:				90px;
	border-bottom: 	1px solid #a9c8e7;
	float: 				left;
}
	#navigation .unselected a {
		color: 				#0055a8;
		text-align: 		center;
		font-size: 			12px;
		font-weight: 		bold;
	}
	#navigation .unselected a:hover {
		color: 				#0055a8;
	}
