/* css InfraDelft default menu style v1.0 */

/* menu elements */

#menu {
width:900px;
float: none;
}

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

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: none;
border-style: none;
border-color: none;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #FFFFFF;
text-transform: none;
text-align: center;
}

#menu a {
color: #CC0000;
background: #D8DCE5;
text-decoration: none;
}

#menu a:hover {
color: #CC0000;
background: #AA9288;
}

#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);
}

}

.points {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000066; text-decoration: none; list-style-position: outside; list-style-type: circle
}

