/* Primary nav list style */

#navbar ul
{
	position: relative;
	padding: 0;
	margin: 10px 0 0 10px;
	list-style: none;
	z-index: 555 !important;
}

#navbar li
{
	list-style: none;
	float: left;
	padding: 0 5px 0 5px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center right;
}


#navbar a
{
	display: block;
	padding: 0 0px 0 20px;
	color: #A8A9A9;
	background-repeat: no-repeat;
	background-position: 5px 2px;
	font-size: 110%;
}
