
/* 1. Ebene mit Submenue */
#smoothmenu1 li.top_parent {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
text-align : center;
display : block;
white-space : nowrap;
height : 17px;
padding : 3px 11px;
color : #e2001a;
background-color : white;
text-decoration : none;
}
#smoothmenu1 li.top_parent:hover {
color : white;
background-color : #e2001a;
}
/* 2. Ebene mit Submenue   */
#smoothmenu1 li.parent {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-decoration : none;
color : #e2001a;
text-align : left;
display : block;
white-space : nowrap;
margin : 0;
padding : 3px 20px 3px 10px;
background-image : url(/images/menu_rarrow.gif);
background-position : right center;
background-repeat : no-repeat;
}
#smoothmenu1 li.parent:hover {
background-position : right center;
background-repeat : no-repeat;
}
/* 1. Ebene ohne Submenue   */
#smoothmenu1 a.top_parent {
font-size : 14px;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
text-align : center;
display : block;
white-space : nowrap;
height : 17px;
padding : 3px 11px;
color : #e2001a;
background-color : white;
text-decoration : none;
}
#smoothmenu1 a.top_parent:hover {
color : white;
background-color : #e2001a;
}
/* 2. Ebene ohne Submenue   */
#smoothmenu1 a {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-decoration : none;
text-align : left;
display : block;
white-space : nowrap;
margin : 0;
padding : 3px 20px 3px 10px;
}
#smoothmenu1 a:link, #smoothmenu1 a:visited, #smoothmenu1 a:active {
color : #e2001a;
background-color : white;
text-decoration : none;
}
#smoothmenu1 a:hover {
color : white;
background-color : #e2001a;
text-decoration : none;
}
#smoothmenu1 ul {
list-style : none;
margin : 0;
padding : 0;
float : left;
left : 0;
}
#smoothmenu1 li {
position : relative;
min-height : 1px;
vertical-align : bottom;
}
#smoothmenu1 ul ul {
border : 1px solid #d0d0d0;
position : absolute;
z-index : 500;
top : 0;
display : none;
background-color : white;
text-align : left;
}
#smoothmenu1 ul ul ul {
position : absolute;
z-index : 750;
top : 0;
left : 100%;
display : none;
background-color : white;
text-align : left;
}
div#smoothmenu1 li:hover {
cursor : pointer;
z-index : 100;
}
div#smoothmenu1 li:hover ul ul, div#smoothmenu1 li li:hover ul ul, div#smoothmenu1 li li li:hover ul ul, div#smoothmenu1 li li li li:hover ul ul {
display : none;
}
div#smoothmenu1 li:hover ul, div#smoothmenu1 li li:hover ul, div#smoothmenu1 li li li:hover ul, div#smoothmenu1 li li li li:hover ul {
display : block;
}
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;

}
.top_parentshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.4;
}
.top_parent {
	font-size:14px;
	padding: 0 0 4px 2px;
	margin:0;
	}
 * html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
#smoothmenu1 {
float: left;
}

