/********************************************
Horizontal Navbar Styles
********************************************/

#navbar {
	width: 900px;
	position: absolute;
	top: 203px;
	left: 0px;
	height: 35px;
	padding: 0;
	margin: 0;
	z-index: 1;
}

#navbar ul {
	list-style-type:none;
	margin:0;
	text-align:center;
}

#navbar ul li {
	text-align:center;
	width:180px;
	float:left;
	margin:0;
	padding:0;
	font-size: 14px;
}

#navbar ul li a{
	text-align:center;
	width:180px;
	float:left;
	margin:0;
	padding:0;
	font-size: 14px;
}

.nav ul {
	list-style-type:none;
	margin:0;
	text-align:center;
}

.nav ul li {
	text-align:left;

	float:left;
	margin:0;
	padding:0;
	font-size: 14px;
}

.nav a{
	text-align:center;
	float:left;
	margin:0;
	padding:0;
	font-size: 12pt;
}	
/********************************************
Button Styles
********************************************/

.home a {
	display:block;
	width:180px;
	height: 35px;
	line-height: 35px;
	margin: 0;
	background-image: url(../images/btns/btn-home.gif);
}

.home a:hover {
	background-position: 0 -35px;
}

.about a {
	display:block;
	width:180px;
	height: 35px;
	line-height: 35px;
	margin:0;
	background-image: url(../images/btns/btn-about.gif);
}

.about a:hover {
	background-position: 0 -35px;
}

.testimonial a {
	display:block;
	width:180px;
	height: 35px;
	line-height: 35px;
	margin:0;
	background-image: url(../images/btns/btn-test.gif);
}

.testimonial a:hover {
	background-position: 0 -35px;
}

.links a {
	display:block;
	width:180px;
	height: 35px;
	line-height: 35px;
	margin:0;
	background-image: url(../images/btns/btn-links.gif);
}

.links a:hover {
	background-position: 0 -35px;
}

.contact a {
	display:block;
	width:180px;
	height: 35px;
	line-height: 35px;
	margin:0;
	background-image: url(../images/btns/btn-contact.gif);
}

.contact a:hover {
	background-position: 0 -35px;
}



/********************************************
Secondary Nav Styles
********************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#sec-nav-hdr{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	background:url(../images/btns/sec-nav-bg.gif);
	height: 24px;
	line-height: 24px;
	width: 140px;
	color:#030
}

.arrowgreen{
	width: 140px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 0px;
	border-width: 0px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/btns/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}


