#navholder {
	/*height:3.1em; */
	height: 34px;
	text-align:center;
	background:url(navbg.jpg);
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	font-size:90%;
}
ul#nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:760px;
	position:relative;
	z-index:999;
}
ul.navi li {
	position: relative;
	float: left;
	list-style: none;
	width:89px;
}

/*ul.navi li#eventsandvenuehire {
	position: relative;
	float: left;
	list-style: none;
	width:156px;
}*/	
li ul {
	position: absolute;
	left: 0;
	top: auto;
	display: none;	
	margin:0;
	padding:0;
}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	background:transparent; /* IE6 Bug */
	padding:0;
	border-bottom:1px solid #0E8811;
	border-right:1px solid #06aa09;	/*This is the right border of menus*/
	height: 33px;
	line-height: 33px;
}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists background color - top buttons*/
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #ffe600;
   background-color:#005103;
   
}
/* set dropdown to default */
li:hover li a, li.over li a {
   	background:#057409;
	color:#fff;
	font-weight:normal;
	padding:0 0 0 6px;
	margin:0;
	text-align:left;
	width:130px;
	height:2em;
	line-height:2em;
}
 
/* Sub Menu Styles */

li:hover ul, li.over ul { display: block; }  /*The magic */

ul#nav li#homeicon { width:48px;}

ul#nav li#homeicon a {
	border-left: 1px solid #06aa09;
	background:url(/images/icon-home.gif) no-repeat 50% 50%;
	text-indent:-99em;
	margin:0;
	padding:0;
	height:33px;
}

ul#nav li#homeicon a:hover { background:url(/images/icon-home.gif) no-repeat 50% 50% #005103; }