#leftmenu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 14em;
}
#leftmenu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#leftmenu a {
	background: #f96610 url("/images/menu/images/left-nav-arrow.gif") left center no-repeat;
	border-bottom: 1px solid #393939;
	color: #ffffff;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}
#leftmenu a:hover {
	background: #201758 url("/images/menu/images/left-nav-arrow-hover.gif") left center no-repeat;
	color: #cccccc;
	padding-bottom: 8px;
}

/*
gray = 9a9a9a
red = f96610
blue = 000168
blue2 = 201758
*/
