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

#wrap-menu {
	padding-left: 0px;
	z-index: 999;
}

.facebook2{
	border:none;
	margin-right:720px;
	margin-top:-33px;
	float:right;
	}

#multi-level {
	height:50px;
	position:relative;
	z-index:900;
	width: 718px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

/* 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:arial, sans-serif;
	font-size:11px;
}

/* Set up the size of the list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	height: 40px;
	padding-top: 10px;
}

/* 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 link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#666;
	background: #FFF;
	padding:0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
.menu li.top a.top_link span.span_top {
	display:block;
	float:left;
	height:30px;
	padding:0px 15px 0px 15px;
}
.menu li.top a.top_link b.b_top {
	display:block;
	float:left;
	height:30px;
	width:26px;
}

.menu li.top a.top_link span.drop {
	padding: 0px 15px 0px 15px;
}
.menu li a#products b.b_top {
	padding-left: 15px;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible; cursor:pointer; position:relative;}
.menu li:hover {position:relative; z-index:200;}

/* Style the top level links */
.menu li.top a.top_link:hover,
.menu li.top:hover a.top_link {
	background: #ada89f;
	color: #FFF;
}
.menu li.top a.top_link:hover span.span_top,
.menu li.top:hover a.top_link span.span_top {
}
.menu li.top a.top_link:hover span.drop,
.menu li.top:hover a.top_link span.drop {
	background: #ada89f right top;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu 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;}

/* Style the drop down sub level links */
.menu :hover ul.sub {
	left:0;
	top:38px;
	padding:3px 0 0 0;
	white-space:nowrap;
	width:135px;
	height:auto;
}
.menu :hover ul.sub li {display:block; float:left;}
.menu :hover ul.sub li a {display:block; float:left; height:25px; width:135px; line-height:25px; color:#000; text-decoration:none; padding:0; background: url(images/nav_new/dropa_0.gif) no-repeat;}

/* All this lot is for IE6, believe it or not, to style the fly outs */
.menu :hover ul.sub li a span,
.menu :hover ul.sub li a.fly:hover ul li a span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a span, 
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a span
{
	display:block;
	float:left;
	height:25px;
	width:150px;
	padding:0 10px 0 5px;
	font-weight:normal;
	color:#FFF;
	background: #ada89f;
}

.menu :hover ul.sub li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly span
{
	color:#000;
	background: url(images/nav_new/dropb_0.gif) right top;
}

.menu :hover ul.sub li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover,
.menu :hover ul.sub li a:hover ul li a:hover ul li a:hover ul li a:hover ul li a:hover
{
	color:#fff;
}

.menu :hover ul.sub li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a:hover span
{
	color:#fff;
	background: #036;
}

.menu :hover ul.sub li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover span,
.menu :hover ul.sub li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover ul li a.fly:hover span
{
	color:#fff;
}

/* the next two lines keep the menu trail :hover state for IE7 and non-IE browsers */
.menu :hover ul li:hover > a.fly {
	color:#fff;
}
.menu :hover ul li:hover > a.fly span {
	color:#fff;
	background: #036;
}

/* Style the images to the left of each link */
.menu ul.sub b {display:block; float:left; background:transparent url(images/nav_new/book.gif) no-repeat center center; height:25px; width:25px;}
.menu ul.sub b.key {background:transparent url(images/nav_new/key.gif) no-repeat center center;}
.menu ul.sub b.cog {background:transparent url(images/nav_new/cog.gif) no-repeat center center;}

/* Position the flyouts */
.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:107px;
	top:0;
	padding:5px 5px 5px 0;
	white-space:nowrap;
	width:120px;
	z-index:200;
	height:auto;
}

