/****************************************************************************************************
- Styles in this sheet are used for customising the navigation of the site.
****************************************************************************************************/

ul#main_nav {
	background: url(../im/bg_menu.gif) repeat-x;
	color: #000000;
	font-family: 'futura bold', trebuchet ms, arial, helvetica, verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	text-transform: uppercase;
	top: 70px;
	z-index: 130;
}

ul#main_nav li {
	background: right url(../im/btn_menu.gif) no-repeat;
	display: block;
	height: 88px;
	padding: 0 0 0 26px;
}

ul#main_nav li a {
	color: #000000;
	line-height: 88px;
	text-decoration: none;
}

ul#main_nav li a:hover {
	color: #ffffff;
}
