/* CSS Document */
#topMenuArea {
width:800px;
height:25px;
}

#topMenu {
      float:right;
	  text-align:center;
      width:800px;
	  height:24px;
      /*background:#000000;
	  background-image:url(img/tableftE.gif);*/
      font-size:93%;
      line-height:normal;
      }
    #topMenu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
      }
    #topMenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topMenu a {
      float:left;
      background:url("../grafik/tabLeft.gif") no-repeat left top;
      margin:0;
      padding:0px 0px 0px 4px;
      text-decoration:none;
      }
    #topMenu a span {
      float:left;
      display:block;
      background:url("../grafik/tabRight.gif") no-repeat right top;
      padding:3px 15px 4px 6px;
	  font-family:Arial, Verdana, Helvetica, sans-serif;
	  font-size:12px;
	  font-weight:bold;
      color:#FFF;
	  cursor:pointer;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    
	#topMenu li .link {
	background-position:0% 0px;
	}
	
	#topMenu li .link span {
	background-position:100% 0px;
	}
	
	#topMenu li .link:hover {
	background-position:0% -42px;
	}
	
	#topMenu li .link:hover span{
	background-position:100% -42px;
	color:#666666;
	}
	
	#topMenu li .active {
	background-position:0% -42px;
	}
	
	#topMenu li .active span {
	background-position:100% -42px;
	color:#666666;
	}	
		
	/*#menu a:hover {
	background-position:0% -42px;
	}
	
	#menu a:hover span {
	background-position:100% -42px;
	color:#666666;
	}*/
