@charset "utf-8";
/* CSS Document */

#menu {
	display: block;
	list-style: none;
	background-image: url(images/menu-background.jpg);
	height: 24px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 657px;
	background-repeat: repeat-x;
}

#menu li {
	padding: 0px;
	display: inline;
	background-image: url(images/menu-background.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu a {
	float: left;
	height:24px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 27px;
	margin-left: 27px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 2px;
	/*background-image: url(images/home.jpg);*/
}

#menu a:hover {
	color: #eff77c;
}

/*#menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}*/
/*#home a{
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	width:150px;
}

#home a:hover{
	background-image: url(images/home_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}*/
