/* CSS Document - MAIN MENU */

#menu-bg-colour-holder {
position: absolute;
top: 134px;
margin: auto;
}

#menu-background-colour {
position: absolute;
left: 858px;
background-color: #b9d0ff;
height: 25px;
width: 42px;
}

#mainmenu {
margin: 0;
position: absolute;
top: 134px;
padding: 0;
z-index: 10;
}
#mainmenu li {
list-style-type: none;
float: left;
}
#mainmenu li a {
display: block;
margin: 0 1px 0 0;
background-color: #b9d0ff;
color: #000;
text-decoration: none;
padding: 5px 10px;
}
#mainmenu li a:hover {
background-color: #069;
color: #6ff;
}
#mainmenu div {
visibility: hidden;
border: 1px solid #0099FF;
position: absolute;
}

#m8 {
margin: 0 0 0 -172px; /* These are used to move the last two sub-menus to the left. This one is the Articles sub-menu. */
}
#m7 {
margin: 0 0 0 -159px; /* These are used to move the last two sub-menus to the left. This one is the Manuals sub-menu. */
}

#mainmenu div a {
background-color: #eaebd8;
color: #0000FF;
width: auto;
white-space: nowrap;
}
#mainmenu div a:hover {
background-color: #006699;
color: #6ff;
}
