/*  each button 124
2 rows = #nav #nav ul = 5 buttons 
done up to four rows deep 
*/
#nav{	
	display: block;
	height: 130px;
	text-align: center;
	width: 620px;
	margin: 0px auto;
	clear: both;}

#nav_three_rows{	
	display: block;
	height: 195px;
	text-align: center;
	width: 620px;
	margin: 0px auto;
	clear: both;}
	
#nav_four_rows{	
	display: block;
	height: 260px;
	text-align: center;
	width: 620px;
	margin: 0px auto;
	clear: both;}
/*  5 buttons wide */
#nav ul, #nav_three_rows ul, #nav_four_rows ul {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px auto;
	clear:both;

}

/*  4 buttons wide */
#nav .ul_four, #nav_three_rows .ul_four, #nav_four_rows .ul_four {
	width: 488px;
}

/*  3 buttons wide */
#nav .ul_three, #nav_three_rows .ul_three, #nav_four_rows .ul_three{
	width: 366px;
}
/*  2 buttons wide */
#nav .ul_two, #nav_three_rows .ul_two, #nav_four_rows .ul_two {
	width: 244px;
}

/*  1 buttons wide */
#nav .ul_one, #nav_three_rows .ul_one, #nav_four_rows .ul_one {
	width: 122px;
}


#nav li,#nav_three_rows li,#nav_four_rows li {
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav a:link, #nav a:visited, #nav a:hover #nav a:active,#nav_three_rows a:link, #nav_three_rows a:visited, #nav_three_rows a:hover #nav_three_rows a:active,#nav_four_rows a:link, #nav_four_rows a:visited, #nav_four_rows a:hover #nav_four_rows a:active
{
	padding-top: 5px;
	height: 40px;
	width: 100px;
	display: block;
	font-size: 14px;
	float: left;
	margin: 10px 10px;
	color: #716d7b;
	text-decoration: none;
	background-image: url(butback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a2a48c;
	border-left-color: #cfd1b9;

}

#content #nav .thin,#content #nav_three_rows .thin,#content #nav_four_rows .thin
 {
	padding-top: 10px;
	height: 35px;
	}

#content #nav a:hover,#content #nav_three_rows a:hover,#content #nav_four_rows a:hover
 {
	background-image: url(butback.jpg);
	background-position: left -45px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:  #cfd1b9;
	border-left-color:#a2a48c;
}



/* Sub navigation */
#sub_nav, #sub_nave, #sub_navc, #navbnbe, #navbnbc {
	color: #8C7853;
	font-weight: bold;
	text-align: center;
}


#sub_nav ul, #sub_nave ul, #sub_navc ul, #navbnbe ul, #navbnb ul{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px auto;
	clear:both;

}

#sub_nav li, #sub_nave li, #sub_navc li, #navbnbe li, #navbnbc li{
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #8C7853;
}

#sub_nav a, #sub_nave a, #sub_navc a {
	font-weight: bold;
	color: #d5ba79;
}


#sub_nav a:hover,  #sub_nave a:hover, #sub_navc a:hover, #navbnbe a:hover, #navbnbc a:hover {
	color: #5f7b48;
	text-decoration: none;
}