<!-- Menu Root div | Oberstes Element | Wenn was drum soll -->

.menu-button-1
{
	height: 30px;
	background-color:#BBB;
}

.menu-button-1 a
{
	height: 22px;
	padding: 8px 0px 0px 10px;
	display:block;
}

.menu-button-1:hover
{
	background-color:#CCC;
}

.menu-button-1:hover a
{
	color:#900;
}

.menu-button-2
{
	height: 23px;
}

.menu-button-2 a
{
	height: 18px;
	padding: 5px 0px 0px 20px;
	display:block;
}

.menu-button-2:hover
{
	background-color:#CCC;
}

.menu-button-2
{
	background-color:#AAA;
}

.menu-button-2:hover a
{
	color:#900;
}

.menu-button-3
{
	height: 23px;
}

.menu-button-3 a
{
	height: 18px;
	padding: 5px 0px 0px 30px;
	display:block;
}

.menu-button-3:hover
{
	background-color:#CCC;
}

.menu-button-3
{
	background-color:#AAA;
}

.menu-button-3:hover a
{
	color:#900;
}

#active
{
	background-color:#CCC;	
}