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

