
/* ================================================================ 
	Copyright (c) 2007 by MPstudios - All rights reserved
	This copyright-notice must not be removed!
	If you want to use some part of it, thanks to write an email.
	You can finde our contact details on our website.
	
	www.mpstudios.de
=================================================================== */

* {
	margin:0;
	padding:0;
	border:none;
}

#nav {margin:7px 0 20px 0;}

/* the main navigation panel */
#nav {
	float:left;
	width:880px;
	height:50px;
	background:none; /* #414042 */ 
	position:relative;
}

/* the level 1 elements */
#nav .level_1, 
#nav .level_1 .active {
	margin:0;
	padding:0;
	list-style:none;
	display:block; /* here: block or inline have the same effects */
}

/* the general list-styling */
#nav li {
	display:inline;
	margin:0;
	padding:0;
	height:auto;
}

/* -----------------------------------------

	LEVEL 1

------------------------------------------*/


/* the level 1 styling */
#nav .level_1 li,
#nav .level_1 li .active,
#nav .level_1 .active {
	display:block;
	float:left;
	height: 25px;
	line-height: normal;
	margin: 0;
	padding: 5px 10px 0 10px;
	white-space:nowrap;
	background:none;	
}


/* the level 1 text styling */

#nav .level_1 a,
#nav .level_1 a:link,
#nav .level_1 a:visited,
#nav .level_1 li a,
#nav .level_1 .active p {
	display:block;
	color:#fff;
	height: 1.2em;
	line-height:1.4em;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
}

/* the level 1 active element */

#nav .level_1 .active {
	background-color: #0099cc;
}
#nav .level_1 .active p,
#nav .level_1 .active p .active {
	margin:0;
	padding:0;
	border-bottom: 1px dotted;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
}


* html #nav .level_1 a,
* html #nav .level_1 .active p {width:1px;}


/* the 1 level rollover background */
#nav .level_1 a:hover, 
#nav .level_1 li:hover {
	background-color:#0099cc;
	background-position:0 -75px;
	cursor:pointer;
}

/* the 1 level rollover text */
#nav .level_1 a:hover, 
#nav .level_1 li:hover a {
	color:#fff;
	background-color:#0099cc;
	border-bottom: 1px dotted;
	border-bottom-color: #fff;
	border-bottom-style: dotted;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute;
	border-collapse:collapse;
	left:0; 
	top:0; 
	font-size:11px;
}
/* End of IE5.5 and IE6 only */



/* -----------------------------------------

	LEVEL 2

------------------------------------------*/

#nav .level_2 {display:none;}	/* hide the level_2 content at first */


/* submenu (level 2) list-style (background) */

#nav .level_2 li,
#nav .level_1 .level_2 li {
	height:25px;
	margin:0;
	padding:0;
	background:none;
}

/* submenu text-style */

#nav .level_2 li a,
#nav .level_1 .level_2 li a {
	margin:0;
	padding:0;
}

/* submenu rollover */
#nav .level_2 li a:hover, 
#nav .level_1 a:hover .level_2 li a:hover, 
#nav .level_1 li:hover .level_2 li a:hover {
	background:none;
	color:#fff;
	text-decoration:underline;
}

/* blue bar submenu */
#nav .level_1 li a:hover .level_2, 
#nav .level_1 li:hover .level_2 {
	display:block;
	position:absolute;
	width:800px;
	height:45px;
	top:30px;
	left:0;
	background:none;
	padding:0; 
	z-index:100;
}

/* active styles */
#nav .level_2,
#nav .level_2 .active {
	margin:0; 
	padding:0; 
	list-style:none;
}

* html #nav .level_2 .active, 
* html #nav .level_1 a:hover .level_2 {
	z-index:-1; 
	margin-top:0; 
	margin-t\op:0px;
}

/* submenu active element */
#nav .level_2 .active p {
	border:none;
	background:none;
	font-size:11px;
	text-decoration:underline; 
	white-space:nowrap;
	font-weight:normal;
	
}

/* submenu text-style elements */
#nav .level_2 a,
#nav .level_2 .active p,
#nav .level_1 .level_2 li a,
#nav .level_1 a:hover .level_2 li a, 
#nav .level_1 li:hover .level_2 li a {
	display:inline;
	background:none;
	width:auto; 
	margin:0;
	padding:0 20px;
	color:#fff; 
	font-size:11px; 	
	font-weight:normal;
	white-space:nowrap;
	border:none;
	height:25px;
	line-height:25px;
}