/* ------------------------------------------------------------------------------------ *
| NAVIGATION CSS FILE :: For RANZ navigation											|
| css/navigation.css																	|
| 																						|
| PROJECT :: www.ranz.ch v2.0															|
| Copyright (C) 2009, QUERIDODESIGN, Switzerland										|
+ ------------------------------------------------------------------------------------- +
| Author: Julian Querido + Nathan Querido												|
* ------------------------------------------------------------------------------------- */

/* @group  NAVIGATION :: jsaq007 :::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.navigation {
	height: 75px;
	float: left;
	background: none;
	margin: -7px 0 0 0;
}

.navigation ul {
	height: 24px;
	list-style: none;
	display: block;
	padding: 0 0 0 79px;
	background: none;
	clear: right;
}

.navigation ul li {
	font-weight: bold;
	float: left;
	list-style: none;
	display: inline;
	padding: 0 14px 0 0;
}

.navigation ul li:first-child {
	clear: right;
}

.navigation ul li a {
	font-weight: normal;
}

.navigation ul li.hidden {
	display: none;
}


/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
