.left-menu {
	width: 194px;
	height: auto;
	background: #808000;
	margin-left: 8px;
	margin-top: -2px;
	color: #1c0e0b;
	text-align: center;
}
table#leftmenu {
	text-align: left;
}
td img {
	vertical-align: middle;
	margin-right: 5px;
	_margin-top: 3px;
}
	.left-menu table#leftmenu {
		width: 100%;
	}
	table#leftmenu tr.title {
		background: #150a06;
		color: #FFF;
		text-transform: uppercase;
		height: 20px;
		text-align: left;
		text-indent: 10px;
	}
	table#leftmenu tr.title td {
		text-indent: 10px;
		background: #150a06;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
	}
	table#leftmenu td {
		text-indent: 10px;
		font-size: 11px;
		font-weight: bold;
		height: 25px;
		line-height: 25px;
		vertical-align: middle;
	}
	
	table#leftmenu td a {
		display: block;
		width: auto;
		color: #FFF;
		text-decoration: none;
		background: url(../images/leftmenu-back.gif) left bottom repeat-x;
		height: 25px;
		_height: 19px;
		line-height: 25px;
		_padding-top: 6px;
		_padding-botton: -4px;
		vertical-align: middle;
	}
	table#leftmenu td a:hover {
		background: url(../images/leftmenu-hover.gif) left bottom repeat-x;
	}
		