/**
 * Style sheet nav
 */
.nav
{
	overflow:visible;
}

.nav *
{
	margin:0;
	padding:0;
}

.nav ul
{
	list-style-type:none;
}

.nav li
{
	padding-bottom:5px;
	line-height:1.0;
}

.nav li.last
{
	padding-bottom:0;
}

.nav ul ul li.first
{
	padding-top:5px;
}

.nav a, .nav p.active
{
	text-decoration:none;
	font-size:15px;
	color:#fff;
}

.nav a, .nav p
{
}

.nav a:hover, .nav p.active
{
	color:#fff;
}

.nav a:hover
{
	text-decoration:underline;
}

.nav p.active
{
	font-weight:bold;
}

.nav ul ul a, .nav ul ul p.active
{
	color:#C6C7C8;
}

.nav ul ul
{
	padding:9px 0px;
}

/* NAVIGATION RIGHT */
#nav-right
{
	width:250px;
	height:504px;
	right:0px;
	position:absolute;
	background:url(tl_files/stall-rosenbusch/img/body/right.png) no-repeat left top transparent;
	z-index:10;
}

* html #nav-right
{
	background:url(tl_files/stall-rosenbusch/img/body/right.gif) no-repeat left top transparent;
}

#nav-right ul.level_1
{
	top:80px;
	left:112px;
	position:relative;
}

