/*---- top navigation -- */
#navTop {
	position: absolute; 
	left: 150px; top: 0; 
	z-index: 3; width: 588px !important;
} 

/*---- top navigation -- */
#language { 
	text-align: right; 
	padding-top: 5px;	
	padding-right: 3px;
}

.alignRight{
    position: absolute;
	right: 0;
}
/* --- left navigation  --- */

/* --- level 1 ---*/
.leftNav1 td {
	font-size: 0.77em;
	font-weight: bold;
	color: #2d4920;
	vertical-align: top;
	padding-bottom:4px;
	padding-right:3px;
	padding-left:2px;
	line-height: 1.1;
	height:18px;
}
.leftNav1 a:link {
	font-size: 1em;
	color: #2d4920;
	text-decoration: none;
}
.leftNav1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.leftNav1 a:active {
	color: #ffffff;
	text-decoration: none;
}
.leftNav1 a:visited {
	color: #2d4920;
	text-decoration: none;
}
.leftNav1Active {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	padding-bottom: 4px;
	padding-right:3px;
	padding-left:2px;
	line-height: 1.1;
}
.leftNav1Active a {
	font-size: 0.77em;
	color: #ffffff;
	text-decoration: none;
}
.leftNav1Active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* --- level 2 --- */
.leftNav2 {
	font-size: 0.77em;
	font-weight: bold;
	color: #2d4920;
	vertical-align: top;
	line-height: 1.1;
	padding-left:2px;
}
.leftNav2 a:link{
	color: #2d4920;
	text-decoration: none;
}
.leftNav2 a:visited{
	color: #2d4920;
	text-decoration: none;
}
.leftNav2 a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.leftNav2 a:active{
	color: #ffffff;
	text-decoration: underline;
}
.leftNav2Active {
	font-size: 0.77em;
	font-weight: bold;
	color: #ffffff;
	vertical-align: top;
	line-height: 1.1;
	padding-left:2px;
}
.leftNav2Active a {
	color: #ffffff;
	text-decoration: none;
}
.leftNav2Active a:visited {
	color: #ffffff;
	text-decoration: none;
}


/* --- level 3 --- */
.leftNav3 {
	font-size: 0.70em;
	color: #2d4920;
	vertical-align: top;
	line-height: 1.1;
	padding-left:2px;
}
.leftNav3 a:link,a:visited{
	color: #2d4920;
	text-decoration: none;
}
.leftNav3 a:hover,a:active{
	color: #ffffff;
	text-decoration: underline;
}
.leftNav3Active {
	font-size: 0.70em;
	color: #ffffff;
	vertical-align: top;
	line-height: 1.1;
	padding-left:2px;
}
.leftNav3Active a {
	color: #ffffff;
	text-decoration: none;
}
.leftNav3Active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* --- level 4 --- */
.leftNav4 {
 font-size: 0.70em;
 color: #2d4920;
 vertical-align: top;
 line-height: 1.1;
 padding-left:2px;
}
.leftNav4 a:link,a:visited{
 color: #2d4920;
 text-decoration: none;
}
.leftNav4 a:hover,a:active{
 color: #ffffff;
 text-decoration: underline;
}
.leftNav4Active {
 font-size: 0.70em;
 color: #ffffff;
 vertical-align: top;
 line-height: 1.1;
 padding-left:2px;
}
.leftNav4Active a {
 color: #ffffff;
 text-decoration: none;
}
.leftNav4Active a:visited {
 color: #ffffff;
 text-decoration: none;
}

