﻿.left-menu-wrapper {
	padding:22px 0 0 13px;
}

.left-menu {
	padding:0;
	margin:0;
	list-style:none;
}

.left-menu .menu-top {
	background:url('../images/menu-top.jpg') no-repeat;
	text-indent:-999em;
	width:206px;
	height:27px;
}

.left-menu .top-links {
	background:url('../images/menu-item.jpg') no-repeat;
	width:206px;
    min-height:35px;
    height:auto !important;
    height:35px;
}

.left-menu .top:link,
.left-menu .top:visited {
	font:normal 9pt Arial, Helvetica, sans-serif;
	color:#4a4949;
	text-decoration:none;
}

.left-menu .top:hover {
	font:normal 9pt Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}

.left-menu .menu-closed {
	background:url('../images/menu-item-closed.jpg') no-repeat;
	background-position:14px 15px;
	padding:11px 0 0 27px;
	display:block;
	width:186px;
	height:24px;
}

.left-menu .menu-open {
	background:url('../images/menu-item-open.jpg') no-repeat;
	background-position:14px 15px;
	padding:11px 0 0 27px;
	display:block;
	width:186px;
	height:24px;
}

.last-bottom {
	background:url('../images/menu-bottom-closed.jpg') no-repeat;
	width:206px;
	height:15px;
}


.left-menu .last-closed {
	background:url('../images/menu-bottom-closed.jpg') no-repeat;
	width:206px;
	height:15px;
}

.left-menu .last-open {
	background:url('../images/menu-bottom-open.jpg') no-repeat;
	width:206px;
	height:15px;
}

.left-menu ul {
	background:url('../images/menu-background.jpg') repeat-y;
	padding:10px 0;
	margin:0;
	list-style:none;
}

.left-menu ul li {
	padding:3px 5px 3px 17px;
}

.left-menu ul li a:link,
.left-menu ul li a:visited {
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#4a4949;
	text-decoration:none;
}

.left-menu ul li a:hover {
	font:normal 8pt Arial, Helvetica, sans-serif;
	color:#4a4949;
	text-decoration:underline;
}
