html,body {
	height: auto;
	background: #000 ;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
html,body h1{
	height: auto;
	background: #000;
	color: #fecb34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#nav {
	colour:#FFF;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 215px;
}
#nav ul li {
	position: relative;
}
#nav li ul {
	position: absolute;
	left: 0px;
	top: 44px;
	display: none;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background: #000;
	padding: 1px;
	border: 2px solid #000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;}
* html ul li a { height: 1%; background: #000;}
/* End */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 215px;
	background: #000;
}
#nav li:hover ul, li.over ul { 
	display: block; 
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html  ul li a { height: 1%; background: #000;}
/* End */