#menu{
width:1000px;
float:left;
background-color:#D1BD56;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
float:left;
width:7.3em;
line-height:1.25em;
}
#menu li {
position:relative;
}
#menu ul ul {
position:absolute;
z-index:500;
top:auto;
display:none;
width:150px;
}
#menu ul ul ul {
top:0;
left:100%;
z-index:500;
width:150px;
}


/* Styling for Top Level Menu Items */
/*  font:bold 11px/16px arial,helvetica,sans-serif; */
/* old border color: #9C8870 */
#menu a {
font-weight:bold;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
display:block;
border-width:1px 1px 1px 0;
border-style:solid;
border-color:#857836 #666666 #857836 #666666;
white-space:nowrap;
margin:0;
padding:1px 1px 0 4px;
}

#menu a {
text-decoration:none;
}
#menu a, #menu a:visited {
color:#000000;
background:#D1BD56;
}
#menu a:hover {
color:#ffffff;
background:#857836;
}
#menu a:active {
color:#ffffff;
background:#857836;
}
/* End Styling for Top Level Menu Items */


/* Styling for Top Level Menu Items that Expand */
#menu a.x {
text-decoration:none;
}
#menu a.x:link, #menu a.x:visited{
color:#000000;
background: #D1BD56 url(/images/tridown.gif) no-repeat; background-position:right;
}
#menu a.x:hover{
color:#ffffff;
background:#857836;
}
#menu a.x:active{
color:#ffffff;
background:#857836;
}

/* Styling for 2nd Level Menu Items */
#menu a.level2 {
border-color:#666666;
border-width:0 1px 1px 1px;
font-weight:bold;
text-decoration:none;
}
#menu a.level2:link, #menu a.level2:visited {
color:#000000;
background:#D1BD56;
/*background:#BDB4AA;*/
}
#menu a.level2:hover {
color:#ffffff;
background:#857836;
}
#menu a.level2:active {
color:#ffffff;
background:#857836;
}
/* End Styling for 2nd Level Menu Items */

/* Styling for 3rd Level Menu Items */
#menu a.level3 {
border-color:#666666;
border-width:1px 1px 1px 0;
font-weight:bold;
text-decoration:none;
}
#menu a.level3:link, #menu a.level3:visited {
color:#000000;
background:#D1BD56;
}
#menu a.level3:hover {
color:#ffffff;
background:#857836;
}
#menu a.level3:active {
color:#ffffff;
background:#857836;
}
/* End Styling for 3rd Level Menu Items */


/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu li:hover{
cursor:pointer;
z-index:100;
}

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

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}
/* End of non-anchor hover selectors */

/* End CSS Popout Menu */

