/* CSS Document */

A:link, A:visited, A:active { 
	color: #000080;
	text-decoration: underline;
	}

A:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFEB00;	
}

.sub_nav {
	padding-bottom: 10px;
	

}
