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


/**
 * Container
 */
#header .mod_navigation
{
}


/**
 * First level
 */
#header .mod_navigation ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header .mod_navigation li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#header .mod_navigation p
{
	margin:0px;
	padding:0px;
}

#header .mod_navigation a,
#header .mod_navigation li,
#header .mod_navigation p
{
	font-size:13px;
	color:#67645d;
	text-transform:uppercase;
}
#header .mod_navigation a:hover,
#header .mod_navigation .active
{
	color:#add732;
	text-decoration:none;
}


/**
 * Horizontal menu
 */
#footer .mod_navigation
{
}


/**
 * First level
 */
#footer .mod_navigation ul
{
	margin:0px;
	padding:0px;
}

#footer .mod_navigation li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
	float:left;
	
}

#footer .mod_navigation p
{
	margin:0px;
	padding:0px;
}

#footer .mod_navigation a,
#footer .mod_navigation li,
#footer .mod_navigation p
{
	color:#67645d;
}
#footer .mod_navigation a:hover,
#footer .mod_navigation .active
{
	color:#000;
	text-decoration:none;
}
 

