@charset "utf-8";
/* CSS Document */
#menu {
        float:center;
        height:27px;
        width:444px;;
        margin:0 auto;
        border-top:0px;;
		padding:0 0 0 0;
		
}

#menu ul {
        list-style:none;
        margin:0;
        padding: 0;
        width:auto;
        float: left;
}

#menu ul.special {
	width: 77px;
	}
#menu a {
        font:bold 11px arial, helvetica, sans-serif;
        display: block;
        margin: 0;
        padding:0px 0px 0px 0px;
        color:#FFF;
        text-decoration:none;
        height:36px;
}

#menu a.child {
        padding:3px 0px 0px 5px;
        color:#FFF;
        background: url('images/menugrafiks/dropdownlist_normal.png') repeat-x;
		height:18px;
		width:100px;
}
#menu a:hover.child {
        background: url('images/menugrafiks/dropdownlist_hover.png') repeat-x;
}

#menu li.child {
        background:url('images/menugrafiks/dropdownlist_bg.png') repeat;
		border-left:  1px solid #000;
        border-right: 1px solid #000;
}

#menu li {
        position: relative;
}

#menu ul ul {
        position: absolute;
        z-index: 500;
}

#menu ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* einzelen menü */
#menu a.news:link, #menu a.news:active, #menu a.news:visited
{ background: url(images/nav_news.png) no-repeat bottom left;
width: 77px; height: 27px; border: none; }
#menu a.news:hover, a.news:focus
{ background: url(images/nav_news_over.png) no-repeat; display: block;
width: 77px; height: 27px; border: none; }

#menu a.clan:link, #menu a.clan:active, #menu a.clan:visited
{ background: url(images/nav_clan.png) no-repeat bottom left; display: block;
width: 78px; height: 27px; border: none; }
#menu a.clan:hover, a.clan:focus
{ background: url(images/nav_clan_over.png) no-repeat; display: block;
width: 78px; height: 27px; border: none; }

#menu a.forum:link, #menu a.forum:active, #menu a.forum:visited
{ background: url(images/nav_forum.png) no-repeat bottom left; display: block;
width: 86px; height: 27px; border: none; }
#menu a.forum:hover, a.forum:focus
{ background: url(images/nav_forum_over.png) no-repeat; display: block;
width: 86px; height: 27px; border: none; }

#menu a.comm:link, #menu a.comm:active, #menu a.comm:visited
{ background: url(images/nav_comm.png) no-repeat bottom left; display: block;
width: 132px; height: 27px; border: none; }
#menu a.comm:hover, a.comm:focus
{ background: url(images/nav_comm_over.png) no-repeat; display: block;
width: 132px; height: 27px; border: none; }

#menu a.misc:link, #menu a.misc:active, #menu a.misc:visited
{ background: url(images/nav_misc.png) no-repeat bottom left; display: block;
width: 71px; height: 27px; border: none; }
#menu a.misc:hover, a.misc:focus
{ background: url(images/nav_misc_over.png) no-repeat; display: block;
width: 71px; height: 27px; border: none; }


