#navwrapper{
	float:left;
	background-color:#000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#nav {
	float:left;
	display:inline;
	width:750px;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style: none;
}
#nav li {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#nav a {
	float:left;
	display:inline;
	display:block;
	margin: 5px 1px 0 1px;
	padding: 4px 8px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
	background: #5671F6 url("../images_sylacauaganet/button.gif") repeat-x top left;
}
#nav a:hover, body#home #t-home a, body#admin #t-service a, body#electric #t-electric a, body#gas #t-gas a, body#water #t-water a, body#telecom #t-telecom a, body#waste #t-sewer a {
	color: #000000;
	padding-bottom: 4px;
	border-color: #5671F6;
	background: #fff url("../images_sylacauaganet/button_rollover.gif") repeat-x top left;
}
