#nav { width: 480px; margin: 0; height:29px; }
#nav li { width: 160px; height:100%; float: left; margin: 0; list-style: none }
#nav a { width: 160px; height:100%; padding: 0; display: block; border: 1px solid #ccc; }
#nav a:hover{cursor:pointer;}
#nav a.activeSlide { 
/*	background: #1448b5; 
/*	opacity:0.7;*/
	background-image:url('../images/activeslide_bg.png');
	background-repeat: repeat-x;
	color:#fff;
}

#nav a:focus { outline: none; }
#nav img { border: none; display: none;}
#nav a{
	color:#000;
	text-decoration: none;
	line-height: 1.1em;
	text-align: center;
	padding-top:8px;
	font-size: 0.8em;
	font-weight: 800;
}

