#leftmenu {	width: 169px;
}

#leftmenu ul {	list-style: none;
	margin: 0;
	padding: 0;
}

#leftmenu a, #leftmenu div {	font: normal 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 3px 3px;
	padding-left: 14px;
	color: #6b4830;
	text-decoration: none;
}

#leftmenu div {
	font-weight: bold;
}

#leftmenu a:hover {	font-weight: bold;
}

#leftmenu li {	position: relative;
}

#leftmenu ul ul {	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 10;
}

#leftmenu ul ul a {	width: 10em;	background: #fde490;
}

#leftmenu ul ul a:hover {
	background: #f5efcd;
}

div#leftmenu ul ul {	display: none;
}

div#leftmenu ul li:hover ul {	display: block;
}

#leftmenu .short{
	background: url(../images/menu_left/lm_short.jpg) no-repeat;
	height: 27px;
}

#leftmenu .long{
	background: url(../images/menu_left/lm_long.jpg) no-repeat top;
	height: 39px;
}

#leftmenu .last{
	background: url(../images/menu_left/lm_last.jpg);
	height: 44px;
}

#leftmenu .short_active {
	background: url(../images/menu_left/lm_short_a.jpg) no-repeat;
	height: 27px;
}

#leftmenu .long_active {
	background: url(../images/menu_left/lm_long_a.jpg) no-repeat;
	height: 39px;
}

#leftmenu .last_active {
	background: url(../images/menu_left/lm_last_a.jpg) no-repeat;
	height: 44px;
}

