
@charset "utf-8";
/* MAIN MENU */

a.menu-link:link{color: #013B69; text-decoration: none; font-size:11px;}
a.menu-link:visited{color: #013B69; text-decoration: none; font-size:11px;}
a.menu-link:hover{color: #00659D;text-decoration: none; font-size:11px;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:33px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:126px; background:url(../graphics/home_about_over.jpg) no-repeat;}
.menu li.p2 {width:109px; background:url(../graphics/header_member_over.jpg) no-repeat;}
.menu li.p3 {width:94px; background:url(../graphics/header_programs_over.jpg) no-repeat;}
.menu li.p4 {width:120px; background:url(../graphics/header_prof_over.jpg) no-repeat;}
.menu li.p5 {width:88px; background:url(../graphics/header_military_over.jpg) no-repeat;}
.menu li.p6 {width:90px; background:url(../graphics/header_home_over.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#about {width:126px; background:url(../graphics/home_about.jpg) no-repeat;}
.menu li a#membership {width:109px; background:url(../graphics/header_member.jpg) no-repeat;}
.menu li a#programs {width:94px; background:url(../graphics/header_programs.jpg) no-repeat;}
.menu li a#ProDev {width:120px; background:url(../graphics/header_prof.jpg) no-repeat;}
.menu li a#military {width:88px; background:url(../graphics/header_military.jpg) no-repeat;}
.menu li a#home {width:90px; background:url(../graphics/header_home.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#membership:hover, .menu li:hover a#membership,
.menu li a#programs:hover, .menu li:hover a#programs,
.menu li a#ProDev:hover, .menu li:hover a#ProDev,
.menu li a#military:hover, .menu li:hover a#military,
.menu li a#home:hover, .menu li:hover a#home {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}


/* set up the first drop down sub level */
/*  About */
.menu :hover ul.sub1 {left:0; top:30px; background:#FFF; padding:0; white-space:nowrap; width:155px; height:auto; border-top:1px solid #00008B; border-right:1px solid #00008B; border-left:1px solid #00008B;}
.menu :hover ul.sub1 li {display:block; height:20px; position:relative; float:left; width:155px; border-bottom:1px solid #00008B; }
.menu :hover ul.sub1 li a {display:block; font-size:10px; height:20px; width:155px; line-height:20px; text-indent:5px; color:#8B0000; text-decoration:none; }
.menu :hover ul.sub1 li a:hover {background:#B7CDE3; color:#00008B;}

/*  Membership */
.menu :hover ul.sub2 {left:0; top:30px; background:#FFF; padding:0; white-space:nowrap; width:140px; height:auto; border-top:1px solid #00008B; border-right:1px solid #00008B; border-left:1px solid #00008B;}
.menu :hover ul.sub2 li {display:block; height:20px; position:relative; float:left; width:140px; border-bottom:1px solid #00008B;}
.menu :hover ul.sub2 li a {display:block; font-size:10px; height:20px; width:140px; line-height:20px; text-indent:5px; color:#8B0000; text-decoration:none;}
.menu :hover ul.sub2 li a:hover {background:#B7CDE3; color:#00008B;}

/*  Programs */
.menu :hover ul.sub3 {left:0; top:30px; background:#FFF; padding:0; white-space:nowrap; width:150px; height:auto; border-top:1px solid #00008B; border-right:1px solid #00008B; border-left:1px solid #00008B;}
.menu :hover ul.sub3 li {display:block; height:20px; position:relative; float:left; width:150px; border-bottom:1px solid #00008B;}
.menu :hover ul.sub3 li a {display:block; font-size:10px; height:20px; width:150px; line-height:20px; text-indent:5px; color:#8B0000; text-decoration:none;}
.menu :hover ul.sub3 li a:hover {background:#B7CDE3; color:#00008B;}

/*  Professional Development */
.menu :hover ul.sub4 {left:0; top:30px; background:#FFF; padding:0; white-space:nowrap; width:135px; height:auto; border-top:1px solid #00008B; border-right:1px solid #00008B; border-left:1px solid #00008B;}
.menu :hover ul.sub4 li {display:block; height:20px; position:relative; float:left; width:135px; border-bottom:1px solid #00008B;}
.menu :hover ul.sub4 li a {display:block; font-size:10px; height:20px; width:135px; line-height:20px; text-indent:5px; color:#8B0000; text-decoration:none;}
.menu :hover ul.sub4 li a:hover {background:#B7CDE3; color:#00008B;}

/*  Military*/
.menu :hover ul.sub5 {left:0; top:30px; background:#FFF; padding:0; white-space:nowrap; width:168px; height:auto; border-top:1px solid #00008B; border-right:1px solid #00008B; border-left:1px solid #00008B;}
.menu :hover ul.sub5 li {display:block; height:20px; position:relative; float:left; width:168px; border-bottom:1px solid #00008B;}
.menu :hover ul.sub5 li a {display:block; font-size:10px; height:20px; width:168px; line-height:20px; text-indent:5px; color:#8B0000; text-decoration:none;}
.menu :hover ul.sub5 li a:hover {background:#B7CDE3; color:#00008B;}

/*  CHEF'S CHOICE 
.menu :hover ul.sub6 {left:0; top:19px; background:#330000; padding:0; border-right:3px solid #ABABAB; border-bottom:3px solid #ABABAB; border-left:1px solid #ABABAB; border-top:1px solid #ABABAB; white-space:nowrap; width:80px; height:auto;}
.menu :hover ul.sub6 li {display:block; height:18px; position:relative; float:left; width:80px;}
.menu :hover ul.sub6 li a {display:block; font-size:10px; height:18px; width:80px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:1px solid #fff; border-width:1px;}
.menu :hover ul.sub6 li a:hover {background:#330000; color:#BF770F;}*/

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:95px; top:-4px; background: #B59332; padding:3px 0; border:1px solid #888; white-space:nowrap; width:100px; z-index:300; height:auto; z-index:300;}

