/* CSS Document */

#template_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	background-color: #999;
	border: 1px solid #ef9b00;
	float: left;
}
#template_menu li {
	float: left;
}
#template_menu a {
	display: block;
	padding: 0 1em;
	line-height: 2.1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#template_menu a:hover {
	background-color:#ef9b00;
}
