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


#header {
	height:45px;
	width:960px;
	background-image:url("menu.png");
	background-repeat:no-repeat;
	background-position:center;
	margin-top:25px;
}

#menu {
	margin-top:-20px;
	margin-left:100px;
	text-align:center;
}

#header img#logo {
	width:204px;
	height:34px;
	/*margin-left:-50px;*/
	border:none;
	text-decoration:none;
}

#header a {
	font-size:16px;

	color:#f0f0f0;
	margin-right:25px;
		border:none;
	text-decoration:none;
}

#header  a:hover {
	color:#fff;
	text-decoration:none;
		border:none;
}



#header img {
	text-decoration:none;
	border:none;
}