    
#functional-matrix-tabs{
width:100%;
font-size:90%;
line-height:normal;
overflow: hidden;
/*border-bottom: 1px solid #7e9fff; Add border strip to bottom of menu*/
}

#functional-matrix-tabs ul{
float:left;
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}


#functional-matrix-tabs li{
display:inline;
margin:0;
padding:0;
}

#functional-matrix-tabs li.heading{ float:left; margin-right:37px;  margin-top:10px; color:black; font-weight:bold; font-size:14px; padding:0; color:#333333;}

#functional-matrix-tabs a{
float:left;
background:url(../images/buttons/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 3px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#functional-matrix-tabs a span{
float:left;
display:block;
background:url(../images/buttons/glowtab.gif) no-repeat right top;
padding: 6px 20px 4px 10px;
font-weight:bold;
color:white;/*#3B3B3B;*/
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#functional-matrix-tabs a span {float:none;}
/* End IE5-Mac hack */

#functional-matrix-tabs a:hover span {
color:#CC3300
}

#functional-matrix-tabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
color:#CC3300;
}

#functional-matrix-tabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color:#CC3300
}

#functional-matrix-tabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#functional-matrix-tabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

