
/* ********** GENERAL HEADER MENU STYLES ********** */

#navTop ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1.4em;
	line-height:1.4em;
	font-family:helvetica,arial,sans-serif;
	font-size:13px;
}
#navTop ul li {
	list-style:none;
	margin:0;
	padding:0 1em;
	float:left;
	border-left:1px solid #666;
	text-transform:lowercase;
	height:1.4em;
	line-height:1.4em;
}
#navTop ul li.veryfirst	{
	width:201px;
	text-align:center;
	border-width:0;
	text-transform:none;
}
#navTop ul li.first	{border-width:0;}

#navTop ul li a, #navTop ul li a:visited {color:#ffffff;}
#navTop ul li a:hover	{color:#cccccc;text-decoration:none;}
