﻿li.level1,
li.level2,
.level2Headline,
.level2HeadlineOpened,
li.level3
{
    list-style-type: none;
    margin-bottom: 2px;
    text-indent: 10px;
	line-height: 20px; 
}

li.level2,
.level2Headline,
.level2HeadlineOpened,
li.level3,
li.level2 a,
li.level3 a
{
    color: White;      
}

li.level2 a,
li.level3 a
{
    text-decoration: none;    
}

li.level2 a.current,
li.level3 a.current
{
    opacity: 1;  
    margin-bottom: 2px;
    text-indent: 10px;  
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: White;
	background-color: #757575;
	display: block;
}

li.level1
{
    background-color:transparent;
	color: #B5975A;
	font-weight: bold;
	cursor: pointer;
	font-family: Tahoma;    
}

li.level2
{  
	background-color: #9F9F9F;    
}

span.level2Headline,
span.level2HeadlineOpened
{
	background-color: #9F9F9F;
	width: auto;
	height: auto;
	display: block;	
}

span.level2Headline
{
    background: #9F9F9F url(Images/trawny/menu-arrow-left.png) no-repeat 10px center;
	background-position:95% 50%;
}

span.level2HeadlineOpened
{
    background: #9F9F9F url(Images/trawny/menu-arrow-down.png) no-repeat 10px center;
	background-position:95% 50%;
}

li.level3
{
    color: Black;
    /*padding-left:10px; */
	background-color: #BEBEBE;
}