#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
* html #menu #nav a {
	width: 50px;
}

#menu #nav a {
	font-weight: bold;
	color: white;
	font-size: 11px;
	text-decoration: none;
	min-width: 50px;
	display:block;
	height: 14px;
	padding: 5px 5px;
}
#menu #nav a:hover{
	color: black;
	background-color: white;
}

* html #menu li{
	width: 50px;
}
#menu li {
	float: left;
	position: relative;
	text-align: center;
	background-color: #000;
	min-width: 50px;
	height: 24px;
	background-color: #6592C9;
	border-right: solid 1px #000;
}
#menu li:hover{
	
	
}

