#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 124px;
float: left;
z-index: 500;
}

#menu ul.last {
list-style: none;
margin: 0;
padding: 0;
width: 126px;
float: left;
z-index: 500;
}

#menu ul.colon {
list-style: none;
width: 5px;
float: left;
text-align: center;
font: bold 11px/10px arial, helvetica, sans-serif;
padding: 10px 0px 0px 0px;

}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 7px 0px 7px 0px;
text-align: center;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
/* color: #a00; */
background: #c4c2c2;
}

#menu a.first {
color: #000;
background: #efefef url(../images/tl.gif) 0 0 no-repeat; height:100%; width: 100%;
text-decoration: none;
}

#menu a.first:hover {
background: #c4c2c2 url(../images/tl.gif) 0 0 no-repeat; height:100%; width: 100%;
}

#menu a.last {
color: #000;
background: #efefef url(../images/tr.gif) 100% 0 no-repeat;
text-decoration: none;
}

#menu a.last:hover {
background: #c4c2c2 url(../images/tr.gif) 100% 0 no-repeat;
}

#menu li {position: relative;
z-index: 500;}


#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}