ul.NavBar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.6em;
	cursor: default;
	width: auto;
	overflow: hidden;
}
ul.NavBar li
{
	list-style-type: none;
	font-size: 1em;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 117px;
	float: left;
	height: 34px;
	border-right-width: 0.2em;
	border-right-style: solid;
	border-right-color: #666666;
}

ul.NavBar ul li
{
	width: 117px;
}
ul.NavBar a
{
	display: block;
	cursor: pointer;
	background-color: #595959;
	padding: 0.5em;
	color: #232323;
	text-decoration: none;
}
ul.NavBar a:hover, ul.NavBar a:focus
{
	background-color: #ee0505;
	color: #fff;
}
