/* CSS Document */

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	text-align: center;
}

#navigation ul li a, #navigation ul li a:visited  {
	display: block;
	float: left;
	color: #29292B;
	text-decoration: none;
	width: 100px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #828181;
	font-size: 11px;
	height: 20px;
	padding-top: 2px;
	
	font-weight: bold;
}

#navigation ul li a:hover  {
	display: block;
	float: left;
	color: #00FFFF;
	text-decoration: none;
	width: 100px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #828181;
	font-size: 11px;
	height: 20px;
	padding-top: 2px;
	
	font-weight: bold;
}

#navigation {
	height: 23px;
	width: 900px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#navwrap {
	height: 23px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
