@charset "UTF-8";
/* CSS Document */

#navbox {height:30px; padding-left:20px;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.nav, .nav ul {list-style-type:none; padding:0; margin:0; font: normal 16px Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.nav 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 */
.nav table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.nav li.top a.top_link {display:block; float:left; height:30px; width:130px; text-align:center; line-height:27px;
	color: white;
	padding-top: 9px;
	text-decoration: none;}
	
.nav li a:visited {
	color: white;
	line-height:27px;
}

.nav li a:hover, .nav li .current {
	color: white;
	background: transparent url(../images/nav-bg-trans.png) center center no-repeat;
	line-height:27px;
	text-decoration:none;
}

* html .nav li a:hover, .nav li .current {
	color: white;
	background: transparent url(../images/nav-bg.gif) center center no-repeat;
	line-height:27px;
	text-decoration:none;
}

.zone #imgDrawer {
	width: 479px;
	margin: 0; margin-bottom: 21px;
	padding: 0;
	
}


/* keep the 'next' level invisible by placing it off screen. */
.nav ul, 
.nav :hover ul ul, 
.nav :hover ul :hover ul ul,
.nav :hover ul :hover ul :hover ul ul,
.nav :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 */
.nav :hover ul.sub {left:8px; top:35px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:180px; height:auto;}
.nav :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:160px;}
.nav :hover ul.sub li a {display:block; font-size:13px; height:20px; width:180px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px; text-align:left;}
.nav :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.nav :hover ul.sub li a:hover {background:#84c9fe; color:#fff;}
.nav :hover ul.sub li a.fly:hover {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.nav :hover ul li:hover > a.fly {background:#37a237 url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.nav :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul,
.nav :hover ul :hover ul :hover ul :hover ul,
.nav :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;}