/* css Arthe Civil & Structure default menu style v1.0 */

/* menu elements */

#menu {
width:700px;
background: white;
float: none;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 140px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: white;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #c9d4e5;
background: #245282;
text-transform: uppercase;
text-align: center;
}

#menu a {
color: #245282;
background: #c9d4e5;
text-decoration: none;
}

#menu a:hover {
color: #7c97b4;
background: #fff;
}

#menu li {
position: relative;
list-style: none
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul {
display: none;
}

div#menu ul li:hover ul
{display: block;}

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;}

body {
behavior: url(csshover.htc);
}