/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {padding: 0; width:900px; height:30px; position:relative; z-index:100; text-align:center}

/* 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:Georgia, "Times New Roman", Times, serif; text-align:center}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:inline; 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:inline; float:left; height:30px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:11px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {margin-left:20px; width:90px; background:url(../images/nav/lagoon2.gif) no-repeat;}
.menu li.p2 {width:140px; background:url(../images/nav/ender2.gif) no-repeat;}
.menu li.p3 {width:65px; background:url(../images/nav/caci2.gif) no-repeat;}
.menu li.p4 {width:83px; background:url(../images/nav/facial2.gif) no-repeat;}
.menu li.p5 {width:164px; background:url(../images/nav/body2.gif) no-repeat;}
.menu li.p6 {width:132px; background:url(../images/nav/hands2.gif) no-repeat;}
.menu li.p7 {width:169px; background:url(../images/nav/fini2.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#lagoon {width:90px; background:url(../images/nav/lagoon1.gif) no-repeat;}
.menu li a#ender {width:140px; background:url(../images/nav/ender1.gif) no-repeat;}
.menu li a#caci {width:65px; background:url(../images/nav/caci1.gif) no-repeat;}
.menu li a#facial {width:83px;  background:url(../images/nav/facial1.gif) no-repeat;}
.menu li a#body {width:164px; background:url(../images/nav/body1.gif) no-repeat;}
.menu li a#hands {width:132px; background:url(../images/nav/hands1.gif) no-repeat;}
.menu li a#finish {width:169px; background:url(../images/nav/fini1.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#lagoon:hover, .menu li:hover a#lagoon,
.menu li a#ender:hover, .menu li:hover a#ender,
.menu li a#caci:hover, .menu li:hover a#caci,
.menu li a#facial:hover, .menu li:hover a#facial,
.menu li a#body:hover, .menu li:hover a#body,
.menu li a#hands:hover, .menu li:hover a#hands,
.menu li a#finish:hover, .menu li:hover a#finish {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:27px; background: #806da3; padding:5px 0; border:none; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:inline; height:20px; position:relative; float:left; width:200px;}
.menu :hover ul.sub li a {display:inline; font-size:13px; height:20px; width:190px; line-height:20px; margin-left:5px; color:#fff; text-decoration:none; border:none;}
.menu :hover ul.sub li a:hover {background:#a999c7; color:#fff; margin-left:5px}

/*these are for non-standard menu widths*/
.menu :hover ul.lagoonsub {left:-55px;}
.menu :hover ul.endersub {left:-30px;}
.menu :hover ul.cacisub {left:-68px;}
.menu :hover ul.facialsub {left:-59px;}
.menu :hover ul.bodysub {left:-18px;}
.menu :hover ul.handssub {left:-34px;}
.menu :hover ul.finishsub {left:-16px;}

/* 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 #888; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}*/

