/**
 * Style sheet horizontal_menu
 */
div.mod_navigationMain
{
	width:777px;
	height:36px;
	top:-18px;
	position:relative;
	background-image:url("images/menu_end.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

div.mod_navigationMain ul
{
	margin:0px;
	padding:0px;
}

div.mod_navigationMain li
{
	width:96px;
	height:36px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
	list-style-type:none;
}

div.mod_navigationMain a,
div.mod_navigationMain p
{
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
}

div.mod_navigationMain a
{
	height:36px;
	display:block;
	margin:0px;
	padding:8px 0px 0px 0px;
	text-align:center;
	background-color:#000000;
	background-image:url("images/menu_item.gif");
	background-position:left top;
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
}

div.mod_navigationMain a:hover
{
	background-color:#54539d;
	background-image:url("images/menu_item_on.gif");
	background-position:left top;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#ffffff;
}

div.mod_navigationMain p
{
	height:36px;
	margin:0px;
	padding:8px 0px 0px 0px;
	text-align:center;
	background-color:#54539d;
	background-image:url("images/menu_item_on.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

a.invisible
{
	clear:both;
}
