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

.mattblackmenu ul{
margin: 0 auto;
width:844px;/*1021px;926px;888px;*/
padding: 0;
font: bold 14px Arial, Helvetica, sans-serif;
/*font: bold 12px	Verdana;*/
list-style-type: none;
border-bottom: 1px solid black;/* grey*/
/*background: #414141;*/
overflow: hidden;
/*width: 100%;*/
}

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

.mattblackmenu li a{
float: left;
display: block;
height:18px; /* Ich */
text-decoration: none;
/*margin: 0;*/
margin:97px 2px 0;
padding: 4px 12px 2px; /*padding inside each tab -- 6px 8px*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: black;/*white;*/
background: #AAB2C8 url(menufondo.gif) center center repeat-x;/*#414141;*/
}
.mattblackmenu li a#parabola {
	margin:0;
	width:57px;height:115px;
	background:url(parabola_inicio.gif) #AAB2C8;
	position:relative;
}
.mattblackmenu li a#parabola span {
	position:absolute;
	bottom:4px;
	left:26px;
	cursor:pointer;
}
.mattblackmenu li a#parabola:hover {
	margin-top:0;
	width:57px;height:115px;
	background:url(parabola_inicio_hover.gif) #E9E9E9;
}
.mattblackmenu li a#botonHD {
	margin-top:71px;
	width:101px;height:44px;
	background:url(botonHD.gif) #AAB2C8;
	position:relative;
}
.mattblackmenu li a#botonHD span {
	position:absolute;
	bottom:4px;
	cursor:pointer;
}
.mattblackmenu li a#botonHD:hover {
	background:url(botonHDhover.gif) #E9E9E9;
}
.mattblackmenu li a#obrero {
	margin:19px 0 0 2px;
	width:100px;height:96px;
	background:url(obrero.gif) #AAB2C8;
	position:relative;
}
.mattblackmenu li a#obrero span {
	position:absolute;
	bottom:4px;
}
.mattblackmenu li a#obrero:hover {
	background:url(obreroHover.gif) #E9E9E9;
}

.mattblackmenu li a:visited{
color: black;/*white;*/
}

.mattblackmenu li a:hover{
background: white url(menufondoover.gif) center center repeat-x;
}

.mattblackmenu a.selected{
background: #9A9A9A;
/*background of tab with "selected" class assigned to its LI */
}