/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2010 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* NAVIGATION ------------------------------------------------------------------ */


/* Main Menu ------------------------------------------------------------------- */
div#navigation ul.level0 {
	margin: 0;
	padding-top: 5px;
}
div#navigation ul.level0 ul {
	margin: 0;
	padding: 0 0px 0 0px;
	background: transparent;
}
div#navigation ul.level0 li {
	float: left;
	margin: 0 0px 0 0;
	padding: 0 15px 0 0px;
	/*list-style-type:circle;
	list-style-position:outside;*/
	background: transparent;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
div#navigation ul.level0 li ul.level1 li.sort-0 {
	display: block;
}
div#navigation ul.level0 li.current ul li {
	display: block;
	background: transparent;
}
div#navigation ul.level0 li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 3px 0;
}
div#navigation ul.level0 li a:hover {
	text-decoration: none;
}
div#navigation ul.level0 li.current a {
	text-decoration: none;
	background: transparent none;
}


/* 2nd navigation level */
div#navigation ul.level0 li ul.level1 {
	margin: -2px 0 0 0;
	padding: 0 0 7px 0;
}
div#navigation ul.level0 li ul li {
	border: none;
	margin: 0;
	padding: 0;
}
div#navigation ul.level0 li.current ul li a {
	font-weight: normal;
	text-transform: none;
	background: none;
	padding: 0;
	font-size: 11px;
}
div#navigation ul.level0 li.current ul li a:hover {
	text-decoration: underline;
}
div#navigation ul.level0 li.current ul li.current a {
	font-weight: bold;
}

/* 3th navigation level */
div#navigation ul.level0 li.current ul.level1 li.current ul.level2 {
	margin: 0 0 0 10px;
	padding: 0;
}
div#navigation ul.level0 li.current ul.level1 li.current ul.level2 li a {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div#navigation ul.level0 li.current ul.level1 li.current ul.level2 li.current a {
	font-weight: bold;
}


/* Metanavigation -------------------------------------------------------------- */
div#metanavigation ul {
  margin: 0;
  padding: 0;
}
div#metanavigation li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
div#metanavigation a {
  color: #000;
  font-size: 11px;
  font-weight: normal;
  padding: 0 0 0 7px;
  text-decoration: none;
  text-transform: uppercase;
}
div#metanavigation a:hover {
  text-decoration: underline;
}
div#metanavigation li.current a {
  font-weight: bold;
}
div#metanavigation li.current a:hover {
  text-decoration: none;
}


/* Language navigation --------------------------------------------------------- */
div#header div.portlet {
	text-align: right;
	margin: 0;
	padding: 0;
}
div#header div#portlet_language_switcher h1 {
	display: none;
}
div#header div#portlet_language_switcher .content {
	padding: 0;
	margin: 0;
	background: transparent;
}
div#header div#portlet_language_switcher a {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	display: inline;
	margin: 0 0 0 3px;
	padding: 0;
}
div#header div#portlet_language_switcher a.current {
	font-weight: bold;
}