#menu {
	border-bottom : 1px solid #999;
	margin : 0;
	margin-top: 5px;
	padding-bottom : 25px;
	padding-left : 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
}
#menu ul, #menu li{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#menu a:link, #menu a:visited	{
	background : #eee;
	border : 1px solid #999;
	color : #333;
	float : left;
	line-height : 18px;
	margin-right : 7px;
	padding: 3px;
	text-align: center;
	text-decoration : none;
}
#menu a:hover	{
	background : #E1CBCB;
}
#menu a:link.active, #menu a:visited.active,	#menu a:hover.active {
	background : White;
	border-bottom : 1px solid White;
	color : #000;
}
#menu span	{
	background : #eee;
	border : 1px solid #999;
	color : #ccc;
	float : left;
	line-height : 18px;
	margin-right : 7px;
	padding: 3px;
	text-align: center;
	text-decoration : none;
}