/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
width:100%;

margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 0px solid gray;
/*background: #425680;*/
/*background: url(http://www.chalet-valais.ch/images/banenvers.gif) repeat-x center; */
overflow: hidden;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #;
/*background: url(http://www.chalet-valais.ch/images/fond_boxe_general.gif) repeat-x center; */
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: #C5D5EC; /*background of tabs for hover state */
color: #425680;
text-decoration: none;
}

.mattblackmenu a.selected{
background: #C5D5EC; /*background of tab with "selected" class assigned to its LI */
color: #425680;
text-decoration: none;
}