#menu {
}

#menu div.top {
	height: 13px;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
    top: 211px;
    to\p: 211px;         /* Safari, Firefox */
    width: 100px;	
    font-family: sans-serif;
}

* html #menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
    top: 211px;
    to\p: 18px;       /* IE für Mac */
    width: 100px;
    font-family: sans-serif;

}


#menu div.box {
	background-color: #EEE4E4;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #4C2E2E;
    border-width: 1px;
    border-style: none solid solid solid;
    text-align: center;
    position: relative;
    visibility: hidden;
    width: 100px;
    left: -1px;
}
#menu a {
	font-family: sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
	font-family: sans-serif;
    font-size: 11px;
    color: #4D2D2E;
    text-decoration: none;
    white-space: nowrap;
	position: relative;
}

#menu div.top a
{
	background-color: #EEE4E4;
	border: 1px solid #4C2E2E;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 13px;
	text-decoration: none;
	color: #000;
	font-family: sans-serif;
}

#menu div.top a:hover
{	 
	background-color: #4D2D2E;
	border: 1px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	height: 13px;
	text-decoration: none;
	font-family: sans-serif;
	color: #FFF;
}

#item
{
}

