/* CSS Document */

.topHeader {
	font-family: Arial, Helvetica, sans-serif;
	width: 784px;
}
.logo {
	width: 784px;
	background: url(../images/rwc_title_bar.jpg) no-repeat;
	height: 60px;
}
.navigation {
	margin-left: -25px;
}

.navBar {
	background: url(../images/navbg.png) repeat-x top;
	height: 45px;
	width: 784px;
	margin:0;
	white-space:nowrap;
	list-style-type:none;
	font: 13px/8px Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
.navBar li
{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	width: 784px;
}

.navBar a:link {
	text-decoration: none;
	color: #333333;
}
.navBar a:visited {
	text-decoration: none;
	color: #333333;
}
.navBar a:hover {
	text-decoration: none;
	color: #990000;
}
.navBar a:active {
	text-decoration: none;
}

