ul#nav {
	margin: 0;
	height:33px;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
} 

ul#nav li {
	margin: 0; 
	padding: 0;
	height:33px;
	display: inline;
	list-style-type: none;
}

ul#nav li a.selected {
	display: inline;
	background:url(../templateassets/sepg-na-2010/arrow.jpg)  no-repeat bottom center;
	
}

ul#nav li a {
	float: left;
	font-size: 13px;
	line-height: 13px;
	padding: 9px 8px 10px 8px;
	text-decoration: none;
	color: #fff;
}
ul#nav li a:hover {
	color: #fff;
	background: url(../templateassets/sepg-na-2010/arrow.jpg) no-repeat bottom center;
}
a:link, a:visited {
	color: #CCCCCC;
	
}

