body {
	font-family : arial, verdana, sans-serif ;
	font-size : xx-small;
	padding: 0px;
	margin: 0px;
	background-color: #6A634F;
	color: #5f4d37;
}

/* LEFT */
#navibox {
	float: left;
	width: 200px;
	font-size: 12px;
}
#navibox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#navibox li {
	margin: 0px;
	
}
#navibox li a {
	display: block;
	color: #5F4D37;
	width: 170px;
	padding: 4px 12px 4px 17px;
	text-decoration: none;
	border-bottom: 1px solid #DCDCA0;
	font-weight: normal;
	background-image: url(../images/iconnav.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
	
}
#navibox li a:hover{
	background-color: #E6E9AF;
	background-image: url(../images/iconnav-on.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
}

#navibox li a#on{
	background-color: #FFE784;
	background-image: url(../images/iconnav-on.gif);
	background-position: 5px 9px;
	background-repeat: no-repeat;
}

#navibox li li a{
	color: #999999;
	width: 157px;
	padding: 4px 12px 4px 30px;
	text-decoration: none;
	border-bottom: 1px solid #DCDCA0;
	font-weight: normal;
	background-image: url(../images/iconnav2.gif);
	background-position: 17px 9px;
	background-repeat: no-repeat;
	color: #ACAE7F;
	
}
#navibox li li a:hover {
	background-image: url(../images/iconnav2-on.gif);
	background-position:17px 9px;
	background-repeat: no-repeat;
	color: #5f4d37;
	background-color: #f9fae8;

}
#navibox li li a#on {
	background-image: url(../images/iconnav2-on.gif);
	background-position:17px 9px;
	background-repeat: no-repeat;
	color: #5f4d37;
	background-color: #F0F2C4;
}

.lm-title{
	margin: 0px;
	font-size: 12px;
	background-color: #bec052;
	text-align: center;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
