/* Andrassy Joomla! Menu Styling für Firefox ab Version 2*/

#left {
	min-height: 380px;
	max-height: 380px;
	overflow:auto;
        margin-left: -40px;
	}

#left li {
	line-height: 62px;
	width: 140px;
	background: url(../images/button_hi_test.jpg) no-repeat;
	background-position: top;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
}
#left li:hover {
	background: url(../images/button_lo_test.jpg) no-repeat;
}
#left li:hover a{
	color: #000;
}
#left a, a:hover {
	color: #FFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	vertical-align: top;
}
#left a:hover {
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
}