/* text formating of the headerNavi */
#hd-navi a {
	color: #000;
	font-size: 100%;
	text-decoration: none;
}

/* text formating of the headerNavi (hover) */
#hd-navi a:hover {
	color: #333333;
	font-size: 100%;
	text-decoration: none;
}

/* fontsettings for the mainNavi */
.bc-c1 li a {
	text-decoration: none;
}

/* fontsettings for the mainNavi */
.bc-c1 li {
  list-style: none;
  height: 1.7em; /* 17px */
  font-size: 100%;
}	

/* START fontsetting mainNavi */
.ct-c1 a {
	color:#333333;
	font-size: 130%;
}

.ct-c1 a:hover {
	color:#ff9900;
}

.ct-c1 ul {
	list-style: none;
}

.ct-c1 ul li a {
  /*color: #333333;*/
  padding: 0.6em;
  padding-left: 2em;
  display: block;
  border-bottom: 1px solid #FFF;
  text-decoration: none;
}

.actNoSub a {
 font-weight: normal;
}

.actActSub a {
 font-weight: bold;
}

.actNo a,
.actAct a {

}

.actAct strong a {
  background-image: url(../images/cross.gif);
  background-repeat: no-repeat;
  background-position: left;
  color:#ff9900;
}

.actNo a:hover {
  font-weight: bold;
  background-image: url(../images/cross.gif);
  background-repeat: no-repeat;
  background-position: left;
}

.ct-c1 ul li {
  color: #333333;
}

.ct-c1 ul ul {
	font-size: 100%;
	margin: 0 0.1em 0.8em 0.8em;
}

* html .ct-c1 ul li a {
	height:1%;
}

.ct-c1 ul ul {
	margin: 0;
	padding: 0;	
}
	
.ct-c1 ul ul li a {
	color: #333333;
	font-size: 110%;
	padding-left: 3em;
	 background-image: url(../images/blank.gif);
}
	
.ct-c1 ul ul li a:hover {
	color: #333333;
	font-size: 110%;
	padding-left: 3em;
	font-weight: bold;
	 background-image: url(../images/blank.gif);
}

.ct-c1 ul ul ul li a {
  padding-left: 4em;
  font-weight: normal;
}

.ct-c1 ul ul ul li a:hover {
  padding-left: 4em;
  font-weight: bold;
}

.actNoSub3 a  {
  font-weight: normal;
}

.ct-c1 ul ul ul li.actActSub3 a {
 font-weight: bold;
}

/* necessary for IE6 and IE5.5 */
.ct-c1 strong {
 display: block;
}
/* END fontsetting mainNavi */