/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none !important; padding:0; margin:0;}
.menu li {list-style-type:none !important;}
/* 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:36px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:92px; background:url(/f/i/salon-g.gif) no-repeat}
.menu li.p2 {width:71px; background:url(/f/i/usl-g.gif) no-repeat}
.menu li.p3 {width:66px; background:url(/f/i/spa-g.gif) no-repeat}
.menu li.p4 {width:118px; background:url(/f/i/foto-g.gif) no-repeat}
.menu li.p5 {width:157px; background:url(/f/i/spec-g.gif) no-repeat}
.menu li.p6 {width:70px; background:url(/f/i/bu-g.gif) no-repeat}
.menu li.p7 {width:95px; background:url(/f/i/contact-g.gif) no-repeat}


/* set up the normal unhovered images in the links */
.menu li a#salon {width:92px; background:url(/f/i/salon.gif) no-repeat;}
.menu li a#salon-g {width:92px; background:url(/f/i/salon-g.gif) no-repeat;}
.menu li a#usl {width:71px; background:url(/f/i/usl.gif) no-repeat;}
.menu li a#usl-g {width:71px; background:url(/f/i/usl-g.gif) no-repeat;}
.menu li a#spa {width:66px; background:url(/f/i/spa.gif) no-repeat;}
.menu li a#spa-g {width:66px; background:url(/f/i/spa-g.gif) no-repeat;}
.menu li a#foto {width:118px; background:url(/f/i/foto.gif) no-repeat;}
.menu li a#foto-g {width:118px; background:url(/f/i/foto-g.gif) no-repeat;}
.menu li a#spec {width:157px; background:url(/f/i/spec.gif) no-repeat;}
.menu li a#spec-g {width:157px; background:url(/f/i/spec-g.gif) no-repeat;}
.menu li a#bu {width:70px; background:url(/f/i/bu.gif) no-repeat;}
.menu li a#bu-g {width:70px; background:url(/f/i/bu-g.gif) no-repeat;}
.menu li a#cont {width:95px; background:url(/f/i/contact.gif) no-repeat;}
.menu li a#cont-g {width:95px; background:url(/f/i/contact-g.gif) 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#salon:hover, .menu li:hover a#salon,
.menu li a#usl:hover, .menu li:hover a#usl,
.menu li a#spa:hover, .menu li:hover a#spa,
.menu li a#foto:hover, .menu li:hover a#foto,
.menu li a#spec:hover, .menu li:hover a#spec,
.menu li a#bu:hover, .menu li:hover a#bu
.menu li a#cont:hover, .menu li:hover a#cont {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 {left:0; top:35px; background: #fff; padding:0.3em 0.3em 0.3em 1.5em; border:1px solid #37a940; white-space:nowrap; width:190px; height:auto;}
.menu :hover ul.sub li {height:25px;}
.menu :hover ul.sub li a {  height:20px;  line-height:20px;  color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}

.menu :hover ul.sub li a:hover {background:#37a940; 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: #fff; padding:3px 0; border:1px solid #37a940; white-space:nowrap; width:100px; z-index:200; height:auto; z-index:300;}

