/**
 * Style sheet xNavigation
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


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


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

.mod_navigation li
{
	margin:0px;
	padding:5px 0px;
	/*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 p
{
	margin:0px;
	padding:0px;
}

.mod_navigation a,
.mod_navigation li,
.mod_navigation p
{
	font-weight:bold;
	font-size:15px;
	color:#CC0000;
	letter-spacing:1px;
	text-transform:uppercase;
}

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



/*  Footer-Navigation  */

/**
 * Footer-Navigation
*/
.mod_customnav
{
	margin-top:30px;
	border-top:#CCCCCC 1px dotted;
	padding-left:30px;
	padding-right:30px;
}

.mod_customnav ul
{
	margin:0px;
	padding:0px;
}

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

.mod_customnav a {
	color:#CCCCCC;
	padding-right:15px;
	font-size:10px;
	line-height:26px;
}


.mod_customnav a:hover
{
	text-decoration:underline;
	color:#333333;
	line-height:26px;
}

.mod_customnav p {
	color:#000000;
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
	padding-right:15px;
	line-height:26px;
}

