/* CSS Document */

/* This Stylesheet styles the Top Nav and the subsequent 2 levels the Dropdown */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}


#nav a {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 15px;
	background:url(../images/transparent.gif);
	height:10px;
}
*html #nav a {
	margin-left: 8px;
}

/* Top Level Navigation
------------------------------------------*/
#nav a.topLevel1 { /* COMPANY */
	width: 80px;
	margin-right: 13px;
	padding-bottom: 15px;
}
#nav a.topLevel2 { /* PRODUCTS */
	width: 85px;
	margin-right: 12px;
	padding-bottom: 15px;
}
#nav a.topLevel3 { /* BENEFITS */
	width: 85px;
	padding-bottom: 15px;
	
}

/*------ IE HACKS FOR TOP NAV ------*/
*html #nav a.topLevel1 { /* COMPANY */
	width: 90px;
	margin-right: 10px;
	padding-bottom: 15px;
}
*html #nav a.topLevel2 { /* PRODUCTS */
	width: 93px;
	margin-right: 10px;
	padding-bottom: 15px;
}
*html #nav a.topLevel3 { /* BENEFITS */
	width: 94px;
	margin-right: 10px;
	padding-bottom: 15px;
}
*html #nav a {
	padding: 5px 0px 5px 6px;
}



#nav li { /* all list items */
	float: left;
	/*width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #609EBC;
	text-transform: lowercase;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:50;
}

#nav li ul li a { /* DROP DOWN link colour */
	color: #385466;
	font-weight: normal;
}

#nav li ul li {
	border-bottom: 1px solid #fff;
	display: block;

}

/* Company DROP DOWN 
================================================== */

/* SECOND LEVEL */

#nav li ul.ddCompany { /* second-level lists */
	position: absolute;
	background: url(../images/bg_company.gif);
	width: 12em;
	z-index:60;
}
#nav li ul.ddCompany li { /* Adjusts the width of the  TEXT - */
	width: 12em;
	display:block;
}

#nav li ul.ddCompany li a:hover { /* Rollover Colour of the  TEXT - */
	color: #fff;
	background-color: #003333;
	width: auto;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/* THIRD LEVEL */

#nav li ul.ddCompany li ul {  /* Adjusts the width of the LIST BOX, eg bakcgound, borders etc */
	width: 22em;
	margin-left: 12em; /*aligns the 3rd level to its parent */
	margin-top: -1.9em;
	border-left: 1px solid #fff;
}
#nav li ul.ddCompany li ul.ddCompany li {  /* Adjusts the width of the TEXT  */
	width: 22em;
	display:block;
}
#nav li ul.ddCompany li ul.ddCompany li a {  /* Adjusts the width of the TEXT  */
/*	width: 22em; */
}
#nav li ul.ddCompany li ul.ddCompany li a:hover {  /* Rollover Colour of the TEXT  */
	width: auto;
	color: #fff;
}



/* Products DROP DOWN 
================================================== */

/* SECOND LEVEL */

#nav li ul.ddProducts { /* second-level lists */
	position: absolute;
	background: url(../images/bg_products.gif);
	width: 9em;
	z-index:60;
}
#nav li ul.ddProducts li { /* Adjusts the width of the  TEXT - */
	width: 9em;
	display:block;
}
#nav li ul.ddProducts li a:hover { /* Rollover Colour of the  TEXT - */
	color: #fff;
	background-color: #CC3300;
	width: auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

/* THIRD LEVEL */

#nav li ul.ddProducts li ul {  /* Adjusts the width of the LIST BOX, eg bakcgound, borders etc */
	width: 9em;
	margin-left: 9em; /*aligns the 3rd level to its parent */
	margin-top: -1.9em;
	border-left: 1px solid #fff;
}
#nav li ul.ddProducts li ul.ddProducts li {  /* Adjusts the width of the TEXT  */
	display:block;
}
#nav li ul.ddProducts li ul.ddProducts li a {  /* Adjusts the width of the TEXT  */
	width: auto;
}
#nav li ul.ddProducts li ul.ddProducts li a:hover {  /* Rollover Colour of the TEXT  */
	color: #fff;
}


/* Benefits DROP DOWN 
================================================== */

/* SECOND LEVEL */

#nav li ul.ddBenefits { /* second-level lists */
	position: absolute;
	background: url(../images/bg_benefits.gif);
	width: 15.5em;
	z-index:60;
}
#nav li ul.ddBenefits li { /* Adjusts the width of the  TEXT - */
	width: 15.5em;
	display:block;
}
#nav li ul.ddBenefits li a:hover { /* Rollover Colour of the  TEXT - */
	color: #fff;
	background-color: #330033;
	width: auto;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

/* THIRD LEVEL */

#nav li ul.ddBenefits li ul {  /* Adjusts the width of the LIST BOX, eg bakcgound, borders etc */
	width: 12em;
	margin-left: 15.5em; /*aligns the 3rd level to its parent */
	margin-top: -1.9em;
	border-left: 1px solid #fff;
}
#nav li ul.ddBenefits li ul.ddBenefits li {  /* Adjusts the width of the TEXT  */
	width: 12em;
	display:block;
}
#nav li ul.ddBenefits li ul.ddBenefits li a {  /* Adjusts the width of the TEXT  */
	width: auto;
}
#nav li ul.ddBenefits li ul.ddBenefits li a:hover {  /* Rollover Colour of the TEXT  */
	color: #fff;
}



#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}