/* 

Horizontal Navigation Style Sheet for Assembly Point Site

Update: 09/09/09
 
 ------------------------------------------------------*/

#nav 
{
	position: absolute;
	top:-80px;right:0;
	overflow: hidden;
}

#nav li ul 
{
	margin: 0;
	padding: 0;
}

#nav a 
{
	text-decoration: none;
	border: none;
}

#nav li 
{ /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
}

#nav li a 
{
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	height: 20px;
	width: 128px;
	text-align: center;
	padding: 12px 5px 1px 0;
	background: url('../brochure_images/tabs.png') 0 6px no-repeat;
}

#nav li.current a, 
#nav li.current a:hover,
#nav li.current a:active
{
	color: #fff;
	height: 25px;
	font-size: 1.2em;
	padding: 8px 5px 0 0px; 
	background:  url('../brochure_images/tabs.png') 0 -132px no-repeat;
}

#nav li a:hover,
#nav li a:active
{
	color: #212121;
	padding: 10px 5px 3px 0;
	background:  url('../brochure_images/tabs.png') 0 -268px no-repeat;
}	
	
