.top_header
{
	background-image: url(../images/logo.jpg);
	width: 955px;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.nav
{
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}
.nav UL
{
	list-style: none;
}
.nav UL LI
{
	width: 13px;
	height: 13px;
	/*+border-radius:30px;*/
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	background-color: #2D2D2D;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 5px;
	margin-top: 9px;
}
.nav UL LI:hover
{
	background-color: #525252;
}
.nav UL LI.selected
{
	background-color: #525252;
}
.nav UL
{
	margin-left: 43%;
}
