#menu {
	float: left;
	width: 227px;
	margin-right: 15px;
	margin-bottom: 20px;
}

#menu ul, #menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li a {
	display: block;
	padding: 10px 20px;
	color: white;
	font-size: 14px;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-decoration: none;
	background-image: url(images/bg_menu_1.png);
	background-color: #5EAC28;
}

#menu li li a {
	background-image: url(images/bg_menu_2.png);
	background-color: #023670;
}

#menu li li li a {
	color: black;
	background-image: url(images/bg_menu_3.png);
	background-color: #C5C432;
}

#menu li a:hover {
	opacity: 0.8;
}

#slim-content {
	width: 395px;
	float: left;
	margin-right: 16px;
}

#right-bit {
	width: 246px;
	float: left;
}

#attachments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	

#attachments li {
	display: block;
	float: left;
	margin: 10px;
	font-size: 14px;
}

#attachments li a {
	color: black;
	display: block;
	padding: 10px 0 10px 30px;
	background-image: url(images/icon_attachment.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

#attachments li a:hover {
	text-decoration: underline;
}

.right-bit-body {
	background-image: url(images/bg_content_right.png);
	background-position: 0 100%;
	background-color: #d0d1fe;
	background-repeat: no-repeat;
}
