﻿

#multi-level {height:50px; position:relative; z-index:100;}

/* 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:Tahoma;width:600px;text-align:center;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; position:relative;text-align:center;}


/* 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; height:25px;}

/* pre-load the hover images into the lists */
.menu li.p {width:100px;background-image:url('/images/item-primary-bg.jpg');background-repeat:no-repeat;background-position:center top;}

/* set up the normal unhovered images in the links */
.menu li a.top_link {width:100px;background-image:url('/images/nav-bg.jpg');background-repeat:repeat-x;background-position:center top;padding-top:10px;font-weight:bold;color:#263337;font-size:11px;text-decoration:none;}
.menu li a.top_link:hover {color:#E1FEFF;}
/* 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:hover, .menu li:hover a {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;margin-left:-20px;top:33px; padding:15px 0; border:1px solid #888; white-space:nowrap; width:143px; height:auto;background-color: #9ba4ae;background-image:url('images/item-secondary-container-bg.jpg');background-repeat:no-repeat;background-position:center top;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:143px;text-align:center;}
.menu :hover ul.sub li a {display:block;font-family:Tahoma;font-weight:normal; font-size:11px; height:20px; width:143px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;}
.menu :hover ul.sub li a.fly {background:url(multi_level-files/arrow.gif) 130px 7px no-repeat;}
.menu :hover ul.sub li a:hover {color:#fff;background-color:#C6CBCC;}
.menu :hover ul.sub li a.fly:hover {background:#C6CBCC url(/multi_level-files/arrow_over.gif) 130px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:url(/multi_level-files/arrow_over.gif) 130px 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:140px; top:-4px; background-color: #9ba4ae; padding:3px 0; border:1px solid #888; white-space:nowrap; width:143px; z-index:200; height:auto; z-index:300;}
