@charset "utf-8";
/* CSS Document */

/* Horizontal nav bar */
	#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
	font-size: 10pt;
	font-weight: bold;
	
}


#nav {

position: absolute;
width: 950px;
height: 35px;
top: 125px;

background: url("../livery/nav_background.jpg") top left repeat-x;
margin: 0;
clear: both;
}

/* styles for all LI's in the list */
#nav li
{

	position: relative;
	list-style: none;
	float: left;
	width: 75px; /* Width of Menu Items */
	}
	
	#nav li.right  {

width: 160px;
}

	#nav li.wide  {

width: 220px;
}

#nav li.medium  {

width: 150px;
}

#nav li.contactus  {

width: 120px;
}


#nav li a {  /* only top level lists */
padding-top: 5px;
margin-top: 5px;
border-right: 1px solid #106735;
display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 25px;
	
	

	
}

#nav li.right a {  /* only top level lists */
padding-top: 5px;
margin-top: 5px;
border-right: 1px solid #106735;
display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 25px;
	
	

	
}



#nav li a:hover {  /* only top level lists */

background: url("../livery/nav_background_visited.jpg") top left repeat-x;

	
}
		


.visited  {
	
	background: url("../livery/nav_background_visited.jpg") top left repeat-x;
}