#nwl ul {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:30px;
	width:100%;
	background:url(../gfx/nwl/nwl-bg.gif) repeat-x #fff;
	z-index:9998;
}
#nwl li {
	list-style:none;
	display:inline;
	height:30px;
	float:left;
}
#nwl li.dd {
	background:url(../gfx/nwl/nwl-arrow.gif) right 12px no-repeat;
	padding-right:12px;
}
#nwl li.hover {
	background-position:right 16px;
}
#nwl li>a {
	display:block;
	height:30px;
	text-decoration:none;
	margin-left:10px;
}
#nwl li.hover>a {
	background:url(../gfx/index/menu.bgl.png) 0 4px no-repeat;
}
#nwl li>a span {
	font:bold 11px Arial;
	display:block;
	line-height:15px;
	height:27px;
	padding:7px 10px;
	margin-left:3px;
}
#nwl li.hover>a span {
	background:url(../gfx/index/menu.bgr.png) right 4px no-repeat;
	color:#fff;
	line-height:24px;
}

/* NWL Farben */

#nwl li#playMASSIVE>a span { color:#506C9C; }
#nwl li#playNATION>a span { color:#895C5C; }
#nwl li#playBROWSER>a span { color:#81A082; }

#nwl li#playMASSIVE.hover>a span { color:#D9E8FF; }
#nwl li#playNATION.hover>a span { color:#FFC6C6; }
#nwl li#playBROWSER.hover>a span { color:#CFFF9F; }

/* NWL Box */

#nwl li.dd div {
	position:absolute;
	background:#000;
	visibility:hidden;
	border:1px solid #333;
	border-top:1px solid #000;
	background:url(../gfx/nwl/box-bg.gif) repeat-x #000;
	z-index:9999;
	margin-left:9px;
}
#nwl li.dd div ul {
	border:1px solid #666;
	border-top:0;
	margin:0;
	padding:0;
}
#nwl li.dd div li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
#nwl li.dd div{
	top:30px;
	width:454px;
	padding:0 2px 4px 0;
}
#nwl li.dd div ul {
	width:100%;
	height:177px;
}
#nwl li.dd div a {
	display:block;
	width:217px;
	height:52px;
	float:left;
	padding:0;
	margin:4px 2px 2px 6px;
	background:url(../gfx/nwl/nwl-buttons.jpg) no-repeat;
}

#nwl .dd a.playMASSIVE 	 { background-position:0 0; }
#nwl .dd a.playCENTRAL 	 { background-position:0 -52px; }
#nwl .dd a.playAION 	 { background-position:0 -104px; }
#nwl .dd a.playRUNES 	 { background-position:0 -156px; }
#nwl .dd a.playWARHAMMER { background-position:0 -208px; }
#nwl .dd a.playCONAN 	 { background-position:0 -260px; }

#nwl .dd a.playNATION 	{ background-position:0 -312px; }

#nwl .dd a.gronkhDE 	{ background-position:0 -364px; }
#nwl .dd a.gronkhDElt 	{ background-position:0 -416px; }
#nwl .dd a.gronkhDEbo 	{ background-position:0 -468px; }
#nwl .dd a.gronkhDEmc 	{ background-position:0 -520px; }
#nwl .dd a.gronkhDEfa 	{ background-position:0 -572px; }
#nwl .dd a.gronkhDEgt 	{ background-position:0 -624px; }

#nwl .dd a.playMASSIVE:hover 	{ background-position:-217px 0; }
#nwl .dd a.playCENTRAL:hover 	{ background-position:-217px -52px; }
#nwl .dd a.playAION:hover 	 	{ background-position:-217px -104px; }
#nwl .dd a.playRUNES:hover 	 	{ background-position:-217px -156px; }
#nwl .dd a.playWARHAMMER:hover 	{ background-position:-217px -208px; }
#nwl .dd a.playCONAN:hover 	 	{ background-position:-217px -260px; }

#nwl .dd a.playNATION:hover 	{ background-position:-217px -312px; }

#nwl .dd a.gronkhDE:hover 		{ background-position:-217px -364px; }
#nwl .dd a.gronkhDElt:hover 	{ background-position:-217px -416px; }
#nwl .dd a.gronkhDEbo:hover 	{ background-position:-217px -468px; }
#nwl .dd a.gronkhDEmc:hover 	{ background-position:-217px -520px; }
#nwl .dd a.gronkhDEfa:hover 	{ background-position:-217px -572px; }
#nwl .dd a.gronkhDEgt:hover 	{ background-position:-217px -624px; }

/* NWL User */

#nwl li.user {
	float:right;
	padding-right:25px;
	background:url(../gfx/nwl/nwl-avatar.png) top right no-repeat;
}
#nwl li.user a {
	background:url(../gfx/nwl/nwl-arrow.gif) left 12px no-repeat;
}
#nwl li.user img {
	position:absolute;
	top:2px;
	right:2px;
}

/* NWL Partner */
#nwl a.partner {
	position:absolute;
	top:2px;
	display:block;
	height:25px;
	z-index:9999;
}
#nwl a.gamona {
	right:100px;
	width:107px;
	background:url(../gfx/nwl/nwl-gamona.png) no-repeat;
	text-indent:-5000px;
}
#nwl a.gamona:hover {
	background-position:0 -25px;
}
#nwl a.xchar {
	right:10px;
	width:74px;
	background:url(../gfx/nwl/nwl-xchar.png) no-repeat;
	text-indent:-5000px;
}
