/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#textoppal a
{
color: #ffffff;
font: bold 10px Verdana;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 2px solid #08338f; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font: bold 10px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #FFffff;
background: #878785; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
font: bold 10px Verdana;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	font: bold 10px Verdana;
background: #08338f; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #FFFFFF;
}
