#menu {
	position:absolute;
	left:0;
	top:0;
	padding-top:5px;
	height:34px;
	width:100%;
	background-color:#000;
	border-bottom: #666 solid 1px;
}
a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;	
}
a:hover {
	text-decoration:underline;
}
a.menu {
	font-size:11px;
}