#menu { 
	margin-left: 58px;
	float: left;
}

* html #menu { 
	margin-left: 29px;
}

#menu ul { 
	margin: 0px;
	padding: 48px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li { 
	float: left;
	padding: 0px;
	background: none;
}

#menu a { 
	float: left;
	height: 35px;
	margin: 0px 10px;
	padding: 65px 15px 0px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline;
	background: #131313 url(nav.jpg) repeat-x left bottom;
}

#menu .active a { 
	padding-top: 63px;
	background: #131313 url(nav.jpg) repeat-x left bottom;
	border: 2px solid #131313;
}

#print { 
	width: 200px;
	text-align: center;
}
