* {
border:none;
margin:0;
padding:0;
}

#menu {
width:100%;
float:left;
padding-left:2px;
}

#menu a {
font-family: verdana, arial, sans-serif;
font-size: 9px;
font-weight: bold;
display:block;
white-space:nowrap;
background:#000;
text-decoration:none;
margin: 0;
padding: 15px 0 4px 0;
text-align: center;
background-color: #000000;
border-right: 1px dashed #666666;
}

#menu h2 {
color:#fff;
background:#ccc;
}

#menu a,#menu a:visited {
color:#999;
}

#menu a:hover {
color: #74a893;
background-color: #d1e3db;
}

#menu ul {
list-style:none;
float:left;
width:7.77em;
margin:0;
padding:0;
}

#menu li {
position:relative;
}

#menu ul ul {
position:absolute;
z-index:500;
top:auto;
display:none;
}

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

div#menu h2:hover {
background:#000;
}

div#menu li:hover {
cursor:pointer;
z-index:100;
}

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

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

#menu a.depth_3,#menu a.depth_3:visited {
position:relative;
top:10px;
font-weight:700;
color:#000;
background:#eee;
}

#menu a.depth_3:hover {
color:#00f;
background:#888;
}

#menu a:active,#menu a.depth_3:active {
color:#060;
background:#ccc;
}
