﻿#left {
	float: left;
	width: 170px;

	position: relative;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9d8a61;
	margin-bottom:8px;



}
#menutop {
	height: 12px;
	width: 155px;
	margin-left: 7px;
	margin-top:5px;
	background-image: url('http://tica.org/images/menutop-psd.jpg');
	background-repeat: no-repeat;
}
#menubot {
	height: auto;
	width: 153px;
	margin-left: 7px;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	background-color: #46413a;
}
.faux2 {
	position: absolute;
	bottom: 5px;
	height: 100%;
	width: 170px;
	background-color: #9d8a61;
}
.faux {
	position: absolute;
	bottom: 13px;
	height: 100%;
	width: 153px;
	background-color: #46413a;
	margin-left: 7px;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	border-bottom: 1px #c0c0c0 solid;
}
