body {
    margin:0px;
}
a {
    text-decoration: none;
}
a.noUnderline {
    text-decoration: none;
}
a:visited {
  color: #666;
} 
a:hover {
    text-decoration: underline;
}a.button_text {
    font-family: "arial narrow", arial, "lucida console", sans-serif;
    font-size: 80%;
    color: white;
    text-align: center;
    text-decoration: none;
}
a.button_text:hover, div.button_text:hover {
    color: orange;
    text-decoration: none;
}
a.button_text:visited {
    color: white;
}

div.button_text {
    font-family: "arial narrow", arial, "lucida console", sans-serif;
    font-size: 80%;
    color: white;
    text-align: center;
    text-decoration: none;
}
#productsmenu {
    background-color: #212A2F
}
#productstable {
    color: #FFFFFF;
    text-align: center
}
table.menu {
    font-size: 80%;
    font-family: "arial", "arial narrow"; 
    font-weight: bold;
    position: absolute;
    visibility: hidden;
    background-color: #888;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
}

a.menuItem {
    color: #e9e9e9;
}

a.menuItem:hover {
    background-color: #575757;
    text-decoration: none;
}

a.menuItem:visited {
    color: #e9e9e9;
}

tr.menuRow:hover {
    background-color: #6B6B6B;
}

.rule {
    height: 2px;
    line-height: 1px;
    border-top: 1px solid #aaa;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 5px;
}

area {
    cursor: pointer;
}

