#navigation {
	font-family: Veranda, Arial;
	float:left; 
	width:100%; 
	margin:0; 
	padding:0; 
	background: #ffffff url(../images/nav-bkg.gif) repeat-x top left;
	line-height:30px;
}

#navigation li {
	float: left; 
	margin: 0;
	padding: 0 1px 0 10px; 
	list-style: none; 
	background: url(../images/nav-li-bg.gif) no-repeat top right;
	width:94px;
	height:50px;
	align:center;
	line-height:30px;
}

#navigation a {
	font-size:14px;
	float: left;
	padding: 10px 10px;
	text-decoration: none;
	color: #605F58;
	line-height:30px;
	}
#navigation a:hover {
	color: #605F58;
	}
#navigation a.active {
	font-weight: bold;
	}