body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;

}
#sidebar{
	float: inherit;
	border: 0px solid #d4d4d4;
	height:auto;
	width: 165px;
	padding-left: 2px;
	display: inline-table;
	position: inherit;
}

#sidebar #nav {
	height: 26px;
	width: 164px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#sidebar #nav UL{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 164px;
}
#sidebar #nav UL LI{
	width: 164px;
	position: relative;
	float: left;
	height: 26px;
	background-image: url(../images/nav_bg1.gif);
	margin-top: 5px;
}
#sidebar #nav A{
	height: 21px;
	width: 164px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	float: left;
	color: #566639;
	text-decoration: none;
	padding-top: 5px;
}
#sidebar #nav A:hover{
	height: 21px;
	width: 164px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	float: left;
	position: relative;
	color: #566639;
	text-decoration: none;
	padding-top: 5px;
	background-image: url(../images/nav_bg2.gif);
}
#sidebar #nav A:active{
	height: 21px;
	width: 164px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	float: left;
	position: relative;
	color: #566639;
	text-decoration: none;
	padding-top: 5px;
	background-image: url(../images/nav_bg2.gif);
}
