ul.dropdown, ul.dropdown ul{
	margin:0px;
	padding:0px;
	border-top:none;
	list-style:none;
   z-index:10;
}



.dropdown li{
    width:auto;
	background-color:transparent;
	cursor:pointer;
}

/*hier werden die Links definiert*/
.dropdown li a:link,.dropdown li a:visited{
	text-decoration:none;
	color:#eee;
	width:100%;
    font-family: arial,verdana;
    font-size: 14px;
    padding-top:6px;
    position:relative;
    padding-bottom:8px;
    line-height:1.4em;
    z-index:3;
}

.dropdown li.menuLeftBg a:hover{
    background-image: url('images/topMenuLeftBgHover.png');
      padding-top:6px;
}

.dropdown li.menuBg a:hover{
    background-image: url('images/topMenuBgHover.png');
     height:16px;
     background-repeat:repeat-x;
}


.dropdown li.menuRightBg ul li.menuBg a:hover{
   
   
    background-image: url('images/topMenuBgHover.png');
    background-position: left top;
    background-repeat:repeat-x;
}

.dropdown li.menuRightBg a:hover{
    background-image: url('images/topMenuRightBgHover.png');
    background-position: right top;
    background-repeat:no-repeat;
}


* html .dropdown li a,* html .dropdown li a:link,* html .dropdown li a:visited,*html  .dropdown li a:active{ /*  IE 6*/
    background-image: none;
}


* html .dropdown a:hover{
     background-image: url('images/topMenuBgHover.png');
    
}

.dropdown li.submenu-down ul{
	z-index:3;
    margin-top:  -9px;
}


.dropdown li.submenu-down ul li{
    height:31px;
    background: #00448D  none left top no-repeat;
    height:31px;
    padding: 0px;
    margin:0px;
    border-top: 1px solid #eee;
    border-left:1px solid #1A171B;
    border-right:1px solid #1A171B;
}

.dropdown li.submenu-down ul li ul{
    height:31px;
    background: #00448D;
    height:31px;
    padding: 0px 0px 0px 0px;
    margin:-1px 0px 0px 0px;
}


* html .dropdown li.submenu-down{ /*ie6*/
    padding-left:5px;
	display:inline-block;
	color:#000;
	width: 3px;
	white-space: nowrap;
}

* html .dropdown li.submenu-down ul li{ /*ie6*/
	padding-left:5px;
	display:inline-block;
	color:#000;
	width: 200px;
	
}
.dropdown li.menuRightBg ul li{
    width:184px;
    
}




.dropdown li.menuLeftBg{
	background: url('images/topMenuLeftBg.png') left top no-repeat;
    height:41px;
	width:143px;
	color:#fff;
    text-align:center;
    z-index: 4;
}

.dropdown li.menuRightBg{
	background: url('images/topMenuRightBg.png') right top no-repeat;
	width:194px;
    height:41px;
	background-repeat:no-repeat;
	color:#fff;
    text-align:center;
}
.dropdown li.menuBg{
	background: url('images/topMenuBg.png') right top repeat-x;
    height:41px;
	width:205px;
	color:#fff;
    text-align:center;
}

.dropdown .borderRight{
    background: url('images/topMenuTrenner.png') left top no-repeat;
    width:2px;
    height:41px;
   display:block;
   float:left;
}

