/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Modified 2009 - geomatics.ch
  -----------------------------------
*/






#MenuText ul {
	margin: 0 auto;
	padding: 0 0 0px 0;
	background-color: none;
	background-image: url(../img/top.gif);
	width: 800px;
	height: 36px;
	font-size: .9em;
	
	
}
#MenuText li {
	
	list-style-type: none;
	display: inline;
}
#MenuText li a {
	float: right;
	height: 30px;
	background-color: white;
	color: #666666;
	margin: 0px;
	padding: .2em 15px;
	text-decoration: none;
	line-height: 1.2em;
	border-right: 1px solid #00cc00;
	
	
}

#MenuText li a:focus,
#MenuText li a:active, 
#MenuText li a:current {
 	color: black !important;
	
	background-color: white !important;
}



#MenuText li a:hover {
	color: black !important;
	/*background-color: #cccccc !important;*/
	font-weight: normal;
}

#currentmenu a {
	color: black  !important;
	/*background-color: #00cc00 !important;*/
	
}


#currentmain li a:focus {
	color: black  !important;
	background-color: #00cc00 !important;
	
}

