


/* Footer Menu - using CSS*/

a.nav, a.nav:link, a.nav:visited {
	display:block; 
	width:110px; 
	height:30px; 
	background:#000000; 
	border:1px solid #000;
	text-align:center; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px;
	font-weight:bold; 
	color:#FFFF00; 
	line-height:25px; 
	overflow:hidden; 
	float:left;

}
a.nav:hover {
	color:#000000; 
	background:#FFFF00;
}
a.nav:active {
	color:#FFFF00; 
	background:#000000;
}

/*************************************************************************************************************/
