/**
 * 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 */
.mod_navigation {
  width: 200px;
  top: 43px;
  position: absolute;
}

/* First level */
.mod_navigation ul {
  margin: 0 5px;
  padding: 0;
  border-bottom: 1px solid #c6ad8d;
  list-style-type: none;
}
.mod_navigation li {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #c6ad8d;
  list-style-type: none;
}
* html .mod_navigation ul, * html .mod_navigation li {
  height: 1px;
}
*:first-child+html .mod_navigation .parent {
  height: 3px;
}
.mod_navigation span {
  margin: 0;
  padding: 0;
}
.mod_navigation a, .mod_navigation li, .mod_navigation span {
  font-weight: bold;
  font-size: 13px;
  color: #000000;
}

/* Second level */
.mod_navigation .submenu {
  margin: -2px 0 0 8px;
  padding: 0;
  border-top: 0;
}
.mod_navigation .level_2 {
  padding-bottom: 4px;
  border-bottom: 0;
}
.mod_navigation .level_2 li {
  padding: 0 0 4px 0;
  border-top: 0;
}
.mod_navigation .level_2 a, .mod_navigation .level_2 li, .mod_navigation .level_2 span {
  font-weight: normal;
  font-size: 11px;
}



/* Horizontal menu, use the class .navMain in your navigation modul */
.navMain {
	height:74px;
	background:url(images/bg_nav_top.jpg) no-repeat #780216;
}
.navMain ul {
  margin: 0;
  padding: 0;
}
.navMain li {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
}
.navMain a, .navMain span {
	display: block;
	padding: 0 12px 0 12px;
	height: 74px;
	line-height:74px;
	text-transform:uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.navMain a {
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.navMain a:hover {
  background: url(images/bg_nav_hover.jpg) repeat-x #232323;
  text-decoration: none;
  color: #ffffff;
}
.navMain span {
  margin: 0;
  background: url(images/bg_nav_hover.jpg) repeat-x #232323;
  text-align: center;
}
/* Horizontal menu, use the class .navBottom in your navigation modul */
.navBottom {padding-top:15px;margin-bottom:10px;}
.navBottom ul {
  margin: 0;
  padding: 0;
}
.navBottom li {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
}
.navBottom a, .navBottom span {
	display: block;
	padding: 0 12px 0 12px;
	text-transform:uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
.navBottom a {
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.navBottom a:hover {
  text-decoration: underline;
}
.navBottom span {
  margin: 0;
  text-align: center;
  text-decoration: underline;
}
.navBottom .first a, .navBottom .first span {
	padding-left: 0;
	
}
