﻿#navigation a {
	font: normal 11px Arial, sans-serif;
}

ul#navigation {
	font: normal 11px Arial, sans-serif;
	float: left;
	display: inline;
	position: relative;
	z-index: 50;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;
	display: inline; 
	padding: 0px 0px 0px 2px;
	text-align: center;
}

#navigation a {
	display: block;
	width: auto !important;
	w\idth: 1%;					/* IE6 fix */
	white-space: nowrap;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation li {
	background: url(../images/divider.gif) no-repeat;
}

#navigation li.first {
	background: none;
}

#navigation li ul {
	display: none;
}

#navigation a:hover, #navigation li.sfhover a:hover {
	text-decoration: underline;
}

#navigation li.selected a {
	background: url(../images/selected.gif) no-repeat bottom center;
}

#navigation a.emphasis {
	color: #f5b231;
}
