.productButtonWrapper {
    position: absolute;
    float: left;
    width: 119px;
    height: 30px;
    background-image: url(productSelectionBG.gif);
    display: block;
    overflow: hidden;
    text-decoration: none;
    top: 0px;
    margin: 0;
    padding: 0;
    clear: both;
}

.productButtonShadow {
    position: relative;
    width: 119px;
    height: 30px;
    top: 0px;
    background-color: #000000;
    background-image: url(productSelectionBGHover.gif);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: .0;
    opacity: .0;
    display: block;
    z-index: 12;
}

a.productButton:link, a.productButton:visited, a.productButton:active {
    position: relative;
    top: -30px;
    font-family: 'trebuchet ms', arial, sans-serif;
    font-size: 11px;
    color: #ffffff;
    width: 119px;
    height: 24px;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding-top: 6px;
    padding-left: 5px;
    z-index: 15;
}

a.productButton:hover {
    text-decoration: none;
}

.menuwrapper {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: .0;
    opacity: .0;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    z-index: 25;
    width: 825px;
}

.mainmenu {
    float: left;
    display: block;
    position: relative;
    background-color: #fafafa;
    text-align: left;
    padding: 0;
    margin: 0;
    border-color: #e0e0e0 #cdcdcd #cdcdcd #e0e0e0;
    border-style: solid;
    border-width: 1px 4px 4px 1px;
    width: 250px;
    z-index: 30;
}

.submenu {
    position: relative;
    float: left;
    width: auto;
    height: 243px;
    background: #eeeeee;
    visibility: hidden;
    left: -4px ;
    border-color: #e0e0e0 #cdcdcd #cdcdcd #e0e0e0;
    border-style: solid;
    border-width: 1px 4px 4px 1px;
    z-index: 40;
    width: auto;
}

.clr {
    clear: both;
}

.mainmenu a:link, .mainmenu a:active, .mainmenu a:visited {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'trebuchet ms', arial, sans-serif;
    text-decoration: none;
    text-align: left;
    height: 20px;
    padding-right: 10px;
    padding: 5px 0 5px 0;
}

.mainmenu a:hover {
    background-color: #eeeeee;
    height: 20px;
}

.mainmenu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    text-align: left;
}

.mainmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mainmenu img {
    border: 0px;
    padding-left: 5px;
}

.submenuGroup {
    position: absolute;
    background: transparent;
    margin: 0;
    padding: 0;
    top: 0px;
    visibility: hidden;
    clear: both;
    display: block;
}

.submenuGroup a:link, .submenuGroup a:active, .submenuGroup a:visited {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'trebuchet ms', arial, sans-serif;
    text-decoration: none;
    text-align: left;
    height: 20px;
}

.submenuGroup a:hover {
    text-decoration: underline;
}

.submenuGroup li {
    height: 17px;
    margin: 1px 0 2px 0px;
    padding: 5px 0 5px 0 !important;
    padding: 2px 0 3px 0;
    list-style-type: none;
    list-style-image: none;
    text-align: left;
}

.submenuGroup ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.submenuGroup img {
    border: 0px;
    padding: 0 5px 0 5px;
}

.subSplit {
    position: relative;
    display: table;
    padding: 0;
    margin: 5px;
}

.subSplit td {
    text-align: left;
    vertical-align: top;
}
