div#menu
{
    width:auto;
    height: auto;
    margin-top: 0px;
        text-align: left;
}

/*Dropy menu*/
    /* Basic code - don't modify */

    #nav { display: block; margin-top: 0px; padding: 0; position: relative; margin-top: 0px; font-family:inherit;}
    #nav li { display: block; list-style: none; margin: 0px; padding: 0; float: left; position: relative; }
    #nav a { display: block;}
    #nav ul { display: none; position: absolute; left: 0; margin: 0px; padding: 0; }
    * html #nav ul { line-height: 0; } /* IE6 "fix" */
    #nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }

    /* Essentials - configure this */

    #nav ul { width: 130px; }
    #nav ul ul { left: 131px; }

    /* Everything else is theming */

    #nav { background: url(gfx2/menu_bg2.jpg) repeat-x; height: 25px; }
    #nav *:hover { background-color: #101010 }
    #nav a { margin-left: 5px; border-right: none; color: white; font-weight: bold; font-size: 14px; padding: 5px 12px; line-height: 1; text-decoration: none;}
      #nav li:hover a { background-color: #101010; }
      #nav ul { top: 25px; }
        #nav ul li a { background: url(gfx2/menu_bg2.jpg) repeat-x; font-size: 11px; text-decoration:none}
          #nav ul li a:hover { background-color: #101010; }
       #nav ul a { border-bottom: none; margin: 0px; border-right: none; opacity: 0.9; filter: alpha(opacity=90); text-decoration: none}
    /* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/*menu small*/
div#menu_small
{
    width:auto;
    height: auto;
    margin-top: 0px;
    text-align: left;
}

/*Dropy menu*/
    /* Basic code - don't modify */

    #nav_small { display: block; margin-top: 0px; padding: 0; position: relative; margin-top: 0px; font-family:inherit;}
    #nav_small li { display: block; list-style: none; margin: 0px; padding: 0; float: left; position: relative; }
    #nav_small a { display: block;}
    #nav_small ul { display: none; position: absolute; left: 0; margin: 0px; padding: 0; }
    * html #nav_small ul { line-height: 0; } /* IE6 "fix" */
    #nav_small ul a { zoom: 1; } /* IE6/7 fix */
    #nav_small ul li { float: none; }
    #nav_small ul ul { top: 0; }

    /* Essentials - configure this */

    #nav_small ul { width: 130px; }
    #nav_small ul ul { left: 131px; }

    /* Everything else is theming */

    #nav_small { background: url(gfx2/menu_bg2.jpg) repeat-x; height: 20px; }
    #nav_small *:hover { background-color: #101010 }
    #nav_small a { margin-left: 5px; border-right: none; color: white; font-weight: bold; font-size: 9px; padding: 5px 12px; line-height: 1; text-decoration: none;}
      #nav_small li:hover a { background-color: #101010; }
      #nav_small ul { top: 25px; }
        #nav_small ul li a { background: url(gfx2/menu_bg2.jpg) repeat-x; font-size: 9px; text-decoration:none}
          #nav_small ul li a:hover { background-color: #101010; }
       #nav_small ul a { border-bottom: none; margin: 0px; border-right: none; opacity: 0.9; filter: alpha(opacity=90); text-decoration: none}
    /* #nav_small ul a { border-bottom: none; } - I also needed this for IE6/7 */
