/* ######### Matt Black Strip Main Menu Bar CSS ######### */

#menu{
	position:relative;
	top:220px;
	width:948px;
	height:30px;
	background:url(fond_menu.jpg) top left no-repeat;
	padding-left:22px;
}

.horizontal ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #414141;*/
overflow: hidden;
width: 100%;
}

.horizontal li{
display: inline;
margin: 0;
text-align:center
}

.horizontal li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
/*padding: 6px 8px; padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
color: white;
/*background: #414141;*/
height:29px;
}

.horizontal li a:visited{
color: #FCF5C7;
}

.horizontal li a:hover{
/*background: black; background of tabs for hover state */
}

.horizontal a.selected{
/*background: black; background of tab with "selected" class assigned to its LI */
}

.horizontal li a span {
	display:none;	
}

li.bt1 a { width:122px; } 
li.bt2 a { width:207px; }
li.bt31 a { width:81px; }
li.bt32 a { width:153px; }
li.bt33 a { width:120px; }
li.bt34 a { width:120px; }
li.bt7 a { width:124px; }