/* 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: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 5px;
}

#nav a:hover {
	color: #AAC023;
}

*html #nav a {
	margin-left: 8px;
}

/* Top Level Navigation
------------------------------------------*/
#nav a.topLevel1 { /* HOME */
	width: 65px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#nav a.topLevel2 { /* NEWS */
	width: 65px;
	margin-right: 12px;
	padding-bottom: 10px;
}
#nav a.topLevel3 { /* ABOUT US */
	width: 85px;
	padding-bottom: 10px;
}

#nav a.topLevel4 { /* SERVICES */
	width: 72px;
	margin-right: 13px;
	padding-bottom: 10px;
}
#nav a.topLevel5 { /* CLIENTS */
	width: 64px;
	margin-right: 12px;
	padding-bottom: 10px;
}
#nav a.topLevel6 { /* CONTACTS */
	width: 65px;
	padding-bottom: 10px;
}

/*------ IE HACKS FOR TOP NAV ------*/
*html #nav a.topLevel1 { /* COMPANY */
	width: 55px;
	margin-right: 10px;
	padding-bottom: 5px;
}
*html #nav a.topLevel2 { /* PRODUCTS */
	width: 55px;
	margin-right: 10px;
	padding-bottom: 5px;
}
*html #nav a.topLevel3 { /* BENEFITS */
	width: 64px;
	margin-right: 10px;
	padding-bottom: 5px;
}

*html #nav a.topLevel4 { /* COMPANY */
	width: 62px;
	margin-right: 10px;
	padding-bottom: 5px;
}
*html #nav a.topLevel5 { /* PRODUCTS */
	width: 54px;
	margin-right: 10px;
	padding-bottom: 5px;
}
*html #nav a.topLevel6 { /* BENEFITS */
	width: 55px;
	margin-right: 8px;
	padding-bottom: 5px;
}

*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 */
}

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

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

}

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

/* SECOND LEVEL */

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

#nav li ul.ddHome 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.ddHome 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.ddHome li ul.ddHome li {  /* Adjusts the width of the TEXT  */
	width: 22em;
	display:block;
}
#nav li ul.ddHome li ul.ddHome li a {  /* Adjusts the width of the TEXT  */
/*	width: 22em; */
}
#nav li ul.ddHome li ul.ddHome li a:hover {  /* Rollover Colour of the TEXT  */
	width: auto;
	color: #fff;
}



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

/* SECOND LEVEL */

#nav li ul.ddNews { /* second-level lists */
	position: absolute;
	background: url(../images/bg_products.gif);
	width: 9em;
}
#nav li ul.ddNews li { /* Adjusts the width of the  TEXT - */
	width: 9em;
	display:block;
}
#nav li ul.ddNews 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.ddNews 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.ddNews li ul.ddNews li {  /* Adjusts the width of the TEXT  */
	display:block;
}
#nav li ul.ddNews li ul.ddNews li a {  /* Adjusts the width of the TEXT  */
	width: auto;
}
#nav li ul.ddNews li ul.ddNews li a:hover {  /* Rollover Colour of the TEXT  */
	color: #fff;
}


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

/* SECOND LEVEL */

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

/* THIRD LEVEL */

#nav li ul.ddServices 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.ddServices li ul.ddServices li {  /* Adjusts the width of the TEXT  */
	width: 12em;
	display:block;
}
#nav li ul.ddServices li ul.ddServices li a {  /* Adjusts the width of the TEXT  */
	width: auto;
}
#nav li ul.ddServices li ul.ddServices 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;
}