#header {
	margin: auto; 
	padding: auto;
	width: 100%;
	height: 78px;
	text-align: left;
	}
	
#header a {
	color: #B7CC3F;
	text-decoration: none;
	font-weight: bold;
	}

#navigator {
	margin: 10px; 
	padding: auto;
	width: 100%;
	height: 25px;
	text-align: left;
	font-size: 10px;
	color: #666;
	}
#navigator a {
	color: #ddd;
	text-decoration: none;
	font-weight: normal;
	}
#navigator a:hover {
	color: #B7CC3F;
	text-decoration: underline;	
	}
	
#logo {
	width: 398px;
	height: 78px;
	float: left;
	margin-left: 5px;
	margin-right: 40px;
	}

#menu1, #menu2, #menu3, #menu4, #menu5 {
	cursor: pointer;
	margin-left: 15px;
	text-align: center;
	height: 72px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/m00.jpg);
	}
#menu1 {
	width: 85px;
	background-position: 0px -72px;
	}
#menu2 {
	width: 168px;
	background-position: -85px -72px;
	}
#menu3 {
	width: 87px;
	background-position: -253px -72px;
	}
#menu4 {
	width: 89px;
	background-position: -340px -72px;
	}
#menu5 {
	width: 49px;
	background-position: -430px -72px;
	}

#menu1:hover { background-position: 0px 0px; }
#menu2:hover { background-position: -85px 0px; }
#menu3:hover { background-position: -253px 0px; }
#menu4:hover { background-position: -340px 0px; }
#menu5:hover { background-position: -430px 0px; }

#menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover, #menu5:hover { color: #fff; }

