#arrow-tabs {
float:left;
width:auto;
padding: 0px 0 0 0px;
height:27px;
/*position: relative;
z-index: 1; */
}

#arrow-tabs ul {
margin:0;
padding:0;
list-style-type:none;
}

#arrow-tabs li{
margin:0 0 0 0px;
padding:0;
float:left;
display: inline;
}

#arrow-tabs li a{
float: left; width:500px; height: 0; padding-top: 27px; overflow: hidden; background:url(../images/arrow-tabs-all-01.gif) no-repeat;
}



/* BUTTONS */
#arrow-tabs li#menu-1 a { background-position: -0 0px; width:162px; }
#arrow-tabs li#menu-2 a { background-position:  -162px 0px; width:163px; }


/* OVER STATES */

#arrow-tabs li#menu-1 a:hover { background-position: -0 -27px; width:162px; }
#arrow-tabs li#menu-2 a:hover { background-position:  -162px -27px; width:163px; }

/* active STATES */

#arrow-tabs li#menu-1 a.active-arrow { background-position: -0 -27px; width:162px; }
#arrow-tabs li#menu-2 a.active-arrow { background-position:  -162px -27px; width:163px; }

