/****************
LEFT NAVIGATION
****************/

#menu {
position: absolute;
float: left;
width: 188px;
margin: 10px 0 0 0;
padding: 0;
text-align: left;
font-size: 1.6em;
z-index: 1;
}

#menu ul.noimage {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
}

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

/* style, color and size links and headings to suit */
#menu a {
display: block;
border-bottom: 1px solid #3c3c3c;
margin: 0;
padding: 7px 20px;
font-family: Georgia, Arial;
}

#menu a {
color: #fff;
text-decoration: none;
font-family: Georgia, Arial;
font-size: 16px;
}

#menu a:hover {
color: #000;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
background-image: url(../img/bg/bg_left_nav.jpg);
z-index: 1;
} 

#menu li:hover {
/* make the list elements a containing block for the nested lists */
position: relative;
background-image: url(../img/bg/bg_left_nav_over.jpg);
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing 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;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 14px;
} 
#menu ul li {
float: left;
width: 100%;
z-index: 1;
}
#menu ul li a {
height: 1%;
} 

#menu a, #menu h2 {
font: 0.5em/1em Georgia, Arial;
} 
</style>
<![endif]-->