.menu {width:780px; height:30px; position:relative; z-index:100;font-family:Rockwell, Myriad, Geneva, Arial, Helvetica, sans-serif;border-bottom: 3px solid #2989cc;border-top: 3px solid #2989cc;}
/* 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:21px; color:#fff; border-bottom:2px solid #fff; border-top:2px solid #fff;font-weight:bold;background:#7ea11c url(/img/GreenTile.png) repeat-x; padding-top:5px;}

.menu a:hover {background: #2989cc  url(/img/BlueTile.png) repeat-x !important;}

/* 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:#333;}
.tpacu_second_level_menu_background a:link, .tpacu_second_level_menu_background a:visited {background:#7ea11c url(/img/GreenTile.png) repeat-x !important; color:#fff;}
.tpacu_second_level_menu_background a:hover, .tpacu_second_level_menu_background a:active {background: #2989cc  url(/img/BlueTile.png) repeat-x !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:30px;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: #2989cc url(/img/BlueTile.png) repeat-x !important;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background: #2989cc  url(/img/BlueTile.png) repeat-x !important;}

/* 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;}
