﻿.defaultStaticMenuItem
{
    width: 170px;
}

.defaultStaticMenuItem
{
    background: white url(images/glossybacket.gif) repeat-x bottom left;
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    text-decoration: none;
    height: 25px;
}

.defaultStaticMenuItemHover
{
    background-image: url(images/glossyback2et.gif);
}

.defaultStaticMenuItem a
{
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: white;
    padding-left: 10px;
    padding-top: 3px;
    width: 140px;
    display: block;
}

.defaultStaticMenuItem
{
    width: 170px;
    z-index: 1;
}

.defaultDynamicMenu
{
    z-index: 99;
}

.defaultDynamicMenuItem
{
    background: white url(images/glossybacket.gif) repeat-x bottom left;
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: white;
    height: 25px;
}

.defaultDynamicMenuItem a
{
    padding-left: 10px;
    padding-top: 3px;
    width: 140px;
    display: block;
    color: white;
    text-decoration: none;
}

.defaultDynamicMenuItemHover
{
    background-image: url(images/glossyback2et.gif);
}



.glossymenu
{
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    width: 170px;
    border: 1px solid #9A9A9A;
    border-bottom-width: 0;
}

.glossymenu li a
{
    background: white url(images/glossybacket.gif) repeat-x bottom left;
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: white;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 10px;
    text-decoration: none;
}

.glossymenu li a.subcategory
{
    background: white url(images/glossybacket.gif) repeat-x bottom left;
    font: "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 30px;
    text-decoration: none;
}

* html .glossymenu li a
{
    /*IE only. Actual menu width minus left padding of A element (10px) */
    width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active
{
    color: white;
}

.glossymenu li a:hover
{
    background-image: url(images/glossyback2et.gif);
}

a.catalogsubheader
{
    font-weight: bold;
    padding-left: 10px;
    text-decoration: none;
}

.asp_glossymenuitem
{
    background: white url(images/glossybacket.gif) repeat-x bottom left;
    font: bold 13px "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    color: white;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 10px;
    text-decoration: none;
}

.asp_glossymenusubitem
{
    background: white url(images/glossybacket.gif) repeat-x bottom left;
    font: "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
    display: block;
    width: auto;
    padding: 3px 0;
    padding-left: 30px;
    text-decoration: none;
}
