/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 700px;
	height: 55px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 700px;
	height: 60px;
	background: url('images/img04.jpg') no-repeat left top;
	font-family: Arial, Helvetica, sans-serif
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: url('images/img05.gif') no-repeat right top;
	height: 60px;
	padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 22px 7px 0 7px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #2C2E22;
}

#menu .current_page_item a {
	color: #2C2E22;
}