#multi-level {height:48px; position:relative; z-index: 0;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; height:0; 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; height: 48px;}

/* 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; }
.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:181px; background:url(../images/top-nav/1a.jpg) no-repeat;}
.menu li.p2 {width:180px; background:url(../images/top-nav/2a.jpg) no-repeat;}
.menu li.p3 {width:180px; background:url(../images/top-nav/2a.jpg) no-repeat;}
.menu li.p4 {width:180px; background:url(../images/top-nav/2a.jpg) no-repeat;}
.menu li.p5 {width:181px; background:url(../images/top-nav/3a.jpg) no-repeat;}

/* set up the normal unhovered images/ in the links */
.menu li a#home {width:181px; background:url(../images/top-nav/1b.jpg) no-repeat; text-align:center; padding: 16px 0 16px 0; text-decoration:none; font-size:14px; font-weight:bold; color:#ffffff; font-family:Arial;}
.menu li a#products {width:180px; background:url(../images/top-nav/2b.jpg) no-repeat; text-align:center; padding:16px 0 16px 0; text-decoration:none; font-size:14px; font-weight:bold; color:#ffffff; font-family:Arial;}
.menu li a#dealers {width:180px; background:url(../images/top-nav/2b.jpg) no-repeat; text-align:center; padding:16px 0 16px 0; text-decoration:none; font-size:14px; font-weight:bold; color:#ffffff; font-family:Arial;}
.menu li a#support {width:180px; background:url(../images/top-nav/2b.jpg) no-repeat; text-align:center; padding:16px 0 16px 0; text-decoration:none; font-size:14px; font-weight:bold; color:#ffffff; font-family:Arial;}
.menu li a#company {width:181px; background:url(../images/top-nav/3b.jpg) no-repeat; text-align:center; padding:16px 0 16px 0; text-decoration:none; font-size:14px; font-weight:bold; color:#ffffff; font-family:Arial;}

/* 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#home:hover, .menu li:hover a#home,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#dealers:hover, .menu li:hover a#dealers,
.menu li a#support:hover, .menu li:hover a#support,
.menu li a#company:hover, .menu li:hover a#company {background:transparent; color:#333333;}

/* 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:48px; background: #666666; padding:3px 0; border:1px solid #000000; white-space:nowrap; width:200px; height:auto; font-family:Verdana; font-size:11px; text-align:left; font-weight:normal; }

.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:160px;}

.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:194px; line-height:20px; text-indent:5px; background: #666666; color:#fff; text-decoration:none; border:3px solid #666666; border-width:0 0 0 3px;}

.menu :hover ul.sub li a:hover {background:#333333; color:#fff; font-family:Verdana; font-size:11px; text-align:left; font-weight:normal;}

/* 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:197px; top:-2px; background: #666666; padding:3px 0; border:1px solid #000000; white-space:nowrap; width:200px; z-index:200; height:auto; z-index:300;font-family:Verdana; font-size:11px; text-align:left; font-weight:normal;}
