div#top_menu {
	height: 33px;
	background-color: #F0F1EB;
	border-bottom: #E3E3E3 solid 1px;
}

div#top_menu ul.menu {
	list-style-type: none;
	height: 20px;
	padding-top: 7px;
	margin: 0px;
}

div#top_menu ul.menu li {
	margin: 0px;
	height: 20px;
	float:left;
	padding: 0px 20px;
	border-right-color: #767676;
	border-right-width: 1px;
	border-right-style: inset;
}

div#top_menu ul.menu li a {
	line-height: 20px;
	color: #0074F2;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#top_menu ul.menu li#current a {
	color: #FE620D;
}