@charset "utf-8";

@import url("../../css/tier_three_master.css");

/*enjoy*/

/* navigation bar styling and rollover for second tier*/

#nav_two {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #db7c1b;
	text-align: center;
	width: 780px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 12px;
}

#nav_two a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav_two a:hover{
	background-color:#fac186;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #fac186;
}

/* tier two sub navigation*/

#nav_two_sub {
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav_two_sub a{
	text-decoration: none;
	color: #666666;
}
#nav_two_sub a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}



