
a { 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 


.nav, .nav:link, active, visited{
	text-align : center;
	vertical-align : bottom;
	font-size : 10px;
	font-family : Trebuchet MS, Tahoma, Arial;
	color : #71A4D4;
	text-decoration : none;
	text-transform : uppercase;
	font-weight : bold;
}
.nav:hover{
	color : #FFFFFF;
}
.nav_currentpage, .nav_currentpage:link, active, visited{
	text-align : center;
	vertical-align : bottom;
	font-size : 12px;
	font-family : Trebuchet MS, Tahoma, Arial;
	color : #FFFFFF;
	text-decoration : none;
	text-transform : uppercase;
	font-weight : bold;
}
.nav_currentpage:hover{
	color : #FFFFFF;
}
