#leftmenu{
	position:relative;
	left: 0px;
	top: 30px;
	width: 140px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: "Swis721 Blk BT", Arial, Impact, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	text-transform: uppercase;
	letter-spacing:1.5px;
	background-color: #493F40;
	color: #F3F3F3;
}

* html #leftmenu{ /*IE 6 only */
	w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#leftmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftmenu li {
	margin: 10px 0px;
}

#leftmenu li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #493F40;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #leftmenu li a{ /*Non IE6 width*/
	width: auto;
}

#leftmenu li a:hover{
	border-left: none;
	border-right: 20px solid #493F40;
	background-color: #F3F3F3;
	color: #493F40;
}
#leftmenu #current a{ /*currently selected tab*/
	border-left: none;
	border-right: 20px solid #493F40;
	color: #493F40;
	background-color: #ffffff; /*Brown color theme*/ 
	border-color: #493F40; /*Brown color theme*/ 
}

