/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.nav{
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height:40px;
	height: 40px;
	position: relative;
	clear:left;
}

.nav li.first_item {
	display:block; 
	float:left;
	padding:2px 30px 0px 40px;
}

.nav li.top {
	display:block; 
	float:left;
	padding:2px 30px 0px 0px;
}

.nav li.last_item {
	display:block; 
	float:right;
	padding:2px 40px 0px 0px;
}


.nav a:link{
	color: #ffffff;
	text-decoration: none;
	font-size:16px;
	font-weight:400;
}

.nav a:visited {
	color: #fff;
	text-decoration: none;
}

.nav a:hover {
	color: #f81;
	text-decoration: none;
}

.nav a:active {
	text-decoration: none;
	color: #fff;
}