/* Begin Parent Button Settings */

	#nav1, #nav1 ul { 
		background-color: #FFFFFF; /* Hexidecimal code for Button Color */
		border-top: 0px solid black; /* Border settings, should match below */
		float: left;
		list-style: none; 
		line-height: 1.5;
		margin: 0;
		padding: 0;
	} 

	#nav1 a { 
		border-bottom: 0px solid black; /* Border settings, all three should match */
		border-left: 0px solid black;
		border-right: 0px solid black; 
		color: #616161; /* Hexidecimal code for Font Color */
		display: block;
		text-align: center;
		text-decoration: none;
		font-family: arial; /* Font face */
		font-size: 0.75em; /* Font size */
		padding: 0 15px 0 20px;
	} 

	#nav1 a:hover {
		color: #282105; /* Hexidecimal code for Hovered Font Color */
		text-decoration: none;
	}

/* End Parent Button Settings */

/* Begin Drop Down Button Settings */

	#nav1 li { 
		float: left; 
		width: auto; /* Width of the button, each width below should match this */
	}

	#nav1 li ul { 
		background-color: #FFFFFF; /* Hexidecimal code for Button Color */
		border-top: 1px solid black; /* Border settings, should match below */
		left: -999em; 
		position: absolute; 
		width: 120px; /* Width of the drop down buttons */
		margin-left:20px;
	} 

	#nav1 li ul li { 
		width:120px; /* Width of the drop down buttons */
	}

	#nav1 li ul li a {
		border-bottom: 1px solid black; /* Border settings, all three should match */
		border-left: 1px solid black;
		border-right: 1px solid black; 
		color: #616161; /* Hexidecimal code for Font Color */
		font-family: arial; /* Font face */
		font-size: 0.75EM; /* Font size */
		text-align: left;
		text-decoration: none;
		text-indent: 3px;  
	}

	#nav1 li ul li a:hover {
		color: #282105; /* Hexidecimal code for Hovered Font Color */
		text-decoration: none;
	}

	#nav1 li ul ul { 
		margin: -22px 0 0 120px; /* The last number should match the width */
	} 

	#nav1 li:hover, #nav1 li.sfhover {
		background: #FFFFFF; /* Hexidecimal code for hovered Button Color */
	}

/* End Drop Down Button Settings */

	#nav1 li:hover ul { 
		left: auto; 
	}

	#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul { 
		left: -999em; 
	}

	#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li 

li.sfhover ul, 
	#nav1 li li li.sfhover ul{ 
		left: auto; 
	}

#rot #rot_ctr1_bod_ctr2_bod {
background-image:none;
background-position:center bottom;
clear:both;
display:none;
float:none;
height:30px;
margin:30px auto auto;
overflow:hidden;
width:auto;
}

.footernav {
color: #f5f5dc;
text-decoration: none;
}

.footernav:hover {
color: #EACC65;
text-decoration: none;
}