#menuitems {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 143px;
	overflow: hidden;
	float: left;
	border-left: 1px solid white; }
#menuitems a {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	height: 23px !important;
	height /**/:24px;
	border-bottom: 1px solid white;
	display: block; }
#menuitems a span {
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 40px;
	cursor: pointer; }
#menuitems a:hover {
	background-color: #f72439; }
.menu1 {
	background-color: #004e2e; }
.menu2 {
	background-color: #007331; }
.menu3 {
	background-color: #009439; }
.menu4 {
	background-color: #00a941; }
.menu5 {
	background-color: #00cd45; }
.menu6 {
	background-color: #00e347; }
.menuon {
	background-color: #f72439; }
#centreimage {
	position: absolute;
	top: 0;
	left: 200px;
	width: 402px;
	height: 143px; }
