body {
    font: normal 11px verdana;
    margin: 0;
    padding: 0;
    background-color: #f8f7f3;
}

ul li {
    list-style: none;
    position: relative;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 210px; /* Width of Menu Items */
    border-bottom: 1px solid #FDF0DD;
    position: absolute;
    top: 0;
    display: none;
    background: #A7A39B;
    left: 250px; /* for mozilla */
}

* html ul.menu {
    left: 209px; /* Set 1px less than menu width */
}

ul.nav {
    margin: 0;
    width: 210px; /* Width of Menu Items */
    display: block;
    padding: 2px 2px 2px 2px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    text-align: right;
    background: #FDF0DD;
}

ul#nav li {
    margin: 1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Styles for Menu Items */
ul.nav li a {
    display: block;
    text-decoration: none;
    color: white;
    background: none; /* IE6 Bug */
    padding: 0px 5px 0px 5px;
    border: none;
    text-transform: uppercase;
}

ul.menu li a {
    display: block;
    text-decoration: none;
    background: #FDF0DD; /* IE6 Bug */
    padding: 5px;
    border: 1px solid #A7A39B;
    border-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #090600;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li {
    float: left;
    height: 1%;
}

* html ul li a {
    height: 1%;
}

/* End */

ul li a:hover {
    color: #334ACE;
}

/* Hover Styles */

li ul li a {
    padding: 2px 5px;
}

/* Sub Menu Styles */

.over ul {
    display: block;
}

/* The magic */

.searchpopup {
    position: absolute;
    left: 120px;
    top: -10px;
    width: 240px;
    display: none;
    padding: 5px 5px 5px 5px;
    color: #4C453D;
    background: white;
    border: 1px solid #A7A39B;
    height: 100px;
    overflow: auto;
}

.searchpopup a {
    display: block;
    border-bottom: 1px solid #A7A39B;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #090600;
}

.wait_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #c3bcac;
    background-image: url( "../images/wait.gif" );
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    z-index: 1000;
    opacity: 0.8;
    filter: progid: DXImageTransform . Microsoft . Alpha( opacity = 80 );
}

* html .wait_box {
    position: absolute;
}

.menutext {
    text-transform: uppercase;
}

.top_menu {
    text-align: left;
}

.top_menu a {
    margin: 0px 0px 0px 4px;
    padding: 2px 5px 2px 0px;
    background-position: left center;
    display: block;
    background: url( '../images/btn.gif' ) no-repeat;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    text-indent: 2px;
    text-decoration: none;
}
