/* CSS-Navigation */

/* First Level */

#mainLevel {
	height: 24px;
	width: 610px;
	font-size: 11px;
}

.ml {
	height: 24px;
	float: left;
}
* html .ml { width:1%;}
.ml a {
	height: 24px;
	display:block;
	text-transform: uppercase;
	text-decoration: none;
	color: #A3948A;
	padding: 0px 8px 0 12px;
	background-image:url(../pix/layout/slash_main.gif);
	background-repeat:no-repeat;
}
.ml a:hover {
	color: #482a16;
}
.ml a.first {
	padding-left: 0px;
	text-transform: uppercase;
	background-image: none;
}
.current a {
	text-decoration:none;
	color: #482a16 !important;
}

/* Second Level */

.secondLevel {
	position: absolute;
	height: 20px;
	z-index: 50;
	top: 75px;
	display:none;
}
* html .secondLevel { width:350px;}
#secondSlash {
	position: absolute;
	width: 2px;
	height: 24px;
	z-index: 100;
	top: 80px;
	display:block;
	background-image:url(../pix/layout/slash_double.gif);
	background-repeat:no-repeat;
}
.show {
	display:block;
}
.sl {
	position:relative;
	float: left;
	height: 20px;
	z-index: 55;
	text-transform: lowercase;
	color: #A3948A;
}
.sl a {
	float: left;
	height: 20px;
	display:block;
	text-transform: lowercase;
	text-decoration: none;
	color: #A3948A !important;
	padding: 0px 8px 0 12px;
	background-image:url(../pix/layout/slash_sub.gif);
	background-repeat:no-repeat;
}
.sl a:hover {
	color: #482a16 !important;
}
.curr2 {
	text-decoration:none;
	text-transform:lowercase;
	color: #482a16 !important;
	padding: 0px 8px 0 12px;
	background-image:url(../pix/layout/slash_sub.gif);
	background-repeat:no-repeat;
}


