.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
	/* 2 column right menu settings */
.rightmenu {
	background:#fff;
}

.rightmenu .colleft {
	float:left;
	width:180%;
	margin-left:-100px;
	position:relative;
	right:100%;
	background:#fff;
}

.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}

.rightmenu .col1 {
	margin:25px 15px 0 210px;
	overflow:hidden;
}

.rightmenu .col2 {
	float:right;
	width:220px;
	position:relative;
	left:240px;
}
