#secondmenu{
   z-index: 0;
   position: absolute;
   top: 0px;
   left: 628px;
   width: 182px;
   height: 20px;
   background: #dddddd;
   }

/*
----------------------------------------------------------------------
Generelle Einstellungen zum Menü
----------------------------------------------------------------------
*/
.secondmenu {
	font-family:verdana;
	font-size:8pt;
	width:182px;
	position:relative;
	z-index:100;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.secondmenu table {
	position:absolute; 
	top:0; 
	left:0;
	padding:0;
	margin:0;
	border-width:0px;
}


/*
----------------------------------------------------------------------
Einstellungen für Ebene 1
----------------------------------------------------------------------
*/
.secondmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	
}

.secondmenu ul li {
	float:left;
	width:91px;
	height:20px;
	position:relative;
	vertical-align:middle;
	background:#d5d5d5;
	
}

/* Formatieren der Menüeinträge */
.secondmenu ul li a, .secondmenu ul li a:visited {
	font-size:8pt;
	text-decoration:none;
	text-align:center;
	color:#2F53A7;
	display:block;
	border:1px solid #fff;
	border-width:0 0 0 1px;
	padding-left:0px;
	line-height:20px;
}

/* Mausover für Menüeinträge */
.secondmenu ul li a:hover{
	
}

