/**
 * TYPOlight webCMS
 *
 * The TYPOlight webCMS is an accessible web content management system that 
 * specializes in accessibility and generates W3C-compliant HTML code. It 
 * provides a wide range of functionality to develop professional websites 
 * including a built-in search engine, form generator, file and user manager, 
 * CSS engine, multi-language support and many more. For more information and 
 * additional TYPOlight applications like the TYPOlight MVC Framework please 
 * visit the project website http://www.typolight.org.
 *
 * This file is a cross browser style sheet for module navigation that you can 
 * import using the CSS import function of the style sheet module.
 *
 * PHP version 5
 * @copyright  Leo Feyer 2005
 * @author     Leo Feyer <leo@typolight.org>
 * @package    xBrowser
 * @license    GPL
 */
 

.mod_navigationSub
{
	width:200px;
	/*top:43px;*/
	position:absolute;
}


/**
 * First level
 */
.mod_navigationSub ul
{
	margin:0px 0px 0px 5px;
	padding:0px;
	border-bottom:1px solid #cccccc;
	list-style-type:none;
}

.mod_navigationSub li
{
	margin:0px;
	padding:10px 0px;
	border-top:1px solid #CCCCCC;
	list-style-type:none;
}

* html .mod_navigationSub ul,
* html .mod_navigationSub li
{
	height:1px;
}

*:first-child+html .mod_navigationSub .parent
{
	height:3px;
	padding:0px;
}

.mod_navigationSub p
{
	margin:0px;
	padding:0px;
}

.mod_navigationSub a,
.mod_navigationSub li
{
	/*font-weight:bold;*/
	font-size:12px;
	color:#666666;
}

.mod_navigationSub a:hover
{
	font-weight:bold;
	font-size:12px;
	color:#333333;
}

.mod_navigationSub p
{
	font-weight:bold;
	font-size:12px;
	color:#333333;
}

/**
 * Second level
 */
/*.mod_navigation .submenu
{
	margin:-2px 0px 0px 8px;
	padding:0px;
	border-top:0px;
}

.mod_navigation .level_2
{
	padding-bottom:4px;
	border-bottom:0px;
}

.mod_navigation .level_2 li
{
	padding:0px 0px 4px 0px;
	border-top:0px;
}

.mod_navigation .level_2 a,
.mod_navigation .level_2 li,
.mod_navigation .level_2 p
{
	font-weight:normal;
	font-size:11px;
}
*/

/**
 * Horizontal menu
 */

.mod_navigationMain ul
{
  margin:0px;
  padding:5px 0px 0px 250px;
}

.mod_navigationMain li
{
  margin:0px;
  padding:0px;
  text-align:left;
  list-style-type:none;
  float:left;
}

.mod_navigationMain a,
.mod_navigationMain p
{
  font-weight:bold;
  font-size:11px;
  color:#ffffff;
}

.mod_navigationMain a
{	
  display:block;
  margin:3px 1px;
  padding:10px 5px 5px 5px;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  color:#e3312b;
}

.mod_navigationMain a:hover
{
  background-color:#e3312b;
  text-decoration:none;
  margin:3px 1px;
  color:#ffffff;
}

.mod_navigationMain p
{
  background-color:#e3312b;
  text-decoration:none;
  color:#ffffff;
  padding:10px 5px 5px 5px;
  text-align:center;
  margin:3px 1px;
}
