
#menu {
	height: 26px;
	margin: 0;
	padding-left: 10px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
}

#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menu a:link, #menu a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#menu a:link.active, #menu a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#menu a:hover {
	background: #fff;
}
