/* 
	Menu styles for Logan Brothers Rugby League Club
	Prepared by Carly Parker
	www.carlyparker.com.au
	7 June 2011
	
	Theme colours:
		green #6aa200
		blue #008fc4
		orange #fd7d00
*/

/* Main Menu */

.moduletable-mainmenu {
	width: 960px;
	height: 51px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #aa6000;
}

.moduletable-mainmenu ul.menu {
	width: 920px; /* 960px - padding */
	height: 50px;
	margin: 0px;
	padding: 0px 10px;
}

.moduletable-mainmenu ul.menu li {
	display: block;
	float: left;
	height: 50px;
	margin: 0px;
	list-style-type: none;
	border-left: 1px solid #ffc947;
	border-right: 1px solid #c98400;
}

.moduletable-mainmenu ul.menu li a {
	display: block;
	height: 14px; /* 50px - padding */
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 18px 15px;
}

.moduletable-mainmenu ul.menu a:link, 
.moduletable-mainmenu ul.menu a:visited {
	color: #000000;
	text-decoration: none;
}

.moduletable-mainmenu ul.menu a:hover, 
.moduletable-mainmenu ul.menu li.active a {
	color: #000000;
	text-decoration: none;
	background-color: #ef8700;
}