
.orange #waxcontainer {
    background-color : #FFF0A6;
    font-family : "Trebuchet MS",Arial,Verdana,Helvitica,sans-serif;
    height : 48px;
    position : relative;
    width : 100%;
  }


.orange #waxnav {
    position:relative;
    height:25px;
    font-size:11px;
    font-weight:bold;
    background:#FFF0A6 url(img/orangewax_bottom.gif) repeat-x bottom left;
  }


.orange #waxnav ul {
    margin:0px;
    padding:0 0 4px 0;
    list-style-type:none;
    width:auto;
    float:right;
  }


.orange #waxnav ul li {
    display:block;
    float:left;
    margin:0 1px;
  }


.orange #waxnav ul li a {
    display:block;
    float:left;
    color:#FF7E00;
    text-decoration:none;
    padding:0 0 0 12px;
    height:21px;
    line-height:195%;
  }


.orange #waxnav ul li a span {
    padding:0 12px 0 0;
  }


.orange #waxnav ul li a:hover,.orange #waxnav ul li a.current {
    color:#fff;
    background:#FF9900 url(img/orangewax_navtopleft.gif) no-repeat top left;
  }


.orange #waxnav ul li a:hover span,.orange #waxnav ul li a.current span {
    display:block;
    width:auto;
    background:#FF9900 url(img/orangewax_navtopright.gif) no-repeat top right;
  }

/* common styling */
.menu {font-family: arial, sans-serif; width:146px; height:150px; position:relative; margin:0; font-size:11px; margin:20px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:144px; height:20px; text-align:center; border:1px solid #fff; border-width:1px 1px 0 0; background:#ffe770; background-image : url('img/mainmenu_up.gif'); line-height:19px; font-size:11px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b3ab79;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:145px; width:145px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#b3ab79; color:#fff; width:150px;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
