body{font-size:100%;}

#menu {
width: 160px;
background: #D6F0F1;
text-align:right;
border-top:1px solid #333;
border-bottom:2px solid #333;
position: relative; top: 20px; left: 40px;
z-index:1;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-top: 1px solid #333;
border-bottom:1px solid #333;
border-left: 2px solid #333;
border-right: 2px solid #333;
margin: 0;
padding: 4px 3px;
}

#menu h2 {
color: #333;
background: #D5E5E5;
text-transform: uppercase;
}

#menu a {
color: #333;
background: #D5E5E5;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu ul ul {
position: absolute;
top: 0;
left: 0;
z-index: 100;
}


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

div#menu ul ul ul 
{display: none;}

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

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

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

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

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



/*FIXES FOR MENU WHITE SPACE IN IE*/

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

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
}

.block {display: block !important}
.none {display: none;}
#menu ul ul li {position: relative; z-index: 5;}