@charset "utf-8";
/* CSS Document */

/*-----------MENU------------*/
#menu { background:url(../images/menu_bgrd.jpg) top left no-repeat; width:918px; height:53px; margin:0; padding:0;}

#menu ul { height:47px; margin:0 0 0 0; padding:0 0 0 180px; list-style:none;}
#menu li { float:left; margin:10px 0 0 0;padding: 0 10px; border-left:1px solid #e5e5e5;  }
#menu li.top { border-left:0;  }
#menu a {
	display: block;
	margin:0;
	padding:0;
	color: #626262;
	text-decoration: none;
	text-align: center;
	/*font: normal 25px Haettenschweiler;*/
	font-size:25px;
	font-family: sans-serif, Geneva, Courier;
	letter-spacing: -1px;
	
}
#menu a:hover { color:#b7735c; text-decoration:underline;}
#menu a.highlight { text-decoration: underline; }