/* CSS Document */

/*START OF NAVIGATION*/
div#navbar  {
	color: #ffffff;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	display: block;
	padding-left: 0px;
	top:0px;
	width: 981px;
	height:43px;
	border-top:  0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	float: left;
	margin:0px;
	position:relative; background-color:#FFFFFF;}
	
#navbar ul {
	float:left;
	width:981px;
	padding:0;
	margin:0;
	list-style-type:none;
	position:relative;
	background-image: url(img/govan_menu.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;}
	
#navbar li {
	display:inline;
	text-align: center;
	height: 43px;
	border-bottom: 0px solid #cccccc;
	width:auto;
	background-repeat:no-repeat;}

#navbar a { 
	color: white;
	text-decoration: none; 
	padding: 10px 15px 0px 15px; 
	width: 160px; 
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 33px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-repeat:no-repeat;
	font-weight:bold;}

#navbar a:hover {
	color: #293987;
	text-decoration: none; 
	padding: 10px 15px 0px 15px; 
	width: 160px;
	float: left;
	text-align: center;
	border-right: 0px solid white;
	height: 33px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-repeat:no-repeat;
	font-weight:bold;}
	
//**HOME**//
#navbar li a.homeactive{
	background-color: #283987;
	color: #ffffff;
	height: 33px;
	font-weight:bold;
	border-bottom:0px solid #000000;
	border-left: 0px solid white;}
	
#navbar  a.homeactive{
	color: #FFFFFF;
	text-decoration: none; 
	padding: 10px 15px 0px 15px; 
	width: 160px;
	float: left;
	text-align: center;
	border-left: 0px solid white;
	height: 33px;
	text-align:center;
	border-bottom:0px solid #ff9933;
	background-image:url(img/govan_menu_selected.jpg);
	background-repeat:no-repeat;
	font-weight:bold;}