#top_nav UL, #top_nav LI, #top_nav A
{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
DIV#top_nav LI
{
	float: right;
}
DIV#top_nav LI A
{
	padding: 5px;
	text-align: center;
	font-size: 17px;
	font-family: Arial;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0px 0px 0 20px;
	color: #010101;
	padding: 5px;
	display: block;
}
DIV#top_nav UL
{
	margin: 65px 10px 0 0;
}
#top_nav LI.current_page_item A, #top_nav LI.current_page_parent A, #top_nav A:hover
{
	background: #010101;
	color: #FFFFFF;
}
DIV#top-nav-background
{
	background: url(../images/menubar.png) repeat-x top left;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 42px;
}
