/*
#header #navbar_id {
float:left;
margin:0.4em 0.3em 0 0;
}


#header #navbar_id {
position:relative;
top: 10px;
left: 0px;
}
*/


#navbar_id table {
margin: 0px;
padding: 0px;
border-style: none;
border-width: 0px;
border-spacing: 0px; /*Only works in Firefox */
border-collapse: collapse;    /*Works in Firefox and IE */
}


#navbar_id a {
outline: none;/* get rid of dotted borders in FireFox */
text-indent: -5000px ;/* this move the text outside of the screen area */
display:block;
width:120px;
height:35px;
}

/*
#navbar_id .b07 a {
width:60px;
}
*/

#navbar_id a:hover {
background-position: 0 -35px;
}

#navbar_id a:active {
background-position: 0 -70px;
}

#current {
background-position: 0 -70px;
}