﻿/* TEMPEST - HORIZONTAL NAVBAR - CSS Document */

/*START OF NAVIGATION*/
div#navbar  {
	color: #ffffff;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top:0px;
	width: 981px;
	height:60px;
	border-top:  0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	margin:0px;
	position:relative;
	background-image: url(img/tempest_menubg.jpg);
	background-repeat: repeat-x;
}
	
#navbar ul {
	float:left;
	width:941px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	height: 56px;
	margin-left: 20px;
	margin-right: 00px;}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 52px;
	border-bottom: 0px solid #cccccc;
	width:auto;
	background-image:url(img/rw_wills_menu_selected.jpg);
	background-repeat:repeat;}

#navbar a { 
	color: white;
	text-decoration: none; 
	padding: 20px 15px 0px 15px; 
	width: auto; 
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 32px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	font-weight:bold;}

#navbar a:hover {
	color: #999999;
	text-decoration: none; 
	padding: 20px 15px 0px 15px; 
	width: auto;
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 32px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	font-weight:bold;}
	
//**HOME**//
#navbar li a.homeactive{
	background-color: #283987;
	color: #ffffff;
	height: 52px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 15px 0px 15px;
	width: auto;
	float: left;
	text-align: center;
	border-left: 0px solid white;
	height: 40px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/tempest_menubg_on.jpg);
	background-repeat:no-repeat;
	background-position: center;
}	
