/* ================================================================ 
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;
	height: 25px;
	width:944px;
}

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

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

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


.pagemenu a:link{
	color: #333333;
	text-decoration: none;
	font-size:18px;
	font-weight:300;
}

.pagemenu a:visited {
	color: #333333;
	text-decoration: none;
}

.pagemenu a:hover {
	color: #FF7D1F;
	text-decoration: none;
}

.pagemenu a:active {
	text-decoration: none;
	color: #333333;
}