.menu {width:780px; height:45px; position:relative; z-index:100;font-family:arial, sans-serif;border-bottom: 3px solid #28499d;border-top: 3px solid #c57a6d;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:130px;}
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu position */
.menu li {float:left;width:130px;position:relative; text-align:center;background-color: #fff;}
/* style the links for the top level */
.menu a {display:block;font-size:11px;text-decoration:none; width:130px; height:36px; color:#fff; border-bottom:2px solid #fff; border-top:2px solid #fff;font-weight:bold;background-color:#8e3227; padding-top:5px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited, .menu ul ul a.drop:link, .menu ul ul a.drop:hover {color:#fff;}
.casc_second_level_menu_background a:link, .casc_second_level_menu_background a:visited {background: #8e3227 !important; color:#fff;}
.casc_second_level_menu_background a:hover, .casc_second_level_menu_background a:active {background: #28499d !important; color:#fff;}

/* style the second level hover */
.menu ul ul a.drop:hover{background: none;}
.menu ul ul :hover > a.drop {background: none;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:none;}
/* style the third level hover */
.menu ul ul ul a:hover {background:none;}


/* hide the sub levels and give them a position absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:45px;left:0; width:130px;}

/* position the third level flyout menu */
.menu ul ul ul{left:130px; top:-1px; width:130px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-130px;}

/* 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:none; color:#fff; height:auto; padding:5px; width:130px;border-width:0 0px 1px 0px;}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#8e3227;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#8e3227;}

/* 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;}