#showcase {background:#ffffff;}
dl.menus_list dt {background:#6f9c6f; font-size:1.5em; margin:3px 0;}
#foot {background:#8fbc8f;}
dl.menus_list dd.nil {padding:0; margin:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/magic_menu_six.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Set up the containing div with a background image */
#outer {width:778px; height:35px; background:#B08519; margin-left:5px; border:0px none #000; position:relative;}

/* Style the surrounding 'decoration' for this demo only. This is not required for the menu function */
#outer .pad1 {width:40px; height:24px; background:#c9bbae; float:left; margin-top:2px; margin-right:2px; border:1px solid #000; border-width:1px 1px 1px 0;}
#outer .pad2 {width:40px; height:24px; background:#c9bbae; float:left; margin-top:2px; margin-bottom:2px; border:1px solid #000; border-width:1px 0 1px 1px;}
#outer .topline {width:778px; height:3px; border-bottom:1px solid #000; background:#c9bbae; font-size:1px;}
#outer .botline {clear:both; width:778px; height:3px; border-bottom:1px solid #000; border-top:1px solid #000; background:#c9bbae; font-size:1px;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0;}

/* for IE7 to position the tables correctly */
.menu {position:relative}

/* for IE5.5 and IE6 to position the tables corectly */
* html .menu {position:static;}

/* Set up the size of the list items and float left to place inline */
.menu li {float:left; background:#e5ded8; width:125px; height:24px; margin:2px 2px 0 0; border:1px solid #000; line-height:24px;}

/* Give the sub level list item a diffent background color to make it 'stand out'. */
.menu li.sub {background:#c9bbae;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; font-size:1em;}

/* Default link styling */
.menu li a {display:block; color:#433; font-family:arial, sans-serif; font-size:12px; line-height:24px; width:125px; text-decoration:none; text-align:center;}

/* Style the list OR link hover. Depends on which browser is used */
.menu :hover {color:#fff;background:#b9aa93;}

/* Give the link OR list a relative position. Depends on which browser is used */
.menu li.sub:hover,
.menu li.sub a:hover {position:relative;}

/* For all browsers except IE5.5 and IE6 to keep the hover state through the menu cascade. */
.menu li:hover > a {color:#fff; background:#b9aa93;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul ul.left {position:absolute;left:-9999px; width:128px;}

/* Position the drop-down first sub level beneath the top level list item when hovering over the top level list OR link. The transparent image is for IE7 to render this correctly. The image does not have to exist :) */
.menu :hover ul{left:-1px; top:24px; background:transparent url(transparent.gif); padding-top:2px; }

/* Position the flyout sub levels to the right or left when hovering over the sub level list OR link. */
.menu :hover ul :hover ul {padding:9px 3px;left:100px;top:0;}
.menu :hover ul :hover ul.left {left:-106px;}
.menu :hover ul :hover ul :hover ul {padding:9px 3px;left:100px;top:0;}
.menu :hover ul :hover ul :hover ul.left {left:-106px;}