/* ================================================================ 
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.

If this menu is used on a commercial website then a donation to support
CSSplay should be considered. 
=================================================================== */

#multi-level {position:relative; z-index:100; width:225px;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
#menu, #menu ul {list-style-type:none; padding:0; margin:0;}

/* Set up the top level list items and float left to place inline */
#menu li.top {display:block; float:left; position:relative; padding-bottom: 3px;}

/* 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; width:225px; height:42px;}
#menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* 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#b1:hover, #menu li:hover a#b1,
#menu li a#b2:hover, #menu li:hover a#b2,
#menu li a#b3:hover, #menu li:hover a#b3,
#menu li a#b4:hover, #menu li:hover a#b4,
#menu li a#b5:hover, #menu li:hover a#b5,
#menu li a#b6:hover, #menu li:hover a#b6,
#menu li a#b7:hover, #menu li:hover a#b7
{background:transparent;}

/* set up the normal images in the links */
#menu li a#b1 {width:225px; background:url(Home.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b2 {width:225px; background:url(Family.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b3 {width:225px; background:url(Champions%20for%20Life.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b4 {width:225px; background:url(Projects.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b5 {width:225px; background:url(My%20Work.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b6 {width:225px; background:url(My%20Blog.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b7 {width:225px; background:url(Contact%20Me.gif) no-repeat; display:block; float:left; height:42px;}

/* pre-load the mouse over images into the lists */
#menu li a#b1:hover, #menu li.b1:hover {width:223px; background:url(Home2.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b2:hover, #menu li.b2:hover {width:223px; background:url(Family2.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b3:hover, #menu li.b3:hover {width:223px; background:url(Champions%20for%20Life2.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b4:hover, #menu li.b4:hover {width:223px; background:url(Projects2.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b5:hover, #menu li.b5:hover {width:223px; background:url(My%20Work2.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b6:hover, #menu li.b6:hover {width:223px; background:url(My%20Blog2.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b7:hover, #menu li.b7:hover {width:223px; background:url(Contact%20Me2.gif) no-repeat; display:block; float:left; height:42px;}

/* pre-load the mouse down images into the lists */
#menu li a#b1:active {width:225px; background:url(Home.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b2:active {width:225px; background:url(Family.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b3:active {width:225px; background:url(Champions%20for%20Life.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b4:active {width:225px; background:url(Projects.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b5:active {width:225px; background:url(My%20Work.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b6:active {width:225px; background:url(My%20Blog.gif) no-repeat; display:block; float:left; height:42px;}
#menu li a#b7:active {width:225px; background:url(Contact%20Me.gif) no-repeat; display:block; float:left; height:42px;}

/* 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 {font-weight: bold; font-style: normal; text-decoration: none; left:225px; top:0px; background: #ffffff; padding: 2px; border:1px solid #808080; white-space:nowrap; width:230px; height:auto;}
#menu :hover ul.sub li {display:block; position:relative; float:left; width:228px; padding: 2px;}
#menu :hover ul.sub li a {font-weight: bold; font-style: normal; text-decoration: none; font-family:Arial, arial, sans-serif; font-size:14px; display:block; background:#ffffff; text-indent:0px; color:#000000; border:1px solid #ffffff; padding: 2px;}
#menu :hover ul.sub li a.fly {font-weight: bold; font-style: normal; text-decoration: none; font-family:Arial, arial, sans-serif; font-size:14px; background:#ffffff url(arrowright.gif) 222px 7px no-repeat; border:1px solid #ffffff; padding: 2px;}
#menu :hover ul.sub li a:hover {font-weight: bold; font-style: normal; text-decoration: none; font-family:Arial, arial, sans-serif; font-size:14px; background:#b0c4de; border:1px solid #ffffff; color:#000000; padding: 2px;}
#menu :hover ul.sub li a.fly:hover {font-weight: bold; font-style: normal; text-decoration: none; font-family:Arial, arial, sans-serif; font-size:14px; background:#b0c4de url(arrowright.gif) 222px 7px no-repeat; border:1px solid #ffffff; color:#000000; padding: 2px;}
#menu :hover ul li:hover > a.fly {font-weight: bold; font-style: normal; text-decoration: none; font-family:Arial, arial, sans-serif; font-size:14px; background:#b0c4de url(arrowright.gif) 222px 7px no-repeat; border:1px solid #ffffff; color:#000000; padding: 2px;} 

/* 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:230px; top:0px; background:#ffffff; padding: 2px; border:1px solid #808080; white-space:nowrap; width:230px; z-index:200; height:auto; z-index:300;}