.menu {width:696px; height:24px; position:relative; z-index:100; font-family:arial, sans-serif;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}

/* style the links for the top level -- This is only seen when no buttons are defined in the buttons section below */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; width:110px; height:24px; }


/* 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:24px;left:0; width:110px;}

/* 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 {position:relative; left:0px;  background:#353e79; color:#fff; height:auto; line-height:1em; padding:5px 0 5px 5px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#a5b1e3;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#a5b1e3;}


/* 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;}

/* -------------------------------- Button Specific Settings ---------------------------- */

/* Nav Button 1 */
td.navButton1 a, .navButton1 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:70px; height:24px; background-image:url(../images/topnav/topnav_01.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton1 a:hover, span.mainButton1 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_01.jpg);}


/* Nav Button 2 */
td.navButton2 a, .navButton2 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:94px; height:24px; background-image:url(../images/topnav/topnav_02.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton2 a:hover, span.mainButton2 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_02.jpg);}

/* Nav Button 3 */
td.navButton3 a, .navButton3 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:97px; height:24px; background-image:url(../images/topnav/topnav_03.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton3 a:hover, span.mainButton3 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_03.jpg);}

/* Nav Button 4 */
td.navButton4 a, .navButton4 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:102px; height:24px; background-image:url(../images/topnav/topnav_04.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton4 a:hover, span.mainButton4 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_04.jpg);}

/* Nav Button 5 */
td.navButton5 a, .navButton5 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:86px; height:24px; background-image:url(../images/topnav/topnav_05.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton5 a:hover, span.mainButton5 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_05.jpg);}

/* Nav Button 6 */
td.navButton6 a, .navButton6 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:100px; height:24px; background-image:url(../images/topnav/topnav_06.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton6 a:hover, span.mainButton6 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_06.jpg);}

/* Nav Button 7 */
td.navButton7 a, .navButton7 a:visited {display:block;font-size:12px;text-decoration:none; color:#ffcccc; width:146px; height:24px; background-image:url(../images/topnav/topnav_07.jpg); line-height:24px; font-weight:bold;}

/* style the top level hover */
span.mainButton7 a:hover, span.mainButton7 ul ul a:hover{color:#000; background-image:url(../images/topnav/mo-topnav_07.jpg);}


