﻿/* MenÃ¼leiste */
table.menu, ul.quickbar {

}

ul.quickbar{

	list-style-type:none;
	padding:0;
	margin:0 auto;
}

/* Top-MenÃ¼-Item mit Hover */
table.menu tr td, ul.quickbar li {

}

.menu-top a{
	color: #FFFFFF;
	padding: 5px 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}

.menu-top a:hover{
	text-decoration: underline;
	background: #76231b;
}

.menu-top- a{
	color: #FFFFFF;
	padding: 20px 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;

}

.menu-top- a:hover{
	text-decoration: underline;
	background: #76231b;
}

.test {
	background: #76231b;
	width: 120px;
	height: 18px;
	font-size: 18px;
	border: none;
}

.test a:hover{
	background: #612115;
	border: none;
	font-size: 12px;
	text-decoration: underline;
}

.test a{
	display: block;
	font: normal 10px Verdana;	
	border: none;
	padding: 4px 0 2px ;
	color: #FFFFFF;
	font-size: 12px;
	background: #76231b;
	font-weight: bold;
	text-decoration: none;
}



/* Quickbar MenÃ¼Item */
ul.quickbar li{
	padding-top: 0px; padding-bottom: 0px;
	display:inline;
}

/* Das gesamte UntermenÃ¼ */
table.menu tr td table {
	z-index:100;
	position:absolute;
	margin-left: 0px; margin-top:1px;
	visibility: hidden;
	background: #000000;
}

/* Das gesamte UntermenÃ¼ in sichtbar */
table.menu tr td:hover table, table.menu tr td.hover table {
	visibility: visible;
	background: #000000;
}

/* Ein UntermenÃ¼punkt */
table.menu tr td table tr td {
	background: #000000;

}
/* Ein Link in einem UntermenÃ¼punkt */
table.menu tr td table tr td a{
	display: block;
	width: 100%;
	background: #76231b;
	border: 1px;
}

table.menu tr td table tr td a:hover{
	background: #612115;
}