@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/menu/pro_drop8.html
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.
=================================================================== */

.navdrop {
	margin:0;
	list-style:none;
	height: 33px;
	line-height: 33px;
	position:relative;
	z-index:500;
	}

.navdrop li.top {
	display:block;
	float:left;
	}

.navdrop li a.top_link {
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	cursor:pointer;
	}

.navdrop li a.top_link span {
	float:left;
	display:block;
	padding:0px;
	height:33px;
	}

.navdrop li a.top_link:hover {
	color:#000;
	line-height:33px;
	}

/*.navdrop li a.top_link:hover span {
	background:url(prodrop4/pro_drop4_2b.gif) no-repeat right top;
	}*/

.navdrop li:hover > a.top_link {
	color: #ffffff;
	background: #4e4e4e url(nav_topbg.png) repeat-x;
	line-height:33px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
/*.navdrop li:hover > a.top_link span {
	background:url(prodrop4/pro_drop4_2b.gif) no-repeat right top;
	}*/

.navdrop table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.navdrop a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
	}
	
.navdrop li:hover {
	position:relative;
	z-index:200;
	}

/* keep the 'next' level invisible by placing it off screen. */
.navdrop ul, .navdrop iframe {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}

.navdrop ul.sub1 {
	width:160px;
	}
	
.navdrop ul.sub2 {
	width:160px;
	}
	
/*
.navdrop ul.sub3 {
	width:90px;
	}
	
.navdrop ul.sub4 {
	width:112px;
	}
*/

.navdrop :hover iframe.one {
	left:0; top:33px; width:150px; height:100px;
	}
	
.navdrop :hover iframe.two {
	left:0; top:33px; width:100px; height:65px;
	}

.navdrop :hover ul {
	left:0;
	top:33px;
	background: #d9d9d9 url(nav_dropbg.png) repeat-x;
	padding:3px;
	margin-left: -1px;
	border:1px solid #222222;
	border-width:0 1px 1px;
	white-space:nowrap;
	height:auto;
	z-index:300;
	}

.navdrop :hover ul li {
	display:block;
	position:relative;
	font-weight:normal;
	width:auto;
	}

.navdrop :hover ul li a {
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:auto;
	padding: 4px 6px 4px 6px;
	color:#000;
	text-decoration:none;
	}
