@charset "utf-8";
/* CSS Document */

#nav ul{
	height: 45px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 900px;
}
.home {
	background-image: url(../images/nav-background.png);
	background-repeat: repeat-x;
}

#nav li{
	text-decoration: none;

	display: inline;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	height: 45px;
	width: auto;
}
.about {
	padding-left: 5px;
}

#nav a:link {
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	display: block;
	background-image: url(../images/dividers.png);
	background-repeat: no-repeat;
	background-position: right;
}


#nav {
	background-image: url(../images/nav-background.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #424635;
	font-family: sans-serif, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#nav a:hover  {
	color: #FFF;
	text-decoration: none;
	background-color: #7B5236;
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
}
#nav a:active {
	color: #F90;
	display: block;
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
}

.current {
	color: #FFF;
	text-decoration: none;
	background-color: #7B5236;
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: auto;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	margin-top: 0px;
	display: block;
	background-image: url(../images/dividers.png);
	background-repeat: no-repeat;
	background-position: right;
}#insidenav {
	background-image: url(../images/nav-background.png);
	background-repeat: repeat-x;
	height: 45px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #424635;
	font-family: sans-serif, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: .05em;
}

