/* Menu */

#topmenu
	{
		display: block;
		position: relative;
		width: 510px;
		height: 30px;
		left: 3px;
		top: 5px;
		text-align: center;
		z-index: 2;
	}
#topmenu .home, #topmenu .aboutus, #topmenu .services, #topmenu .testimonials, #topmenu .news, #topmenu .contact
	{
		display: block;
		position: absolute;
		width: 60px;
		left: 0px;
		top: 8px;
		height: 20px;
		text-align: center;
	}
#topmenu .aboutus
	{
		left: 60px;
		width: 90px;
	}
#topmenu .services
	{
		left: 150px;
		width: 80px;
	}
#topmenu .testimonials
	{
		left: 230px;
		width: 110px;		
	}
#topmenu .news
	{
		left: 340px;
		width: 60px;
	}
#topmenu .contact
	{	
		left: 400px;
		width: 100px;
		border-right: 0px;
	}
#menuleft
	{
		display: block;
		position: relative;
		width: 195px;
		height: auto;
		left: 0px;
		top: 0px;
		z-index: 2;
	}
#menuleft .teams, #menuleft .crew, #menuleft .fleet, #menuleft .srs, #menuleft .parts, #menuleft .gallery, #menuleft .newsletter, #menuleft .archives
	{
		display: block;
		position: absolute;
		width: 195px;
		height: 100px;
		left: 0px;
		top: 0px;
	}
#menuleft .crew
	{
		top: 100px;
		height: 101px;
	}
#menuleft .fleet
	{
		top: 201px;
		height: 101px;
	}
#menuleft .srs
	{
		top: 301px;
		height: 99px;
	}
#menuleft .parts
	{
		top: 400px;
		height: 101px;
	}
#menuleft .gallery
	{
		top: 500px;
		height: 99px;
	}
#menuleft .newsletter
	{
		height: 150px;
		top: 600px;
	}
#menuleft .archives
	{
		height: 75px;
		top: 750px;
	}