/*- Menu Tabs--------------------------- */
    #tabs {
	font-size: 8pt;
	background-color: transparent;
	font-weight: normal;
	text-align: right;
	float: right;
	width: 480px;
	padding-top: 65px;
}
#tabs ul {
	margin: 0;
	padding: 0px 0px 0px 60px;
	list-style: none;
}
    #tabs li {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: right;
}
#tabs a {
    float: left;
    margin: 0;
    padding: 0px 0px 0px 7px;
    text-decoration: none;
    background-image: url(images/tab-levi.png);
    background-repeat: no-repeat;
    background-position: left top;
}
#tabs a span {
    float: left;
    display: block;
    margin: 0;
    padding: 5px 12px 6px 2px;
    color: #666;
    font-size: 8pt;
    background-image: url(images/tab-desni.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 12px;
}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#000;
      }
    #tabs a:hover {
      background-position:0% -23px;
      }
    #tabs a:hover span {
      background-position:100% -23px;
      }

        #tabs #current a {
                background-position:0% -23px;
        }
        #tabs #current a span {
                background-position:100% -23px;
        }

