/**
 * Style sheet 6-nav
 */
#header .mod_customnav
{
	height:30px;
	background-color:#7d0a29;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	line-height:30px;
	text-transform: uppercase;
}

#header .mod_customnav li
{
	display:inline;
	margin:0px;
	padding:0px 10px 0px 0px;
	list-style-type:none;
}

#header .mod_customnav ul
{
	margin:0px;
	padding:0px 0px 0px 35px;
}

#header .mod_customnav a
{
	text-decoration:none;
	color:#fff;
}

#header .mod_customnav a:hover
{
	text-decoration:underline;
}

#header .top_nav_left
{
	float:left;
}

#header .top_nav_right
{
	float:right;
	font-size:10px;
}

#header .mod_navigationSub
{
	height:26px;
	clear:both;
	background-color:#fff;
	background-image:url("tl_files/structure/header_subsearch.gif");
	background-position:left top;
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:12px;
	line-height:26px;
}

#header .mod_navigationSub li
{
	display:inline;
	margin:0px;
	padding:0px 7px 0px 0px;
	list-style-type:none;
}

#header .mod_navigationSub ul
{
	margin:0px;
	padding:0px 0px 0px 35px;
}

#header .mod_navigationSub a
{
	text-decoration:none;
	color:#000;
}

#header .mod_navigationSub a:hover
{
	text-decoration:underline;
	color:#000;
}
