/* Logicbox v4 - (c) Will Kelly 2009 ========================================= */






/* simplyScroll */




/* CONTENT ========================== 

*/



#main {
	float: left;
	/*margin: 56px 0 0 384px;*/
	margin-top: 10px;
	width: 227px;
	height: auto;
}

	#main ul, #main ol {
	font-family: "Lucida Console", Monaco, monospace;
	margin: 0;
	height: auto;
	}
	
	#main li, #main p, #main th {
	list-style-image: none;
	list-style-type: none;
	}

.menuorizz {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	color: #999;
	background-color: #FFF;
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	height: 20px;
	display: block;
	line-height: 20px;
	text-transform: uppercase;
	padding-left: 9px;
}
.menuorizz:hover {
	color: #FFF;
	background-color: #971B1E;
}
