
 
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
 
#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
 
#navcontainer ul li a
{
	background: #fff;
	width: 78px;
	height: 18px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
 
#navcontainer ul li a:hover
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
 
body#home a#homenav,
body#products a#prodnav,
body#faq a#faqnav,
body#contact a#connav
{
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
 
