/* CSS Document */

ul#multi,ul#multi li{margin:0;padding:0;list-style:none}

ul#multi{
	width: 99%;
	overflow: hidden;
	color: #003700;
	margin-left: 2px;
}

ul#multi li{
	float: left;
	width: 32%;
	margin-left: 1%;
	display: inline;
	font-size: 11px;
} 
div.microleft {
	float: left;
	width: 45px;
}
div.microright {
	float: right;
	width: 79px;
	height:45px;
	font-size: 9px;
}
div.micro1 {
	background-repeat: no-repeat;
	background-position: 120px 37px;
	border: 1px solid #F1F1F1;
	margin-bottom: 3px;
	background-color: #DADCDB;
	height: 45px;
}
