/* Style sheet fotograf-navigation */
#header .mod_navigation{
	width: 840px;
	top: 125px;
	position: absolute;
	overflow: hidden;
	margin: 0 0 0 100px;
	font-family: "Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;
	background: url(glossy-nav.png) repeat-x top left;
}
#header .mod_navigation ul{margin:0;padding:0;list-style-type:none;}
#header .mod_navigation li{
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;

}
#header .mod_navigation a,#header .mod_navigation a:link,#header .mod_navigation a:visited,#header .mod_navigation a:focus{
	display: block;
	padding: 4px 0 3px 0;
	text-decoration: none;
	font-size: 1em;
	color: #FFFFB0;
}
#header .mod_navigation a:hover{color:#26A3CF;background:url(glossy-nav-hover2.png) repeat-x top left;}
#header .mod_navigation li.active{
	width: 100px;
	padding: 4px 0 ;
	font-size: 1em;
	color: #26A3CF !important;
	background: url(glossy-nav-hover.png) repeat-x top left;
}
#header .mod_navigation .trail a{
	width: 100px;
	padding: 4px 0;
	font-size: 1em;
	color: #26A3CF !important;
	background: url(glossy-nav-hover1.png) repeat-x top left;
}
#header .mod_navigation.sub{width:760px;top:152px;position:absolute;overflow:hidden;margin:0 0 0 200px;font-family:"Lucida Sans","Lucida Grande",Verdana,Arial,sans-serif;background:url(glossy-nav3.png) repeat-x top left;}
#header .mod_navigation.sub ul{margin:0;padding:0;list-style-type:none;}
#header .mod_navigation.sub li{
	width: 180px;
	height:100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header .mod_navigation.sub a,#header .mod_navigation.sub a:link,#header .mod_navigation.sub a:visited,#header .mod_navigation.sub a:focus{
	display: block;
	padding: 3px 0;
	text-decoration: none;
	font-size: 1em;
	color: #AEEAAF;
}
#header .mod_navigation.sub a:hover{color:#26A3CF;background:url(glossy-nav-hover2.png) repeat-x top left;}
#header .mod_navigation.sub li.active{
	width: 180px;
	padding: 3px 0 3px 0;
	font-size: 1em;
	color: #26A3CF !important;
	background: url(glossy-nav-hover.png) repeat-x top left;
	height: 18px;
}

