.menu {
	position: relative;
	top: 66px;
	left: 10px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
text-align: center;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
font-family:"Arial Black",Gadget,sans-serif;
font-size: 13px;
color:#FFF; 
letter-spacing:0px;
margin-right:14px;
}


/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 
}


