/* Menu */
#menu {
	width: 760px;
	height: 30px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #545454;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu a {
	display: block;
	float: left;
	width: 125px;
	height: 31px;
	background: #545454 url(images/img02.gif) no-repeat;
	border-left: 2px solid black;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
}
#menu a:hover {
	background: #545454 url(images/img04.gif) no-repeat;
	color: #000000;
	font-size:17px;
	font-weight:normal !important;
}
#menu .active a {
	background: #545454 url(images/img03.gif) no-repeat !important;
	border: none;
	color: black !important;
	font-size:16px !important;
	font-weight:bold;
}
.homenotactive {
	border-left: 0 !important;
}
#home {
	border-left: 0 !important;
}
.youareherehome {
	margin-top:4px;
	border-left: 0 !important;
}
#youarehere {
	border-left: 2px solid black !important;
}
.youarehere {
	border-left: 2px solid black !important;
}
.menufontplacement {
	padding-top:4px;
}
a.home {
	border-left: 0 !important;
}
li a.borderleft {
	border-left: 2px solid black !important;
}