#menu {
	width: 954px;
	height: 29px;
	background: transparent url("layout/menu/menu.jpg") no-repeat left top;
	padding-top: 12px;
	margin-left: 8px;
	
	position: relative;
}

#menu h2 {
	width: 159px;
	height: 20px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Tahoma;
	color: #b53d02;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align:center;
}

#menu a {
	width: 159px;
	height: 20px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover, a:active {
	color: #6f2e07;
}