/* Lansuite Style-Definitions */

/* Use this File to format Naviitems and Boxcontent*/

/* Boxes */

.box_entry, .box_entryuser, .box_entry_active, .engaged, .box_entryadd, .BoxContent {
  list-style: none;
}

ul.BoxContent {
  padding: 1px;
  margin: 0px;
}

li.engaged {
  padding: 1px 0px 2px 16px;
}
li.box_entry {
  padding: 1px 0px 2px 16px;
  background-image: url(images/arrows_menurow.gif);   background-repeat: no-repeat;
}
/* ADD */
li.engaged_TS2 {
  padding: 1px 0px 2px 16px;
  background-image: url(../images/icon_teamspeak2.jpg);   background-repeat: no-repeat;
}
li.engaged_IRC {
  padding: 1px 0px 2px 16px;
  background-image: url(../images/icon_irc.gif);   background-repeat: no-repeat;
}
li.engaged_CS {
  padding: 1px 0px 2px 16px;
  background-image: url(../../ext_inc/tournament_icons/counter-strike.gif);   background-repeat: no-repeat;
}
li.engaged_CSS {
  padding: 1px 0px 2px 16px;
  background-image: url(../../ext_inc/tournament_icons/cs-source.gif);   background-repeat: no-repeat;
}

li.box_entry_active {
  padding: 1px 0px 2px 16px;
    background-image: url(images/arrows_menurow_close.gif);    background-repeat: no-repeat;
}

li.box_entry_lvl_1 {
  padding: 1px 0px 2px 24px;
  background-position:8px;
  background-image: url(images/arrows_menurow.gif);   background-repeat: no-repeat;
}
li.box_entry_lvl_1_active {
  padding: 1px 0px 2px 24px;
  background-position:8px;
  background-image: url(images/arrows_menurow_close.gif);    background-repeat: no-repeat;
}

span.AdminIcons {
  float: left;
  padding: 1px 0px 2px 24px;
  background-position:8px;
  background-image: url(images/arrows_data.gif);   background-repeat: no-repeat;
    }

/* Links */
a.admin:link, a.admin:visited {
    color: #2d3f4f;
    text-decoration:none;
}
a.admin:hover {
    color: #2d3f4f;
    text-decoration:none;
}

ul#nav a.menu:link, ul#nav a.menu:visited {
    color: white;
    text-decoration:none;
}
ul#nav a.menu:hover{
    color: white;
    text-decoration:none;
}



/* Dropdown Menu */

a.MainMenu {
	color: white;
	font-variant: small-caps;
	font-size: 1.0em;
	font-weight: bold;
	font-family: verdana;
	height: 29px;
	margin-bottom: -14px;
	padding: 7px;
	background-image: url('images/menu_trenner.png');
	background-repeat: no-repeat;
	background-position: 100% 0px; 
}

a.MainMenu:visited {
	color: white;
}

a.MainMenu:hover {
	background: url('images/menu_bg_aktiv.png') repeat-x;
	height: 29px;
	text-decoration:none;
}
a.MainMenu:active {
	background: url('images/menu_bg_aktiv.png') repeat-x;
	height: 29px;
	text-decoration:none;
}

div.MenuTrenner {
	margin-right: -7px;
	margin-top: -18px;
	height: 29px;
	background-image: url('images/menu_trenner.png');
	background-repeat: no-repeat;
	background-position: 100% 0px; 
}


#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;

}

#nav li li a {
	padding: 0.15em 0.3em;
}

#nav li li a:hover {
	font-weight: bold;
}


#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	border: solid #747474;
	background: #747474;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 10em;
	border: 1px solid #142930;
	background: #747474;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
