﻿ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 13em;
	color: #CAAA72;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	position: relative;
	color: #caaa72;
}
ul ul ul  {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	display: none;
	color: #CAAA72;
}
ul li a {
	background-color: #00002d;
	color: #caaa72;
	text-decoration: none;
	display: block;
	position: relative;
}
li {
	background: #00002d;
	position: relative;
	color: #CAAA72;
}
ul ul li:hover ul {
	background: #00002d;
	display: block;
	color: #FFFFFF;
}
ul ul li:hover ul ul {
	background: #00002d;
	display: none;
	color: #FFFFFF;
}
ul li a:hover {
	background-color: #00002d;
	color: #FFFFFF;
}
ul li ul li a:hover {
	background: #00002d;
	color: #FFFFFF;
}
ul li:hover ul {
	background: #00002d;
	visibility: visible;
	color: #FFFFFF;
}
ul li ul {
	visibility: hidden;
}
ul ul ul li:hover ul {
	background: #00002d;
	display: block;
	color: #FFFFFF;
}
ul li:hover {
	color: #FFFFFF;
	background: #00002d;
}
a:hover {
	color: #FFFFFF;
	background-color: #00002d;
}
menu {
	width: 12em;
	background-color: #00002d;
}
ul ul  {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 23em;
}
a {
}
<!--[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%; /* make links honour display: block; properly */
} 

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