a.l1:link, a.l1:visited, a.l1:hover 
{
	display:block;
	margin: 2px 0 0 0;
	padding: 5px 12px 0px 8px;
	float: left;
	font-size: 12px;
	color: #fff;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	height: 25px;
	font-weight: bold;
}

a.l1selected:link, a.l1selected:visited, a.l1selected:hover, a.l1:hover 
{
    margin: 2px 0 0 0;
    height: 25px;
    display:block;
    padding: 5px 12px 0 8px;
	float: left;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
    color: #fff;
    background-image: url(images/menyselected.gif);
    background-repeat: repeat-x;
    font-weight: bold;
}

a.l2:link, a.l2:visited
{
	display:block;
	float: left;
	color: #ce292f;
	text-decoration: none;
	margin: 3px 14px 0px 4px;
}
a.l2:hover 
{
    color: #333333;
    text-decoration: underline;
}
a.l2selected:link, a.l2selected:visited, a.l2selected:hover, a.l2selected:active
{
    color: #333333;
    font-weight: bold;
}

a.l3:link, a.l3:visited
{
	font-size: 10px;
	color: #486580;
	height: 11px;
}

a.l3:hover 
{
}

a.l3selected:link, a.l3selected:visited 
{
    color: #000000;
}
