.menu {font: normal 1em trebuchet MS, Arial, Helvetica, sans-serif !important; padding:6px 7px 0 0; width:957px; height:30px; position:absolute; z-index:100;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:157px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:157px;position:relative; text-align: center;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; color:#FFFFFF; width:157px; height:30px; background:#999999; line-height:30px; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#666666;}
.menu ul li.blue ul a.drop, .menu ul li.blue ul a.drop:visited {background:#6987AF;}
.menu ul li.ruby ul a.drop, .menu ul li.ruby ul a.drop:visited {background:#AB2632;}
.menu ul li.orange ul a.drop, .menu ul li.orange ul a.drop:visited {background:#F6A924;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#666666;}
.menu ul li.blue ul a.drop:hover{background:#6987AF;}
.menu ul li.ruby ul a.drop:hover{background:#AB2632;}
.menu ul li.orange ul a.drop:hover{background:#F6A924;}

.menu ul ul :hover > a.drop {background:#666666;}
.menu ul li.blue ul :hover > a.drop {background:#6987AF;}
.menu ul li.ruby ul :hover > a.drop {background:#AB2632;}
.menu ul li.orange ul :hover > a.drop {background:#F6A924;}

/* style the third level background */
/*.menu ul ul ul a, .menu ul ul ul a:visited {background:#666666;}*/
/* style the third level hover */
/*.menu ul ul ul a:hover {background:#666666;}*/


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:157px;}

/* position the third level flyout menu */
.menu ul ul ul{left:157px; top:-1px; width:157px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-157px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666666; color:#FFFFFF; width:157px;}
.menu ul li.blue ul a, .menu ul li.blue ul a:visited {background:#6987AF;}
.menu ul li.ruby ul a, .menu ul li.ruby ul a:visited {background:#AB2632;}
.menu ul li.orange ul a, .menu ul li.orange ul a:visited {background:#F6A924;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFFFFF; background:#666666; text-decoration: none;}
.menu li.blue a:hover, .menu ul li.blue ul a:hover{background:#6987AF;}
.menu li.ruby a:hover, .menu ul li.ruby ul a:hover{background:#AB2632;}
.menu li.orange a:hover, .menu ul li.orange ul a:hover{background:#F6A924;}

.menu :hover > a, .menu ul ul :hover > a {color:#FFFFFF; background:#666666; text-decoration: none;}
.menu :hover > a.blue, .menu ul ul :hover > a.blue {background:#6987AF;}
.menu :hover > a.ruby, .menu ul ul :hover > a.ruby {background:#AB2632;}
.menu :hover > a.orange, .menu ul ul :hover > a.orange {background:#F6A924;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu a{filter:alpha(opacity=75);	-moz-opacity:75; -khtml-opacity: 75; opacity: 0.75;}
.menu ul li.hseparator {width:3px !important; overflow:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.menu ul li.vseparator {height:3px !important; overflow:hidden; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}

.menu a.opacity100 {
    color: #FFFFFF;
    filter:alpha(opacity=100) !important;
    -moz-opacity:1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    background: none !important;
    margin-top: -30px;
}

.cHide {
    display: none;
}
