#menu {
	position: relative;
	margin: 0;
}


#menu a {
	 display: block;
	 margin: 0;
	 text-decoration: none;
	 color: white;
	 font-family: 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	 background: #ff8f00;
	 width: 118px;
}


/*/*/a{}
#menu a {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 7px;

}
/* NN4 hack */


#menu a:hover, #menu a:focus {
	 background: white;
	 color:#CC0000;
}


#menu ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 text-align: left; 
}


#menu li {
	 margin: 0 8px 5px 8px;
	 border: #fee589 1px solid;
	 background-color: #ff8f00;
	 font-size: 12px;
	 color: white;
	list-style-type:none;	
	list-style-image:url(../images/spacer.gif);	 

}