#menu {
	width: 130px;
} 

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #666666;
}

#menu a {
	color: #000;
	text-decoration: none;
	background-image: url(../images/LeftNavMenu/navbutton-horizontal-light-background.gif);
	background-repeat: repeat;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#menu a, #menu h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;/* if required use em's for IE as it won't resize pixels */
	letter-spacing: 0em;
	background-image: url(../images/LeftNavMenu/navbutton-horizontal-light-background.gif);
	background-repeat: repeat;
} 

#menu a:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-image: url(../images/LeftNavMenu/navbutton-horizontal-dark-background.gif);
	background-repeat: repeat;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%;
}

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); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 

#menu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
#menu ul li a {
	height: 1%;
} 


#menu h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #666666;
	text-align: center;
	background-image: url(../images/LeftNavMenu/navbutton-horizontal-flat-background.gif);
	letter-spacing: 2pt;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: bold;
/* if required use em's for IE as it won't resize pixels */
}
</style>
<![endif]

