.ddsmoothmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu style*/
.ddsmoothmenu ul li a{
	display: block;
	color: white;
	padding: 8px 10px;
	color: #2d2b2b;
	text-decoration: none;
}


* html .ddsmoothmenu ul li a{
	display: inline-block;/*IE6 hack*/
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: white;
}

.ddsmoothmenu ul li a.selected{
	background-color:#fb7d19;
	color: white;
}

.ddsmoothmenu ul li ul a:hover{
	background-color:#fb7d19;
	color: white;
	text-decoration:underline;
}
	
/*Sub level menu 1 Sub-ebene*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	background: #515151;
}


.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:500;
	text-align:left;
	width: 160px; /*width of sub menus*/
	padding: 5px 5px 5px 10px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}

/* Holly Hack für IE \*/
* html .ddsmoothmenu{height: 1%;} /*Hack für IE7 und drunter*/


.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	/*background: silver;*/
}

.toplevelshadow{ /*klappt nicht in IE*/
	opacity: 0.8;
}