.colmask
{
	clear: both;
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.leftmenu
{
	background: #e1e9a8;
}
.leftmenu .colright
{
	background: #fff;
	float: left;
	left: 200px;
	position: relative;
	width: 200%;
	min-height: 350px;
}
.leftmenu .col1wrap
{
	float: right;
	padding-bottom: 1em;
	position: relative;
	right: 200px;
	width: 50%;
}
.leftmenu .col1
{
	margin: 0 15px 0 215px;
	overflow: hidden;
	position: relative;
	right: 100%;
}
.leftmenu .col2
{
	float: left;
	position: relative;
	right: 185px;
	width: 170px;
}
