/* CSS Document */

/* Formatting for each individual nav button */
#navbg {
background:url(images/navigation.jpg) no-repeat;
height:511px;
}



/* all lists */

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
		background:url(images/navigation.jpg) no-repeat;
		padding-top:20px;
}


/* all list links */

#nav a {
	text-align:left;
	display: block;
	width: 174px;
	text-decoration:none;
	padding-bottom:2px;
	padding-top:4px;
	color: #0B2353;
	margin-left:31px;
	margin-top:5px;
}
#nav a span {
margin-left:15px;
}
#nav a:hover {
background:#ffffff;
}

/* all list items */

#nav li { 
	width: 236px; /* width needed or else Opera goes nuts */
	margin-bottom: -1px;
}
