#menu {
width: 100%;
background: transparent;
float: left;
margin: 0 3em;
}

#menu ul {
/* font: bold 11/16px arial, helvetica, sans-serif; */
list-style: none;
margin: 0;
padding: 0 0 0 0;
width: 8em;
float: left;
}

#menu a#realtop {
/* font: bold 14px arial, helvetica, sans-serif; */
text-align: center;
padding-right: 20px;
background-image: url(/images/top2.gif);
background-repeat: no-repeat;
height: 18px;
padding: 0 0 4 0;
}
#menu a#realtop:hover {
/* font: bold 14px arial, helvetica, sans-serif; */
background-image: url(/images/top2.gif);
background-repeat: no-repeat;
text-align: center;
height: 18px;
padding: 0 0 4 0;
}

#menu a#top {
font: bold 14px arial, helvetica, sans-serif;
text-align: center;
height: 18px;
background-image: url(/images/top2.gif);
background-repeat: no-repeat;
}

#menu a:hover#top {
font: bold 14px arial, helvetica, sans-serif;
background-image: url(/images/top2.gif);
background-repeat: no-repeat;
text-align: center;
height: 18px;
}

#menu a#opvul {
background-image: url(/images/opvul2.jpg);
background-repeat: no-repeat;
text-align: center;
height: 8px;
}


#menu a#mid {
background-image: url(/images/mid2.gif);
background-repeat: no-repeat;
text-align: center;
padding-right: 20px;
height: 12px;
}

#menu a#bot {
background-image: url(/images/bot2.gif);
background-repeat: no-repeat;
text-align: center;
}

#menu a {
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: 2px 3px;
text-decoration: none;
background: transparent;
color: #cd5c5c;
}

#menu a:hover {
color: blue;
background: transparent;
}

#menu li {
position: relative;
}

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

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

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

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

/* IE specials */
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}

#menu a, #menu h2 { font: bold 0.7em/1.4em arial, helvetica, sans-serif; }

