div#menu_wrapper
{
    background: url(../images/design/menu-bg.png) repeat-x;
}

/* ================================================================
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#menu {position:relative; z-index:1000;}
/* remove all the bullets, borders and padding from the default list styling */
    #menu ul {padding:0;margin:0;list-style-type:none;}
        #menu ul ul {width:99px;}

    #menu > ul
    {
        margin: 12px 0 0 -45px;
        height: 14px;
    }

    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
    #menu li {float:left;position:relative;padding: 0;margin:0;padding-right: 50px;}
    /* style the links for the top level */
    #menu a, #menu a:visited {display:block; height:14px;}

    /* style the second level background */
    #menu ul ul a.drop, #menu ul ul a.drop:visited {background:#8F051C;}
    /* style the second level hover */
    #menu ul ul a.drop:hover{background:#8F051C;}
    #menu ul ul :hover > a.drop {background:#8F051C;}
    /* style the third level background */
    #menu ul ul ul a, #menu ul ul ul a:visited {background:#8F051C;}
    /* style the third level hover */
    #menu ul ul ul a:hover {background:#8F051C;}


    /* hide the sub levels and give them a positon absolute so that they take up no room */
    #menu ul ul {visibility:hidden;position:absolute;height:0;top:10px;left:0; width:150px; padding-top:10px;}

    /* position the third level flyout menu */
    #menu ul ul ul{left:149px; top:-1px; width:149px;}

    /* position the third level flyout menu for a left flyout */
    #menu ul ul ul.left {left:-149px;}

    /* style the table so that it takes no ppart in the layout - required for IE to work */
    #menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

    /* style the second level links */
    #menu ul ul a, #menu ul ul a:visited
    {
        background:#8F051C;
        color:#fff;
        height:auto;
        line-height:1em;
        padding:5px 10px;
        width: 140px;
        text-decoration: none;
    }

    /* style the top level hover */
    #menu a:hover, #menu ul ul a:hover
    {
        background: #DF8002;
    }
    #menu :hover > a, #menu ul ul :hover > a {}

    /* make the second level visible when hover on first level list OR link */
    #menu ul li:hover ul,
    #menu ul a:hover ul{visibility:visible; }
    /* keep the third level hidden when you hover on first level list OR link */
    #menu ul :hover ul ul{visibility:hidden;}
    /* make the third level visible when you hover over second level list OR link */
    #menu ul :hover ul :hover ul{ visibility:visible;}
    #menu > ul > li > a > span
    {
        display: none;
    }

        /* Each individual item */

        #menu_item_1 > a
        {
            width: 45px;
            background: url(../images/design/menu-items.png) -279px 0 no-repeat;
        }
        #menu_item_1:hover a
        {
            background: url(../images/design/menu-items.png) -279px -14px no-repeat;
        }
        #menu_item_3 > a
        {
            width: 65px;
            background: url(../images/design/menu-items.png) 0 0 no-repeat;
        }
        #menu_item_3:hover > a
        {
            background: url(../images/design/menu-items.png) 0 -14px no-repeat;
        }
        #menu_item_4 > a
        {
            width: 130px;
            background: url(../images/design/menu-items.png) -149px 0 no-repeat;
        }
        #menu_item_4:hover > a
        {
            background: url(../images/design/menu-items.png) -149px -14px no-repeat;
        }
        #menu_item_5 > a
        {
            width: 84px;
            background: url(../images/design/menu-items.png) -65px 0 no-repeat;
        }
        #menu_item_5:hover > a
        {
            background: url(../images/design/menu-items.png) -65px -14px no-repeat;
        }
        #menu_item_6 > a
        {
            width: 76px;
            background: url(../images/design/menu-items.png) -323px 0 no-repeat;
        }
        #menu_item_6:hover > a
        {
            background: url(../images/design/menu-items.png) -323px -14px no-repeat;
        }