﻿#menu {
width: 846px;
background-image:url('/Template Files/NavigationBackground.jpg');
background-repeat:no-repeat;
background-color:transparent;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 10.7em;
float: left;
}

#menu a, #menu h2 {
font: bold 12px/16px verdana, helvetica, sans-serif;
display: block;
margin: 0;
padding: 1px 1px;

}

#menu h2 {
color:#AA0000;
/*background: #fff;*/

}

#menu a {
color:#AA0000;
text-decoration: none;
white-space:nowrap;
}

#menu a:hover, #menu a#selected {
/*color: #a00;*/
color: #000;

}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
left: 0;
width: 20em;
text-align: left;
z-index: 500;
white-space:nowrap;
background:#E0D4C8;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;

}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}