@charset "utf-8";
/* CSS Document */

#menu-alternative
{
	padding-right:20px;
}

#left-menu ul
{
	width:169px;
	float: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0;
	padding-left:70px;
}

#left-menu li#inactive
{
	margin:0px;
	float:right;
	width: 112px;
	height: 20px;
	background-image:url(../images/menu-left-lower-inactive.gif);
}

#left-menu a
{
	display: block;
	width: 159px;
	height: 25px;
	margin:10px;
	background-image:url(../images/menu-left-l1.gif);
	text-indent: 10px;
	line-height:20px;	
	text-align:center;
}

#left-menu a#lower
{
	margin:0px;
	text-align:right;
	font-size: 10px;
	float:right;
	line-height:18px;
	width: 112px;
	height: 20px;
	background-image:url(../images/menu-left-lower-l1.gif);
	background-repeat:no-repeat;
}

#left-menu a#lowerlvl2
{
	font-size: 9px;
	line-height:14px;
	text-align:right;
	float: right;
	width: 93px;
	height: 16px;
	background-image:url(../images/menu-left-lower-l2.gif);
	margin: 0;
	margin-top:5px;
	background-repeat:no-repeat;
	
}

#left-menu a:link, #left-menu a:visited
{
	color:#FFFFFF;
	text-decoration: none;

}

#left-menu a:hover
{
	color:#FFFFFF;
	background-image:url(../images/menu-left-l1-light.gif);
}

#left-menu a#lower:hover
{
	color:#FFFFFF;
	background-image:url(../images/menu-left-lower-l1-light.gif);
}

#left-menu a#lowerlvl2:hover
{
	color:#FFFFFF;
	background-image:url(../images/menu-left-lower-l2-light.gif);
}

