ul#menu {
	font-family: "Arial Narrow";
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style-type:none;
; text-align: center
}
#menu li {
	float: left;
}

#menu a {
	text-align:center;
	color: #660066;
	text-decoration: none;
	display:block;
	width:75px;
	height:20px;
}
#menu a:hover {
	text-align:center;
	color: #663333;
	background-color: #C674BB;
    text-decoration: none;
	display:block;
	width:75px;
	height:20px;
}
a#longMot{
	text-align:center;
	color: #660066;
	text-decoration: none;
	display:block;
	height:20px;
	width:108px;
}
a:hover#longMot {
	text-align:center;
	color: #663333;
	background-color: #C674BB;
    text-decoration: none;
	display:block;
	width:108px;
	height:20px;
}
a#motCourt{
	text-align:center;
	color: #660066;
	text-decoration: none;
	display:block;
	height:20px;
	width:70px;
}
a:hover#motCourt {
	text-align:center;
	color: #663333;
	background-color: #C674BB;
    text-decoration: none;
	display:block;
	width:70px;
	height:20px;
}