@charset "utf-8";
/* CSS Document */

#logo {
	float: left;
}
#navlist {
	margin: 0px;
	padding-top: 72px;
	padding-left: 100px;

}

ul#navlist
{
	white-space: nowrap;
	margin-left: 132px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#navlist a:link, #navlist a:visited
 
{
	color: #fff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#navlist a:hover
{
	background-color: #369;
	text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover
{
	background-color: #391F45;
}

