/* CSS */
#sidemenu {
	float: left;
	width: 130px;
	height: 700px; /*tmp*/
	/*border: 1px dotted #d0d0d0;*/
	background-color: white;
}

#menuzone {
	position: fixed;
	width: 120px;
	margin-left: 5px;
}
#menuzone .menutitle a {
	width: 110px;
	height: 15px;
	display: block;
	font: normal 12px/14px Arial,sans-serif;
	text-decoration: none;
	color: #333333;
	padding: 6px 0px 3px 2px;
	background-image: url(../../media/layout/bg_sidebtn-0.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#menuzone .menutitle a:hover {
	background-color: white; /*#f4f9ff;*/
	background-image: url(../../media/layout/bg_sidebtn_lblu-1.gif);
	color: #0099ff;
	font-weight: bold;
}

.submenu {
	margin-bottom: 0.7em;
	margin-top: 0.2em;
	margin-left: 16px;
	font: normal 12px/18px Arial,sans-serif;
}
.submenu a {
	text-decoration: none;
	color: #696969; /*#3770cc;*/
}
.submenu a:hover {
	font-weight: bold;
	color: #0099ff;
	border-bottom: 1px dotted #0099ff;
}


#leftside {
	width: 120px;
	height: 400px;
	margin-top: 10px;
}


/* sponsor column right */
.sponsors .msp {
	font: normal 11px/15px Arial,sans-serif;
	margin-top:6px;
	padding-left:2px;
	color: #335571;
}

