@charset "utf-8";


<style type="text/css">


    
.Button{
width: 75px;
font-size: 12px; /*font of menu text*/
}


.Button ul{
list-style-type:none;
margin: 0;
margin-left: 0px; /*offset of first tab relative to page left edge*/
padding: 0px;
}

.Button li{
float: left;
margin: 0;
padding: 0px;
}

.Button a{
float: left;
background: url(/GUIImages/black.jpg) no-repeat;
width: 75px;
margin: 0;
margin-right: 0px; /*Spacing between each tab*/
padding: 0px 0px 0px 0px;
text-decoration:none;

}

.Button a span{
float: none;

display:block;

padding: 3px 15px 25px 10px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
color: white;
font-family:Arial;

font-size: 11px;
/*font-weight:bold;*/


}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.Button a span {float:none;}
/* End IE5-Mac hack */


.Button .selected a{
background: url(/GUIImages/grey.jpg) no-repeat;
top: 0;
}

.Button .selected a span{
color: black;
font-weight:bold;
top: 0;
}

.Button a:hover{
background: url(/GUIImages/grey.jpg) no-repeat;
top: 0;
}

.Button a:hover span{
color: black;
top: 0;
}

</style>
