/* CSS Document */

/*START OF NAVIGATION*/
div#navbar  {
	color: #ffffff;
	font-size: 1.5em;
	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-repeat: no-repeat;
	background-color: #FFFFFF;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
		
#navbar ul {
	float:left;
	width:981px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	height: 60px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	background-image: url(img/jr_navbg.jpg);
}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 60px;
	border-bottom: 0px solid #cccccc;
	width:auto;
	padding-top: 0px;}

#navbar a { 
	color: white;
	text-decoration: none; 
	padding: 20px 12px 0px 12px; 
	width: 134px; 
	float: left;
	text-align: center;
	border-right: 0px solid white;
	border-left: 0px solid white;
	height: 40px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/westwood_menubg1.jpg);
	background-repeat:no-repeat;
	font-weight:bold;}

#navbar a:hover {
	color: #999999;
	text-decoration: none;
	padding: 20px 12px 0px 12px;
	width: 134px;
	float: left;
	text-align: center;
	border-right: 0px solid white;
	border-left: 0px solid white;
	height: 40px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/aa_nnnavbar.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
}

//**HOME**//
#navbar li a.homeactive{
	background-color: #283987;
	color: #ffffff;
	height: 60px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 12px 0px 12px;
	width: 134px;
	float: left;
	text-align: center;
	height: 40px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/jr_navon.jpg);
	background-repeat:repeat;
	border-right: 0px solid white;
	border-left: 0px solid white;
}
	

