/* CSS Document */


/*---working example of the leftcolumns system from tanfa - used with thanks ---*/
#leftcolumn {
width: 100%;
background: #e2fac0;
}

#leftcolumn ul {
list-style: none;
margin: 0;
padding: 0;
}

#leftcolumn a, #leftcolumn h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #cccccc #888888 #555555 #bbbbbb;
margin: 0;
padding: 2px 3px;
}

#leftcolumn h2 {
color: #ffffff;
background: #000000;
text-transform: uppercase;
}

#leftcolumn a {
color: #008200;
background: #ffffff;
text-decoration: none;
}

#leftcolumn a:hover {
color: #ffffff;
background: #008200;
}

#leftcolumn li {position: relative;}

#leftcolumn ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#leftcolumn ul ul ul,
div#leftcolumn ul ul li:hover ul ul
{display: none;}

div#leftcolumn ul ul li:hover ul,
div#leftcolumn ul ul ul li:hover ul
{display: block;}