﻿#navigation {
	position: relative;
	width: 184px;
	height: 275px;
	z-index: 2;
	float: left;
	background-image: url('images/nav.gif');
	padding-top: 15px;
	padding-right: 15px;
	background-repeat: no-repeat;
}

	#navigation ul {
		text-align: center;
		font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
		font-size: x-large;
		list-style-type: none;
		height: 35px;
		margin: 0;
		padding: 0;
	}
	
	#navigation a {
		display: block;
		width: 190px;
		height: 35px;
		color: black;
		line-height: 35px;
		margin: 8px 0 8px 8px;
		text-decoration: none;
	}

	#navigation a:hover {
	color:gray;
	}	

