#header {
     width: 950px;
     height: 500px;
	 background-color: #660033;
	 z-index: 100;
}

#menu {
     width: 950px;
     height: 25px;
     background-color: #f499c2;
	 text-align: center;
	 border-left: 8px solid #f499c2;
	 border-right: 8px solid #f499c2;
}

.menuitem {
     height: 25px;
	 background-color: #f499c2;
	 text-align: center;
	 width: 33%;
}

.menuitem:hover {
     background-color: #cccccc;
}

.menuitem a {
     height: 100%;
     color: #333333;
     vertical-align: middle;
     font-family: Arial;
     font-size: 14pt;
     text-transform: lowercase;
     line-height: 40px;
}

.menuitem:hover a {
     color: #f499c2;
     background-color: #cccccc;
     text-decoration: none;
}