/* Navigation */
#nav_bg {
	background-color: #705E48;
/*	clear:both; */
	height: 26px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#nav {
	height: 26px;
	margin-left: auto;
	margin-right: auto;	
 	max-width: 780px;	
    width: 100%;
}
#nav_l {
	height: 26px;
	clear: none;
	float: left;
/*	width: 135px; */
}
.dropdown {
    display: inline-block;
    position: relative;	
}	
.dropbtn {
	background-color: #705E48;
	border: 0px;
    color: #FFFFFF;
    cursor: pointer;
	float: left;	
    font-size: 1.15em;
    font-weight: bold;
	height: 25px;
	padding-left: 7px;
    position: relative;
	z-index:5;
}
.dropdown-content {
	background-color: #fff4c0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: #000000;
    display: none;
	height: 220px;
    position: absolute;
	margin-left: 7px;
	margin-top: 25px;
	min-width: 130px;
	z-index: 5;
}
#dropdown-content-l {
	width: 160px;
}
.dropdown-content a {
    color: #000000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ccc39a}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #342800;
}

#nav_r {
	clear: none;
	color: #ffffff;
	float: right;
	font-size: 1.15em;
    font-weight: bold;
	height: 36px;
}
#dropbtnR {
	background-color: #705E48;
	border: 0px;
    color: #FFFFFF;
    cursor: pointer;
	float: right;	
    font-size: 1.15em;
    font-weight: bold;
	height: 25px;
	padding-right: 7px;
    position: relative;
	z-index:5;
}
}
/*	
a.nav_r:visited  {
	color: #ffffff;
    text-decoration: none;		
}
*/	
	
.dropdown:hover .dropbtn {
    background-color: #342800;
}
span.change {
	visibility: hidden;
}

a:link {
	color: #000000;
}	
a:visited  {
	color: #444444;
    text-decoration: none;		
}
a:hover {
    color: #000000;
/*    text-decoration: underline;	*/
}
a:link.telephone {
	color: #000000;
	text-decoration: none;
}
/* End Top Nav styling */