#menu_wrapper {
    position: absolute;
    top: 180px;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    height: 57px;
    width: 100%;
    z-index: 4;
    text-align: left;
}
#menu_ribbon {
//    width: 100%;
//    margin-left: auto;
//    margin-right: auto;
//    height: 57px;
//    padding: 0px;
//    width: 1090px;
//    background: url(/images/rfdu_ribbon_menu.png) repeat-x;
}
#menu_bottom {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background: url(/images/menu_shadow.png) repeat-x;
    height: 40px;
    background: url(/images/menu_bottom.png) repeat-x;
    height: 20px;
    z-index: 3;
}
#menu-bar {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 30px;
    line-height: 100%;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
       -webkit-box-shadow: 0px 0px 20px #333;
          -moz-box-shadow: 0px 0px 20px #333;
               box-shadow: 0px 0px 20px #333;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/bg_menu.gif) repeat-x;
}
#menu-bar li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
    list-style: none;
}
#menu-bar a {
              font-family: "Droid Sans", Georgia, "Times New Roman", Times, serif;
                font-size: 14px;
              font-weight: bold;
                    color: #BDF;
                    color: #FFF;
          text-decoration: none;
                  display: block;
                  padding: 8px 20px 8px 20px;
                   margin: 0;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    text-shadow: 0px 0px 3px #000000;
}
#menu-bar .current a, #menu-bar li:hover > a {
            background: #ffbe2c;
                 color: #FFFFFF;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
           text-shadow: 1px 1px 2px #000000;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
            background: none;
                border: none;
                 color: #666;
           -box-shadow: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
}
/* Menu Drop down Highlighted */
#menu-bar ul a:hover {
    background: #ffbe2c !important;
    color: #FFFFFF !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    text-shadow: 0px 0px 0px #FFFFFF;
    text-shadow: 1px 1px 2px #000000;
}
/* Menu Drop down NOT Highlighted */
#menu-bar ul {
    background: #ffaa04 !important;
    display: none;
    margin: 0;
    padding: 0;
    width: 240px;
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
       -webkit-box-shadow: 4px 4px 10px #9E9E9E;
          -moz-box-shadow: 4px 4px 10px #9E9E9E;
               box-shadow: 4px 4px 10px #9E9E9E;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#menu-bar li:hover > ul {
    display: block;
}
#menu-bar ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#menu-bar ul a {
    padding: 10px 0px 10px 15px;
    color:#FFFFFF !important;
    font-family: "Droid Sans", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    text-shadow: 0px 0px 3px #000000;
}
#menu-bar ul li:first-child > a {
     -webkit-border-top-left-radius: 0px;
         -moz-border-radius-topleft: 0px;
             border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
            border-top-right-radius: 0px;
}
#menu-bar ul li:last-child > a {
     -webkit-border-bottom-left-radius: 5px;
         -moz-border-radius-bottomleft: 5px;
             border-bottom-left-radius: 5px;

    -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
}
#menu-bar:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu-bar {
    display: inline-block;
}
html[xmlns] #menu-bar {
    display: block;
}
* html #menu-bar {
*   height: 1%;
*   }
.triangle-l {
	border-color: transparent #ffaa04 transparent transparent;
	border-style:solid;
	border-width:10px;
	height:0px;
	width:0px;
	position: relative;
	left: -20px;
	top: -10px;
	z-index: -100; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #ffaa04;
	border-style:solid;
	border-width:10px;
	height:0px;
	width:0px;
	position: relative;
	left: 900px;
	top: -30px;
	z-index: -100; /* displayed under bubble */
}
