#menu_quote {
width: 208px; /* set width of menu */
background: #668391;
} 

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

/* style, color and size links and headings to suit */
#menu_quote a, #menu h2 {
background-color: #668391;
	height: 15px;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 15px;
	display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu_quote h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu_quote a {
color: #FFFFFF;
background: #668391;
text-decoration: none;
}

#menu_quote a:hover {
	color: #CCCCCC;
	background: #668391;
}

#menu_quote li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu_quote ul ul ul {
	position: absolute;
	top: -20px;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

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

div#menu_quote ul ul li:hover ul,
div#menu_quote 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_quote ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu_quote ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu_quote a, #menu h2 {
font: 1em/1.4em Verdana, Arial, Helvetica, sans-serif; 
/*background-color: #001F31;
	height: 15px;
	width: 198px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: left;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	text-indent: 15px; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]
