@charset "utf-8";
/* CSS Document */

#nav{
	margin: 0px;
	text-align:center;
	border:0px solid red;
	height:19px;;	
}


/* IE 6 und niedriger */
* html #nav {
		margin-left: 0px;
}
*+html #nav {
		margin-left: 0px;
}


#nav ul {
   list-style-type: none;
   margin:	0;
   padding:	0;

}

#nav li {
   margin: 0px;
   float: left;
   text-align: center;
  
}

#nav a {
   text-decoration: none;
   display: block;
   padding: 2px 27px;
   font-size:12px;
   color:#FFF;
   height:19px;

}

/* IE 6 und niedriger */
* html #nav li a {
	   width:40px;
}



#nav li a:hover {
   color: #ffffff;
   background-image:url(../images/nav-hover-bg.png);
   background-repeat:repeat-x;


}

.active_menu{
   color: #ffffff;
   background-image:url(../images/nav-hover-bg.png);
   background-repeat:repeat-x;
	
}




/*********************************************/

#nav_top{
	margin: 0px;
	text-align:center;
	border:0px solid red;
	height:19px;;	
}


/* IE 6 und niedriger */
* html #nav_top {
		margin-left: 0px;
}
*+html #nav_top {
		margin-left: 0px;
}


#nav_top ul {
   list-style-type: none;
   margin:	0;
   padding:	0;

}

#nav_top li {
   margin: 0px;
   float: left;
   text-align: center;
  
}

#nav_top a {
   text-decoration: none;
   display: block;
   padding: 0px 10px;
   font-size:12px;
   color:#FFF;
   height:19px;

}

/* IE 6 und niedriger */
* html #nav_top li a {
	   width:40px;
}

#nav_top li a:hover {
   color: #cfcfcf;
}
.nav_active {
	color: #cfcfcf;
}





