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

.mattblackmenu ul{
position:fixed;  /* ZIMO addition */
top:57px;  /* ZIMO addition was 65 */
margin:0px auto 0px auto; /* remove margins */
padding: 0;
/* font: bold 12px Verdana; */
font: italic 11pt Arial; /* topmenu font */
list-style-type: none;
/* border-bottom: 1px solid gray; */
/* background: #414141; */
/* border-bottom: 1px solid #365F91; topmenu bottom border ZIMO replace, was white */
background-color: transparent;  /* topmenu background colour ZIMO replace */
color: #365F91;  /* topmenu font colour ZIMO addition, was white */
overflow: hidden;
/* width: 100%; */
width: 990px;   /* ZIMO replace */
height: 20px;  /* ZIMO addition */
z-index:8;  /* ZIMO addition */
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none; 
font-weight: 600; /*  ZIMO addition */
margin: 0;

padding: 1px 8px; /* padding inside each tab*/

border-top: none; 
border-right: 1px solid white; 
border-bottom: 1px solid white;
border-left: none;

color: white; 
background-color: #365F91; /* background ZIMO replace */
}

.mattblackmenu li a:visited{
/* special styles for already visited menus */
}

.mattblackmenu li a:hover{
/* style for menu when hovering over it */
color:#365F91;  /* ZIMO addition */
background-color: white; /* dark-blue - background of tabs for hover state ZIMO replace */
border-bottom: 1px solid #365F91;
}

.mattblackmenu a.selected{
/* style for menu last selected */
color:red; /* ZIMO addition */
background-color: white; /* background of tab with "selected" class assigned to its LI - ZIMO replace*/
}
/* JOBS Button 'aktiv' schalten:
.mattblackmenu li:nth-child(10) a{
border-right: none; 
width: 42px;
background: url(../images/roterpfeil_blinkend.gif) no-repeat right #FFF;
color: #365f91;
}*/