
#menu-top {
   
    width:100%;
	margin: 0 ;
	padding: 0;
	background: #fff;
	clear:both;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem*/ 
}

#menu-top ul {
	background: transparent;
	margin: 0 ;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 95%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(../images/index/menuleft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
	color:#006C33;
	font-weight:bold;
}

#menu-top a span {
	background: transparent url(../images/index/menuright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover  { background-position:0% -42px; }
#menu-top a:hover span {	background-position:100% -42px; }
#menu-top a.here  , #menu-top a.here:hover{ background-position:0% -84px; }
 #menu-top a.here span , #menu-top a.here:hover span{	background-position:100% -84px; }