#menu ul {
	list-style-type : none;
	margin-left : 230px;
	margin-top : 3px;
}

#menu li {
	float : left;
}

#menu a {
	text-decoration : none;
	font-weight : bold;
	font-size : 15px;
	color : #371C1C;
	margin : 0 10px 0 10px;
}

#menu a:hover {
	color : #00CCFF;
}

#menu .activeMenu{
	color : #00CCFF;
}
