/* BM */


#multi-level {height:301x; width: 800px; position:relative; z-index:100;  margin: 0 auto;}
#multi-level .pad {float:left;}

.menu li {
   margin-bottom: 0;
}

/* 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: verdana, 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:31px;}
.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, #about .menu li a#about {width:95px; background:url(../images/about-tab-hover.jpg) no-repeat;}
.menu li.p2, #ask-shawna .menu li a#ask-shawna {width:143px; background:url(../images/ask-shawna-tab-hover.jpg) no-repeat;}
.menu li.p3, #video-blog .menu li a#video-blog {width:134px; background:url(../images/video-blog-hover.jpg) no-repeat;}
.menu li.p4, #q-a .menu li a#q-a {width:84px; background:url(../images/q-a-tab-hover.jpg) no-repeat;}
.menu li.p5, #method-services .menu li a#method-services {width:196px; background:url(../images/method-services-tab-hover.jpg) no-repeat;}
.menu li.p6, #products .menu li a#products {width:125px; background:url(../images/product-tab-hover.jpg) no-repeat;}
.menu li.p7, #contact .menu li a#contact  {width:127px; background:url(../images/contact-tab-hover.jpg) no-repeat;}
.menu li.p8, #home .menu li a#home {width:99px; background:url(../images/home-tab-hover.jpg) no-repeat;}


/* set up the normal unhovered images in the links */
.menu li a#about {width:95px; background:url(../images/about-tab.jpg) no-repeat;}
.menu li a#ask-shawna {width:143px; background:url(../images/ask-shawna-tab.jpg) no-repeat;}
.menu li a#video-blog {width:134px; background:url(../images/video-blog.jpg) no-repeat;}
.menu li a#q-a {width:84px; background:url(../images/q-a-tab.jpg) no-repeat;}
.menu li a#method-services {width:196px; background:url(../images/method-services-tab.jpg) no-repeat;}
.menu li a#products {width:125px; background:url(../images/product-tab.jpg) no-repeat;}
.menu li a#contact {width:127px; background:url(../images/contact-tab.jpg) no-repeat;}
.menu li a#home{width:99px; background:url(../images/home-tab.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#ask-shawna:hover, .menu li:hover a#ask-shawna,
.menu li a#video-blog:hover, .menu li:hover a#video-blog,
.menu li a#q-a:hover, .menu li:hover a#q-a,
.menu li a#method-services:hover, .menu li:hover a#method-services,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#contact:hover, .menu li:hover a#contact,
.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 */
.menu :hover ul.sub {
   top: 34px;
   background: #50829d;
   padding: 0px 0 0px 0;
   /*border: 2px solid #bdd4e1;
   border-top: 0px solid #bdd4e1;*/
   white-space: nowrap;
   height:auto;
   text-align: left;
   width: 170px;
   background:#ffffff; opacity:0.9;filter:alpha(opacity=90); 
}

#x1 { left: 2px; background: #ffffff; }
#x2 { left: 2px; background: #ffffff; }
#x3 { left: 2px; background: #ffffff; }
#x4 { left: 2px; background: #ffffff; }
#x5 { left: 2px; background: #ffffff; }
#x6 { left: 2px; background: #ffffff; }
#x7 { left: 2px; background: #ffffff; }
#x8 { left: 2px; background: #ffffff; }

.menu :hover ul.sub li {
   display:block;
   position:relative;
   float:left;
   width:100%;
   font-weight: bold;
   font-style: normal;
   border-bottom: 1px solid #E2B565;
   border-left: 1px solid #E2B565;
   border-right: 1px solid #E2B565;
}

.menu :hover ul.sub li.lastOne {
   border-bottom: none;
}

.menu :hover ul.sub li a {
   display: block;
   font-size: 11px;
   height:24px;
   line-height:26px;
   text-indent:12px;
   color:#7F4A13;
   text-decoration: none;
}

.menu :hover ul.sub li a:hover {
   /* font-style: italic; */
}

.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {color:#CC6600; background:#F2DEBA;}
.menu :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}

/* 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:90px; top:-4px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}
