/* ================================================================ 
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_drop6.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.
=================================================================== */

#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 200;
}

#nav li.top
{
	display: block;
	float: left;
}

#nav table
{
	border-collapse: collapse;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#nav li:hover
{
	position: relative;
	z-index: 200;
}

#nav a:hover
{
	position: relative;
	white-space: nowrap;
	z-index: 200;
}

#nav :hover ul.sub
{
	background: #424a61 none repeat scroll 0 0;
	border: 1px solid White;
	height: auto;
	left: 0;
	margin: 0;
	padding: 10px 15px 3px 15px;
	position: absolute;
	top: 28px;
	white-space: nowrap;
	z-index: 300;
}

#nav :hover ul.info
{
	width: 109px; /* for ie6 */
}

#nav :hover ul.prod
{
	width: 141px; /* for ie6 */
}

#nav :hover ul.support
{
	width: 87px; /* for ie6 */
}

#nav :hover ul.divis
{
	width: 89px; /* for ie6 */
}

#nav :hover ul.sub li
{
	border: 0 none;
	display: block;
	float: left;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}

#nav :hover ul.sub li.separator
{
	background-color: #888d9c;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 2px 0 7px 0;
}

#nav :hover ul.sub li a
{
	color: #d9deee;
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	width: 100%;
}

#nav :hover ul.sub li a:hover
{
	background: #3f96a9;
	color: White;
}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{
	height: 0;
	left: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
	width: 0;
}

/*
#nav li:hover li:hover > ul
{
	background: #50b5d0;
	border: 1px solid #0b4d97;
	height: auto;
	left: 90px;
	padding: 3px;
	top: -4px;
	white-space: nowrap;
	width: 90px;
	z-index: 400;
}
*/

/*
#nav li:hover > ul ul
{
	height: 0;
	left: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:-9999px;
	width: 0;
}
*/
