/**
 * Style sheet xNavigation_hoz
 */
#navigation
{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	background-color:#DED9D0;
	background-image:url("tl_files/katrine/img/nav.gif");
	background-repeat:repeat-x;
}


/**
 * Container
 */
.mod_navigation
{
	width:750px;
}


/**
 * Horizontal menu
 */
/* .mod_navigation .submenu { margin:-2px 0px 0px 8px; padding:0px; border-top:0px; } .mod_navigation .level_2 { padding-bottom:4px; border-bottom:0px; } .mod_navigation .level_2 li { padding:0px 0px 4px 0px; border-top:0px; } .mod_navigation .level_2 a, .mo */
.mod_navigation ul
{
	margin:0px;
	padding:0px;
}

.mod_navigation li
{
	width:93px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
}

.mod_navigation a,
.mod_navigation p
{
	font-weight:bold;
	font-size:11px;
	color:#ffffff;
}

.mod_navigation a
{
	height:41px;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#fff;
	background-image:url("tl_files/katrine/img/nav.gif");
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	color:#553;
	line-height:41px;
}

.mod_navigation a:hover
{
	background-color:#331;
	background-position:left bottom;
	text-decoration:none;
	color:#331;
}

.mod_navigation p
{
	height:41px;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#fff;
	background-image:url("tl_files/katrine/img/nav.gif");
	background-position:left bottom;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#553;
	line-height:41px;
}
