

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
padding-left:120px;
padding-top:20px;
overflow: hidden;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: normal 11px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
color: white;
background: #000000; /*background of tabs (default state)*/
border-bottom:none;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #E2006B; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/*menu3 */

.menu33{
width: 100%;
overflow: hidden;
padding-left:120px;
padding-top:3px;
}

.menu33 ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: normal 11px Verdana;
list-style-type: none;
}

.menu33 li{
display: inline;
margin: 0;
}

.menu33 li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-bottom:none;
color: white;
background: #E1006A; /*background of tabs (default state)*/
}

.menu33 li a:visited{
color: white;
}

.menu33 li a:hover, .menu33 li.selected a{
background: #000000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}