<style type="text/css">
#outer {
	width:900px;
	height:34px;
	position:relative;
	background: none;
}

.menu {
	list-style-type:none;
	padding:0;
	margin:0 0px;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li {
	float:left;
	margin:0;
	position:relative;
	width: 195px;
}
.menu li.sub {background:#aaa;}
.menu li a {
	display:block;
	color:#333399;                                 ---------------------schrift
	font-family:arial, sans-serif;
	font-size:16px;
	line-height:34px;
	width:195px;
	text-decoration:none;
	text-align:center;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	background: #fff url(css/nav.png);
	font-weight: bolder;
}
.menu       li      a:hover   {
	color:#00039;                    
	border-left: none;
	border-top: none;
}
.menu :hover                   {
	color:00039;
	border-left: none;
	border-top: none;
	background-position: -195px 0px;
	background: #000000F url(css/nav_hover.png);
	background-repeat: no-repeat;
}
.menu :hover     > a {
	color:#000039;                    ---------------schrift hover
	border-left: none;
	border-top: none;
	background: #000000 url(css/nav_hover.png);
	background-repeat: no-repeat;
}
.menu  ul ul :hover        > a{
	color:#000000;                    
	border-left: none;
	border-top: 1px solid #30AAD7;
	background: #30AAD7;
	background-repeat: no-repeat;
	border-bottom: 1px solid #111111;
}
.menu    ul      {
	position:absolute;
	left:-9999px;
	width:165px;
	padding: 10px, 10px;
	list-style: none;
}
.menu       li     ul  ul a      {
	position:absolute;
	left:0px;
	padding: 10px, 10px;
}
.menu :hover   ul  ul   {
	position:absolute;
	width:50px;
	padding: 10px, 0px;
	left: -9999px;
	margin-top: 5px;
}
.menu   li   ul a {
	display:block;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:34px;
	width:165px;
	text-decoration:none;
	text-align:left;
	padding: 0, 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	background: #000000 url(css/nav_sub.png);
	margin-left: 5px;
}
.menu    li    ul  ul a {
	display:block;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-align:left;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background: #30AAD7;
	margin-left: 5px;
}
.menu   li  ul  a:hover{
	color:#FFFFFF;
	background:#000000 url(css/nav_sub_hover.png);
	border-bottom: none;
	border-left: none;
	border-top: none;
	background-repeat: no-repeat;
}
.menu    li   ul   ul a:hover{
	color:#FFFFFF;
	background:#30AAD7;
	border-bottom: 1px solid #111111;
	border-left: none;
	border-top: 1px solid #30AAD7;
}
.menu  li ul li a {
	float:left;
	background:#000000 url(css/nav_sub.png);
	margin:0px;
	position:relative;
	width: 158px;
	padding: 0px;
	padding-left: 7px;
	background-color: #30AAD7;
}
.menu   li  ul  ul  li a {
	float:left;
	background:#333;
	margin:0px;
	position:relative;
	width: 134px;
	padding: 0px;
	padding-left: 7px;
	background-color: #30AAD7;
	top: 3px;
	margin-left: 0px;
	margin-top: 0px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #30AAD7;
}
.menu :hover ul{
	left:0px;
	top:34px;
} /* the background image is for IE7 */
.menu :hover ul :hover ul {
	padding:0, 3px;
	left:165px;
	top:-3px;
}
.menu     li    ul    li.sub  {
	float:left;
	background:#000000 url(css/nav_sub2.png);
	position:relative;
	width: 158px;
	padding-left: 7px;
	height: 24px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-top: 10px;
}
.menu  li  ul  li.sub:hover  {
	background: #000000 url(css/nav_sub_hover2.png);
	background-repeat: no-repeat;
}
#outer p {
	position:absolute;
	right:10px;
	bottom:5px;
	margin:0;
	color:#fff;
	font-size:10px;
	font-family:arial, sans-serif;

}
</style>