#menu {
width: 756px;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 126px;
float: left;
}
#menu a {
font: bold 11px Verdana;
display: block;
margin: 0;
padding: 2px;
}
#menu h2 {
font: bold 11px Verdana;
text-transform: uppercase;
margin: 0;
text-align:center;
}
#menu a {
color: white;
background: #276ee3;
text-decoration: none;
}
#menu a:hover {
color: #330066;
background: #fec424;
}
#menu a.main {
color:yellow;
}
#menu a.main:hover {
color:#330066;
}
#menu li {
position: relative;
}
#menu ul ul {
width:14em;
position: absolute;
z-index: 500;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width:14em;
}
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;
}
#menu a.daddy {
background: url(/images/arrow.gif) center right no-repeat;
background-color:#276ee3;
}
#menu a.daddy:hover {
background: url(/images/arrow1.gif) center right no-repeat;
background-color:#fec424;
}