﻿.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font-size: 10pt;
width: 100%;
overflow: hidden;
background: transparent url(blockdefault.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 5px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a.selected{
background: transparent url(menublu.png) center center repeat-x;
}


.solidblockmenu li a:hover{
color: white;
background: transparent url(blockactive.png) center center repeat-x;
}

/* ######### Matt Tabs Main Menu Bar CSS ######### */

.matttabs ul{
margin: 0;
padding: 0;
font-size: 8pt;
background: white;
overflow: hidden;
width: 100%;
}

.matttabs li{
display: inline;
margin: 0;
}

.matttabs li a{
float: right;
display: block;
color: #001700;
text-decoration: none;
padding: 3px 4px; /*padding inside each tab*/
}

.matttabs li a:visited{
color: #001700;
}

.matttabs li a:hover{
color: white;
background: transparent url(blockdefault.png) center center repeat-x; /*background of tabs for hover state */
}

.matttabs a.selected{
background: #400000; /*background of tab with "selected" class assigned to its LI */
}

/* ######### Matt Tabs Main Menu Bar CSS 	rosso ######### */

.matttabsrosso ul{
margin: 0;
padding: 0;
font-size: 8pt;
background: white;
overflow: hidden;
width: 100%;
}

.matttabsrosso li{
display: inline;
margin: 0;
}

.matttabsrosso li a{
float: right;
display: block;
text-decoration: none;
color: #400000;
padding: 3px 4px; /*padding inside each tab*/
}

.matttabsrosso li a:visited{
color: #400000;
}

.matttabsrosso li a:hover{
color: white;
background: transparent url(blockactive.png) center center repeat-x; /*background of tabs for hover state */
}

.matttabsrosso a.selected{
background: #400000; /*background of tab with "selected" class assigned to its LI */
}
