#top_navigation
{
	display: block;
	float: left;
	width: 750px;
	border-top: 1px solid black;
	border-bottom: 3px solid #CC0000;
	background-position: 0 0;
	text-align: center;
		font-size: 8px;
	
}

#top_navigation ul
{
	margin: 0;
	padding: 0 20px 0 5px;
	list-style-type: none;
}

#top_navigation ul li
{
	display: block;
	float: left;
	text-align: center;
	line-height: normal;
	list-style-type: none;

}

div#top_navigation a
{
	font: 11px Arial, sans-serif;
	background-color: transparent;
	border-color: black;
	color: black;
	font-weight:bold;

}

div#top_navigation a:hover
{
	color: white;
	background-color: #D38787;
}

div#top_navigation a,
div#top_navigation a:hover
{
	display: block;
	padding: 5px;
	float: left;
	clear: left;
	text-decoration: none;
	border-color: black;
	border-width: 0 1px 0 0;
	border-style: solid;
}

div#top_navigation li.this_section a
{
	background-color: #CC0000;
	color: white !important;
	font-weight: bold;
	background-image: url(../images/topnav-fader.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: scroll;
}



/* BEGIN styles for the sub-navigation */

div#sub_navigation
{
	display: block;
	background-color: transparent;
	text-align: center;
	float: left;
	width: 750px;
}

div#sub_navigation ul
{
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
}

div#sub_navigation ul li
{
	display: block;
	float: left;
	text-align: center;
	line-height: normal;
	list-style-type: none;
}

div#sub_navigation a
{
	display: block;
	font: 11px Arial, sans-serif;
	color: white;
	background-color: transparent;
	padding: 5px 5px;
	float: left;
	clear: none;
	text-decoration: none;
	border-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: bold;
	margin: 0 0 0 0;
}

div#sub_navigation a:hover
{
	color: white;
	font-weight: bold;
	background-color:#D38787;
}

div#sub_navigation ul li.this_section a
{
	display: block;
	color: black;
	background-color:#EBC7C7;
	font-weight: bold;
	margin-left: 0;
	clear: both;
}



