﻿#menu {
width:100%;
text-align:center;
background-color:#DBC68F!important;
height:35px!important;

}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 9.68em;*/
width:87px;
float: left;
color:#DBC68F!important;
background-color:#DBC68F!important;

}

#menu a, #menu h2 {color: #FFFFFF;
font: bold 10px/8px Trebuchet ms, Arial, Verdana, sans-serif;
display: block;
text-transform:uppercase;
margin:0!important;
padding:10px 0 1px 2px!important;
color:#fff!important;
height:23px!important;
background-image:url('/Template Files/NavBackground.gif')!important;
background-repeat:repeat-x;

}

#menu a:hover, #menu h2 {
font: bold 10px/8px Trebuchet ms, Arial, Verdana, sans-serif;
display: block;
border-right:1px solid #DBC68F!important;
border-left:0!important;
border-top:0!important;
border-bottom:0!important;
margin: 0;
/*padding:2px;*/
color:#fff!important;
}


#menu h2 {
background:#DBC68F;
/*background-image:url('/Template Files/NavigationBackground.jpg')!important;
background-repeat:repeat-x!important;*/
/*padding-top:5px;*/
}

#menu a {
color: #000;
background:transparent!important;
text-decoration: none;
color:#ffffff;

}

#menu a:hover, #menu a#selected {
background:transparent!important;
color:#D9ECE1!important;
border:none!important;
}

#menu li {
position: relative;
background-color:#003333!important;
}

#menu ul ul {
position: absolute;
left: 0;
width: 14em;
border-bottom:1px white solid;
border-left:1px white solid;
border-right:1px white solid;
border-top:1px #fff solid;
text-align: left;
z-index: 500;
}

#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;}