	<style type="text/css">


			#navcontainer ul
			{
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

			#navcontainer a
			{
			display: block;
			color: #FFF;
			background-color: rgb(75,80,72);
			width: 4em;
			padding: .2em .8em;
			text-decoration: none;
			}
			
			
			#mainimage {
				position: relative;
				z-index:6;


			}

			#navcontainer a:hover
			{
			background-color: rgb(65,70,62);
			color: #FFF;
			}
			
			#navigation2 {
				position: absolute;
				top: 45%;
				right: 1;
				z-index:0;

			}
			
			#navigation {
				position: absolute;
				top: 45%;
				left: 0;
				z-index:0;

			}

			
			

			
			a:hover


	</style>