/* CSS Document */

.button {
font-family:Tahoma;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
}
.tabs {
background-image: url('../images/tab_bg.gif'); 
background-repeat: repeat-x; 
background-attachment: scroll; 
background-position: center top;
}
.tabs_over {
background-image: url('../images/tab_over.gif'); 
background-repeat: repeat-x; 
background-attachment: scroll; 
background-position: center top;
}