#menutable {
	width: 118px;
}
#menutable td {
	background-color: #A4434A;
	border: none;
	text-decoration: none;
}
#menutable td.menuitem {
	text-align: right;
	border-top: 1px solid #DD8488;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#menutable td.menuitem:hover {
	background-color: #88373D;
}
#menutable td.menuitem a {
	color: white;
	display: block;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#menutable td.menuitem_level2 a {
	color: #E3E3E3;
	font-weight: normal;
}
#menutable td.menuitem_level2 a:hover {
	color: white;
}
#menutable td.menuquadrat {
	border-top: 1px solid #DD8488;
}


#menu {
	width: 118px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.level2 {
	margin: 0;
	padding: 0;
}
#menu li {
	background-color: #A4434A;
	border: none;
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li.menuquadrat {
	
}
#menu li.level1 {
	background-image: url(../basic_page/img/menuquadrat.png);
	background-repeat: no-repeat;
	background-position: right;
}
#menu li img {
	display: inline;
}
#menu li.menuitem {
	text-align: right;
	border-top: 1px solid #DD8488;
	padding-top: 5px;
	
}
#menu li.menuitem:hover {
	background-color: #88373D;
}
#menu li.menuitem a {
	color: white;
	display: block;
	padding: 0 15px 4px 0;
	margin: 0px;
	font-weight: bold;
}

#menu li.menuitem_level2 a {
	color: #E3E3E3;
	font-weight: normal;
	background-image: none;
	font-size: 11px;
}
#menu li.menuitem_level2 a:hover {
	color: white;
}
