#header {
	background: url(../images/title.jpg) no-repeat;
	height: 200px;
	overflow: hidden;
}

#headertxt1, #headertxt2 {
	position: absolute;
	color: #000;
	font-weight: bold;
}

#headertxt1 {
	top: 10px;
	left: 30px;
	font-size: 280%;
}

#headertxt2 {
	top: 60px;
	left: 200px;	
	font-size: 380%;
}

#headertxt1 a:link, #headertxt1 a:visited, #headertxt1 a:hover, #headertxt1 a:active, #headertxt2 a:link, #headertxt2 a:visited, #headertxt2 a:hover, #headertxt2 a:active {
	color: #000;
	text-decoration: none;
}


.menu, .menu ul {
	margin:  170px 0px 0px 0px;
    padding: 0;
}

.menu ul {
    list-style-type: none;
}

.menuitem {
    margin: 0px;
    float: left;
	text-align: center;
	width: 87px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
}

.menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
}

.menu a:link, .menu a:visited {
	color: #000;
}

.menu a:hover, .menu a:active {
	background: #8b05a7;
	color: #FFF;
}


.menu1 {
	background: #ffa500;
}
.menu2 {
	background: #4169e1;
}
.menu3 {
	background: #008000;
}
.menu4 {
	background: #fffd6d;
}
.menu5 {
	background: #ffc0cb;
}
.menu6 {
	background: #a8bbf4;
}