/**
 * TYPOlight webCMS
 * Copyright (C) 2005-2009 Leo Feyer
 *
 * This program is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation, either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this program. If not, please visit the Free
 * Software Foundation website at http://www.gnu.org/licenses/.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005-2009
 * @author     Leo Feyer <leo@typolight.org>
 * @license    LGPL
 * @version    1.0
 */

/* Container */

.navMain {
	width: 974px;
	top: 0px;
	position: relative;
	z-index: 9900;
	line-height: 20px;
	text-align: center;
	margin-left: 18px;
}

/* Horizontal menu, use the class .navMain in your navigation modul */

.navMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navMain li {
	width: 136px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 2px;

}

.navMain li.first {
	border-left-style: solid;
	border-left-width: 1px;
}

.navMain li.last {

}

.navMain a, .navMain span {
	font-weight: bold;
	font-size: 13px;	
	color: #171610;
	background-color: #c9a874;
}

.navMain a {
	height: 20px;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	z-index: 500;
	color: #171610;;
}

.navMain a:hover {
	text-decoration: none;
}

.navMain span {
	height: 20px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
		

}

.navMain .h_navi_menu_narrow.active,
.navMain li:hover .h_navi_menu_narrow {
	width: 136px;
	height: 20px;
	position: relative;
	float: left;
	text-align: center;
	background: #ac8d5f url("../papa_images/navi_images/navi_klammer_narrow.png") no-repeat center center;
}

.navMain .h_navi_menu_mid.active,
.navMain li:hover .h_navi_menu_mid {
	width: 136px;
	height: 20px;
	position: relative;
	float: left;
	text-align: center;
	background: #ac8d5f url("../papa_images/navi_images/navi_klammer_mid1.png") center center no-repeat;
}

.navMain .h_navi_menu_wide.active,
.navMain li:hover .h_navi_menu_wide {
	width: 136px;
	height: 20px;
	position: relative;
	float: left;
	text-align: center;
	background: #ac8d5f url("../papa_images/navi_images/navi_klammer_wide.png") center center no-repeat;
}