.menu {
float:left;
margin-top:112px;
width:800px;
height:50px;
background:#0e0d10 url(../images/menubg.gif) repeat-x left 12px;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:12px 0 0 0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
height:26px;
float:left;
position:relative;
z-index:100;
line-height:100%;
}

.menu li li {
background:#0e0d10;
}

#home .menu li.home a,
#about .menu li.about a,
#services .menu li.services a,
#decking .menu li.decking a,
#strips .menu li.strips a,
#slip .menu li.slip a,
#railway .menu li.railway a,
#clients .menu li.clients a,
#contact .menu li.contact a {
color:#EDD53E;
}

#home .menu li.home a:hover,
#about .menu li.about a:hover,
#services .menu li.services a:hover,
#decking .menu li.decking a:hover,
#strips .menu li.strips a:hover,
#slip .menu li.slip a:hover,
#railway .menu li.railway a:hover,
#clients .menu li.clients a:hover,
#contact .menu li.contact a:hover {
color:#FFF;
}

.menu li a:hover {
color:#EDD53E;
}

/* use the table to position the dropdown list */
.menu table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
padding:9px 5px 8px;
color:#fff;
text-decoration:none;
text-align:left;
}

.menu a.first {
padding:9px 10px 8px 12px;
}

/* style the links hover */
.menu :hover {
color:#fff;
}

/* hide the sub level links */
.menu ul ul {
border-top:none;
visibility:hidden;
position:absolute;
width:149px;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu ul ul#about-list li {
width:100px;
}

.menu ul ul#management-list li {
width:153px;
}

.menu ul ul#search-list li {
width:132px;
}


