@charset "utf-8";
/* 2 column left menu settings */
.leftmenu {
	background:#960001;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:320px;
	background:transparent;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:320px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 10px 0 320px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:300px;
	position:relative;
	right:310px;
}

