/* ================================================================
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/flyout_4level.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.
=================================================================== */
.menu {
    width: 174px; /* 12em;*/
    height:30px;
    font-size:90%;
    margin:4px 0px 50px 0px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    position:relative;
    z-index:500;
    padding:0;
    margin:0;
    list-style-type:none;
}
/* style the list items */
.menu li {
    font: bold 11px/16px arial, helvetica, sans-serif;
    background:#d4d8bd url(picts/menuon.gif);
    height:36px;

    /* for IE7 */
    float:left;
}

/* style the links */
.menu a, .menu a:visited {
    display:block;
    text-decoration:none;
    height:34px;
    line-height:34px;
    width:173px;
    color:#000;
    text-indent:5px;
    border:1px solid #fff;
    border-width:0 1px 1px 1px;
}
