@charset "utf-8";


/* ================================================================ 
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.php
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.
=================================================================== */
#multi-level {
	height:25px;
	position:relative;
	z-index:100;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#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;
	text-align: left;
}

/* Set up the top level list items and float left to place inline */
.menu 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 */
.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;
	height:25px;
}
.menu li.top a span {
	position:absolute;
	left:-9999px;
	top:0;
	z-index:0;
} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {
	width:79px;
	;
	background-image: url(images/navhome_over.gif);
	background-repeat: no-repeat;
}
.menu li.p2 {
	width:97px;
	;
	background-image: url(images/navproducts_over.gif);
	background-repeat: no-repeat;
}
.menu li.p3 {
	width:90px;
	;
	background-image: url(images/navservices_over.gif);
	background-repeat: no-repeat;
}
.menu li.p4 {
	width:89px;
	;
	background-image: url(images/navquality_over.gif);
	background-repeat: no-repeat;
}
.menu li.p5 {
	width:102px;
	;
	background-image: url(images/navlicensing_over.gif);
	background-repeat: no-repeat;
}
.menu li.p6 {
	width:80px;
	;
	background-image: url(images/navabout_over.gif);
	background-repeat: no-repeat;
}
.menu li.p7 {
	width:112px;
	;
	background-image: url(images/navpress_over.gif);
	background-repeat: no-repeat;
}
.menu /* set up the normal unhovered images in the links */
 li  a#homenav {
	width:79px;
	background-image: url(images/navhome.gif);
	background-repeat: no-repeat;
}
.menu li a#home-on {
	width:79px;
	background:url(images/navhome_over.gif) no-repeat;
}
.menu  li  a#productsnav {width:97px; background:url(images/navproducts.gif) no-repeat;}
.menu li a#products-on {
	width:97px;
	background:url(images/navproducts_over.gif) no-repeat;
}
.menu  li  a#servicesnav {width:90px; background:url(images/navservices.gif) no-repeat;}
.menu li a#services-on {
	width:90px;
	background:url(images/navservices_over.gif) no-repeat;
}
.menu  li  a#qualitynav {width:89px; background:url(images/navquality.gif) no-repeat;}
.menu li a#quality-on {
	width:89px;
	background:url(images/navquality_over.gif) no-repeat;
}
.menu  li  a#licensingnav {width:102px; background:url(images/navlicensing.gif) no-repeat;}
.menu li a#licensing-on {
	width:102px;
	background:url(images/navlicensing_over.gif) no-repeat;
}
.menu  li  a#aboutnav {width:80px; background:url(images/navabout.gif) no-repeat;}
.menu li a#about-on {
	width:80px;
	background:url(images/navabout_over.gif) no-repeat;
}
.menu  li  a#pressroomnav {width:112px; background:url(images/navpress.gif) no-repeat;}
.menu li a#pressroom-on {
	width:112px;
	background:url(images/navpress_over.gif) no-repeat;
}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible;
	text-decoration: none;
} /* for IE6 */
.menu li:hover {
	position:relative;
	z-index:200;
	text-decoration: none;
} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#homenav:hover, .menu li:hover a#homenav,
.menu li a#productsnav:hover, .menu li:hover a#productsnav,
.menu li a#servicesnav:hover, .menu li:hover a#servicesnav,
.menu li a#qualitynav:hover, .menu li:hover a#qualitynav,
.menu li a#licensingnav:hover, .menu li:hover a#licensingnav,
.menu li a#pressroomnav:hover, .menu li:hover a#pressroomnav,
.menu li a#aboutnav:hover, .menu li:hover a#aboutnav {
	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:0px;
	top:25px;
	background: #292f33;
	padding:4px;
	white-space:nowrap;
	width:160px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:160px;
}
.menu :hover ul.sub li a {
	display:block;
	height:20px;
	width:160px;
	line-height:20px;
	text-indent:5px;
	color:#FFFFFF;
	text-decoration: none;
}
.menu :hover ul.sub li a.fly {
	background-color: #292f33;
	background-image: url(images/gray-r.gif);
	background-repeat: no-repeat;
	background-position: 145px 7px;
}
.menu :hover ul.sub li a:hover {
	background:#3c3e42;
	color:#FFFFFF;
}
.menu :hover ul li:hover > a.fly {
	color:#fff;
	background-color: #3c3e42;
	background-repeat: no-repeat;
	background-position: 80px 7px;
} 
/* 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:155px;
	top:-4px;
	background: #292f33;
	white-space:nowrap;
	width:160px;
	z-index:200;
	height:auto;
	z-index:300;
	padding: 4px;
}
