/* Menu stylesheet for SalenAuthor: cedesign@ceteq.comWeb designed and implementet in TYPO3 (www.typo3.com) by: cedesign.noUpdated: 19.09.2008*/

/**************** menu styles ****************/
#header {
	width: 688px;
	height: 39px;
	float: left;
}

/* MARKERT */
#header ul#primary {
	position: absolute;
	width: 688px;
	height: 39px;
}

#header ul#primary li  {
	display: inline;
	height: 39px;
}
/* MARKERT end */

#header ul#primary a,#header ul#primary a.current {
	width: 86px;
	float: left;
	height: 39px;
}

/* KNAPP EN MENU */
#header ul#primary a.home {
	height: 29px;
	background-image: url(http://www.pinsen.net/fileadmin/templates/salen/images/back-menu-hover.png);
	text-align: center;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-decoration: none;
}

/* ACTIVE MENU start */
#header ul#primary a.current {
	height: 39px;
	background: none;
	text-align: center;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}

#header ul#primary a.current:hover {
	height: 39px;
	background: none;
	text-align: center;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
}
/* ACTIVE MENU end */


/* MENU not active */
#header ul#primary a {
	height: 29px;
	background-image: url(http://www.pinsen.net/fileadmin/templates/salen/images/back-menu-hover.png);
	text-align: center;
	text-align: center;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-decoration: none;
	padding-top: 10px;
}

/* MENU hover */
#header ul#primary a:hover {
	background-image: url(http://www.pinsen.net/fileadmin/templates/salen/images/back-menu.png);
	height: 29px;
	text-align: center;
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-decoration: none;

}

/*** SUBMENU start ***/
#header ul#secondary {
	bottom: -30px;
	width: 600px;
	position: absolute;
	left: 0;
}

#header ul#secondary li a {
	width: auto;
	background: none;
    font-size: 10px;
	height: 25px;
	color: #ffffff;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 15px;
}

#header ul#secondary li a:hover {
	width: auto;
	background: none;
	height: 25px;
	color: #ffffff;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: underline;
}

#header ul#secondary li a.act {
	background: none;
	width: auto;
	height: 25px;
	color: black;
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#header ul#secondary li:last-child a { 
	border: none;
}
