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

#menu{
	background: #3c5327 url(/images/bg_menu-shadow.gif) center center repeat-y;
	height: 35px;
}
#menu ul{
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	height: 35px;
}
#menu ul li{
	display: inline-block;
	list-style: none;
	float: left;
	height: 35px;
	border-left: 1px solid #374c23;
}
#menu ul li:hover{
	background: #334a1f url(/images/bg_menu-hover.gif) center center repeat-y;
}
#menu ul li a{
	display: block;
	text-align: center;
	color: #ddca8d;
	text-transform: uppercase;
	font: normal bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 9px 0px 0px 0px;
	height: 26px;
}
#menu ul li a:hover{ text-decoration: none;}
#menu ul li a.linkHome{ width:88px;}
#menu ul li a.linkAbout{ width:111px;}
#menu ul li a.linkMembers{ width:139px;}
#menu ul li a.linkOCMembers{ width:205px;}
#menu ul li a.linkNews{ width:88px;}
#menu ul li a.linkCalendar{ width:114px;}

/*===================================================================================================== DROP MENU */
#dropmenudiv{
	position:absolute;
	z-index:1000;
	padding: 15px 0 0 0;
	text-transform: uppercase;
	background: #2c4319 url(/images/bg_menu-dropdown.gif) center top no-repeat;
	margin: 0 0 0 -1px;
}
	#dropmenudiv a{
		display: block;
		text-align: center;
		text-decoration: none;
		color: #898d57;
		padding: 10px 0 10px 0;
		margin: 0;
		font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #354a1f;
	}
	#dropmenudiv a:hover{ /*hover background color*/
		color: white;
		background: #293f18;
	}
