/* R.W. WILLS - HORIZONTAL NAVBAR - CSS Document */

/*START OF NAVIGATION*/
div#navbar  {
	color: #07548A;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top:0px;
	width: 981px;
	height:90px;
	border-top:  0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	margin:0px;
	position:relative;
	background-image: url(img/angus_menubg.jpg);
	background-repeat: repeat-x;
}
	
#navbar ul {
	float:left;
	width:681px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	height: auto;
	margin-left: 150px;
	margin-right: 150px;
}
	
#navbar li {
	display:inline;
	text-align: center;
	height: auto;
	border-bottom: 0px solid #cccccc;
	width:auto;
	background-image:url(img/rw_wills_menu_selected.jpg);
	background-repeat:repeat;
}

#navbar a { 
	color: #07548a;
	text-decoration: none; 
	padding: 45px 15px 0px 15px; 
	width: 130px; 
	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: 45px 15px 0px 15px;
	width: 130px;
	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: #07548A;;
	text-decoration: none;
	padding: 45px 15px 0px 15px;
	width: 130px;
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 39px;
	text-align:center;
	border-bottom:5px solid #07548a;
	font-weight:bold;
}	

