/**
 * 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: 240px;
  top: -67px;
  left: 40px;
  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;
  background: url(../images/note_1.png) no-repeat;
	height: 25px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
* html .mod_navigation ul, * html .mod_navigation li {
  height: 1px;
}
*:first-child+html .mod_navigation .parent {
  height: 3px;
}

.mod_navigation a, .mod_navigation li{
  font-size: 14px;
  color: #fffeff;
  text-indent: 35px;
	
	text-decoration: none;
	line-height: 25px;

	
}

.mod_navigation a:hover {
	color: #fcd53e;
}

.mod_navigation span {
	  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fcd53e;
  text-indent: 35px;
	

}


/* 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 ul {
  margin: 0;
  padding: 0;
}
.navMain li {
  width: 133px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  float: left;
}
.navMain a, .navMain span {
  color: #ffffff;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
}
.navMain a {
  height: 30px;
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: center;
  background-color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  color: #ffffff;
}
.navMain a:hover {
  background-color: #b30000;
  text-decoration: none;
  color: #ffffff;
}
.navMain span {
  height: 30px;
  margin: 0;
  padding: 5px 0 0 0;
  background-color: #b30000;
  text-align: center;
}

