@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	margin: 0;
	background-color: #676566;
	text-align: left;
}
	
a {font-size: 1em;}
a:link    {color:#CC6600;}
a:visited {color:#CC6600;}
a:hover   {color:#CC6600;}
a:active  {color:#CC6600;}
span      {font-size: .75em;}

<!--[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%;
	border-bottom: 1px solid #ed9f9f;
}
#menu ul li a {
	height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
	font: bold 0.75em/1.4em arial, helvetica, sans-serif; 
	/* if required use em's for IE as it won't resize pixels */
} 
</style>

<![endif]-->

#menu {
	width: 12.5em /* set width of menu */
	background: #C35210;
} 

#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 {
	font: bold 1em/1.5em arial, helvetica, sans-serif;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: .75em solid #D87943;
	border-right: 1px solid #D87943;
	color: #fff;
	margin: 0;
	background: #c35210;
	text-decoration: none;
}

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

#menu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
	border-bottom: 1px solid #ed9f9f;
} 

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