@charset "utf-8";
/* CSS Document */

#header {

	width: 960px;
	height: 782px;
	float: left;
	background: url(images/header.jpg) no-repeat;
}

#about {
	width: 960px;
	height: 65px;
	float: left;
}

#roster {

	width: 960px;
	height: 65px;
	float: left;
}

#sponsors {

	width: 960px;
	height: 65px;
	float: left;
}

#schedule {

	width: 960px;
	height: 65px;
	float: left;
}

#contact {

	width: 960px;
	height: 65px;
	float: left;
}





/*--header menu--*/

#header #menu {
	width:960px;
	height:40px;
	background-color:#000;
	float: right;
	margin: 0px 0px 0 0;
	/*border:1px red solid;*/

}

#header #menu ul {
	margin-top:6px;
	list-style: none;
}



#header #menu ul li.page_item {
	float: left;
	margin: 0 0 0 53px;
}

#header #menu ul li.page_item a {
	width: 98px;
	height: 21px;
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #bcbcbc;
	background: url(images/button.png) no-repeat;
	text-align: center;
	padding: 7px 0 0 0;
	text-transform:capitalize;
	font-size: 12px;
}



#header #menu ul li.page_item a:hover {
	color: #b5985a;
}



#header #menu ul li.current_page_item a {
	color: #fff;
	background-color: #2c4106;

}

/*--about-menu--*/
/*--about-menu--*/
/*--about-menu--*/
/*--about-menu--*/
/*--about-menu--*/

#about #menu, #roster #menu, #sponsors #menu, #schedule #menu, #contact #menu {
	width:960px;
	height:40px;
	/*background-color:#000;*/
	float: right;
	margin: 15px 0px 0 0;
	/*border:1px red solid;*/

}

#about #menu ul, #roster #menu ul, #sponsors #menu ul, #schedule #menu ul, #contact #menu ul {
	margin-top:6px;
	list-style: none;
}



#about #menu ul li.page_item, #roster #menu ul li.page_item, #sponsors #menu ul li.page_item, #schedule #menu ul li.page_item, #contact #menu ul li.page_item {
	float: left;
	margin: 0 0 0 53px;
}

#about #menu ul li.page_item a, #roster #menu ul li.page_item a, #sponsors #menu ul li.page_item a, #schedule #menu ul li.page_item a, #contact #menu ul li.page_item a {
	width: 98px;
	height: 21px;
	float: left;
	text-decoration: none;
	font: 900 14px Arial, Helvetica, sans-serif;
	color: #bcbcbc;
	background: url(images/button.png) no-repeat;
	text-align: center;
	padding: 7px 0 0 0;
	text-transform:capitalize;
	font-size: 12px;
}



#about #menu ul li.page_item a:hover, #roster #menu ul li.page_item a:hover, #sponsors #menu ul li.page_item a:hover, #schedule #menu ul li.page_item a:hover, #contact #menu ul li.page_item a:hover {
	color: #b5985a;
}



#about #menu ul li.current_page_item a, #roster #menu ul li.current_page_item a, #sponsors #menu ul li.current_page_item a, #schedule #menu ul li.current_page_item a, #contact #menu ul li.current_page_item a {
	color: #fff;
	background-color: #2c4106;

}

