/* navigation */
.mod_navigation {
	background: rgba(40,40,40,0.9);
	/*background: rgba(30,30,30,0.95);*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
	font-size: 14px;
	position: relative;
	z-index: 100;
}
.mod_navigation .level_1{
	margin-bottom: 0px;
}
.mod_navigation li{
	padding-left: 10px;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: 90px;
	border-right: 1px solid white;
	position: relative;
	text-align: center;
	float: left;
	font-weight: 200;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	
}
.mod_navigation li a{
	color: white;
	text-decoration: none;
	min-width: 80px!important;
}
.mod_navigation li:hover{
	color: white;
	text-decoration: none;
	background: #94643c;
}
.mod_navigation li.last{
	border-right: 0px solid white;
}
.mod_navigation li.active, .mod_navigation li.trail{
	font-weight: 700;
	background: #84542c;
	border-right: 1px solid white;
}
/** Level 2**/
#main .mod_navigation{
	margin-left: -10px;
	position: absolute;
	z-index: 10;
	border-radius: 0px;
	border-top: 3px solid #84542c;
	background: none;
	width: 720px;
}
#main .mod_navigation li a{
	color: #616161;
}
#main .mod_navigation li a:hover{
	color: #fff;
}
