#navholder {
	height:3em; 
	text-align:center;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:90%;
}
ul#nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:765px;
	position:relative;
	z-index:999;
}
ul.navi li {
	position: relative;
	background:#336699;
	float: left;
	list-style: none;
	width:153px;
}
ul.navi li#last {
	background:#336699;
	border-bottom:1px solid #FFFFFF;
	position: relative;
	float: left;
	list-style: none;
	width:153px;
}
ul.foot li {
	position: relative;
	float: left;
	width:118px;
}	
li ul {
	position: absolute;
	left: 0;
	top: auto;
	display: none;
}

/* 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;*/
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	height:3em;
	line-height:3em;
}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists background color */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #336699;
   background-color:#FFFFFF;
}
/* set dropdown to default */
li:hover li a, li.over li a {
   	background:#336699;
	/*border-bottom:1px solid #000000;*/
	color:#FFFFFF;
	font-weight:normal;
	padding:0 0 0 6px;
	margin:0;
	text-align:left;
	width:205px;
	height:2em;
	line-height:2em;
}
 
/* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
