@CHARSET "ISO-8859-1";

.left_clamp, .right_clamp {
	width: 8px;
	border-top: 2px solid #b2bfc5;
	border-bottom: 2px solid #b2bfc5;
}

.right_clamp {
	border-right: 2px solid #b2bfc5;
}

.left_clamp {
	border-left: 2px solid #b2bfc5;
}

.entries {
	padding: 10px 0;
	width: 160px;
}

.entries * {
	/*font-family: verdana, arial, sans-serif;*/
	font-size: 12px;
	color: #555;
	margin: 10px 0;
}

.entries .activated {
	font-weight: bold;
}


/*** CONTAINER **********************************/

.thirdlevelmenu {
	float: left;
	}
	
.description {
	float: right;
	width: 375px;
	padding-left: 20px;
	}





