#navbig {
	width: 157px;
	height: 210px;
	margin: 0px;
	padding: 0;
	position: relative;
}
#navbig li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	display: block;
}

#navbig a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3F2D1F;
	text-decoration: none;
	padding-top: 3px;
	font-size: 18px;
	text-align: left;
	padding-left: 12px;
	height: 27px;
}

#navbig1 {
	left: 0px;
	top: 0px;
	width: 154px;
	height: 30px;
}
#navbig2 {
	left: 0px;
	top: 30px;
	width: 154px;
	height: 30px;
}
#navbig3 {
	left: 0px;
	top: 60px;
	width: 154px;
	height: 30px;
}
#navbig4 {
	left: 0px;
	top: 90px;
	width: 154px;
	height: 30px;
}
#navbig5 {
	left: 0px;
	top: 120px;
	width: 154px;
	height: 30px;
}
#navbig6 {
	left: 0px;
	top: 150px;
	width: 154px;
	height: 30px;
}
#navbig7 {
	left: 0px;
	top: 180px;
	width: 154px;
	height: 30px;
}
#navbig a:hover {
	color: #1E83BB;
}
#navsmall {
	width: 141px;
	height: 50px;
	margin: 0px;
	padding: 0;
	position: relative;
}
#navsmall li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	display: block;
}

#navsmall a {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #DEBB95;
	text-decoration: none;
	padding-top: 2px;
	font-size: 12px;
	text-align: left;
	padding-left: 12px;
	height: 22px;
}

#navsmall1 {
	left: 0px;
	top: 0px;
	width: 141px;
	height: 25px;
}
#navsmall2 {
	left: 0px;
	top: 25px;
	width: 141px;
	height: 25px;
}
#navsmall3 {
	left: 0px;
	top: 50px;
	width: 141px;
	height: 25px;
}
#navsmall a:hover {
	color: #1E83BB;
}
/* =======================Pop-Out-Nav========================= */
#navsmall ul li a, #navsmall li:hover ul a, #navsmall ul li:hover ul li a {
	background-color:#3F2E1E;
	width: 195px;
	padding: 2px;
	margin: 0px;
	height:18px;
	text-align:center;
	border: 1px solid #2085B9;
	position:absolute;
}


#navsmall ul {visibility: hidden;}
#navsmall li:hover ul {visibility: visible;}

#sub1 {top: -2px; left: 139px;}
#sub2 {top: 21px; left: 139px;}
#sub3 {top: 44px; left: 139px;}
#sub4 {top: 67px; left: 139px;}
#sub5 {top: 90px; left: 139px;}

/* =======================Pop-Out-Nav========================= */