.menuwrapper {
	height: auto;
	width: 200px;
	text-align: left;
	margin-bottom: 20px;
	}
	
.menuitem {
	float: left;
	width: 66px;
	height: 66px;
	}

.menuitem2 {
	float: left;
	width: 66px;
	height: 66px;
	}
.menulabel {
	float: right;
	width: 140px;

	font-size: 11px;
	color: #333333;
	}


.menulabel a:link {
	color: #333333;
	text-decoration: none;
	display: block;
	}

.menulabel a:visited {  
	color: #333333; 
	text-decoration: none}

.menulabel a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #E1E1E1;
	}

.menulabel a:active {  
	color: #000066; 
	text-decoration: none
	}

.menucolourblock {
	float: left;
	height: 15px;
	width: 30px;
	margin-right: 5px;
}

.menulist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

.menulist li {
list-style: none;
margin: 0;
padding: 0;
}

