
	/* http://www.sovavsiti.cz/css/horizontal_menu.html */

    #maintabs {
      width: 100%;
      margin: 1em 0;
      padding: 0px 0.5em;
      background: #eee none;
      border-bottom: 1px #CCCCCC solid;
      
    }
    #maintabs ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    #maintabs li {
      margin: 0;
      padding: 0;
      float: left;
      border: 1px #CCCCCC solid;
      border-bottom: 0px;
    }

    #maintabs {
    	padding: 0;
      background: #fff none;
      
    }
    #maintabs li {
      height: 35px;
      margin-right: 0.5em;
      background: #eee none;
      text-align: center;
      overflow: hidden;
		-moz-border-radius-topleft :4px;
		-moz-border-radius-topright :4px;
		-webkit-border-top-left-radius:4px;
		-webkit-border-top-right-radius:4px;
    }
    
    #maintabs .l, #maintabs .r {
    	padding-left: 10px;
    }
    
    #maintabs a {
      height: 100%;
      display: inline-table;
      width: 100%;
      text-decoration: none;
      padding-top: 0.5em;
      	-moz-border-radius-topleft :4px;
		-moz-border-radius-topright :4px;
		-webkit-border-top-left-radius:4px;
		-webkit-border-top-right-radius:4px;
    
    }
    #maintabs a:hover {
    	background: #ff9 none;
    }