/*
	filename:		nav.css
	programmer:		Long Le
	date created:	October 26, 2005
	description:	This file is the css styles for the top navigation menu in header.cfm. There is a style for each of the menues buttons
					so that we could set each drop down box styles individually
*/

#nav, #nav ul { /* top level, where images are */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
}

#nav a {
display:block;
}


#nav li { /* all list items, this makes in inline so that it is horizontal*/
	float: left;
}

/* ------------- solutions menu ----------------- */
#nav li ul.solutions{ /* the first level drop down box for ul tags */
	position: absolute;
	background: #01417f;
	width: 18em!important;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0em 0px 0px 18px;
	text-align: left;
}

#nav li ul.solutions li{ /* the first level drop down box for li tags, this sets the width of the box*/
	width: 18em!important;
	width: 18em;
	height:1.25em;
}

#nav li ul li ul.solutions{ /* second-level lists */
	position: absolute;
	background: #01417f;
	width: 18em!important;
	width: 18em;
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;
	
}
#nav li ul li ul.solutions li{ /* second-level popout box */
	float: left;
	width: 18em; /* width needed or else Opera goes nuts */
	
}

#nav li ul.solutions li a{ /* second-level lists */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}


#nav li ul li ul.solutions { /* 2nd level drop down box, this sets the location of the popout*/
	margin: -1.2em 0 0 15em!important;
	margin: -1.2em 0 0 18em;
}



/* ------------- products menu ----------------- */
#nav li ul.products{ /* the first level drop down box for ul tags */
	position: absolute;
	background: #01417f;
	width: 15em!important;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0em 0px 0px 0px;
	text-align: left;
}

#nav li ul.products li{ /* the first level drop down box for li tags, this sets the width of the box*/
	width: 15em!important;
	width: 15em;
	height:1.25em;
}

#nav li ul li ul.products{ /* second-level lists */
	position: absolute;
	background: #01417f;
	width: 15em!important;
	width: 15em;
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;
	
}
#nav li ul li ul.products li{ /* second-level popout box */
	float: left;
	width: 15em!important;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li ul.products li a{ /* second-level lists */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}


#nav li ul li ul.products { /* 2nd level drop down box, this sets the location of the popout*/
	margin: -1.2em 0 0 15em!important;
	margin: -1.2em 0 0 15em;
}


/* ------------- support menu ----------------- */
#nav li ul.support{ /* the first level drop down box for ul tags */
	position: absolute;
	background: #01417f;
	width: 15em!important;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0em 0px 0px 0px;
	text-align: left;
}

#nav li ul.support li{ /* the first level drop down box for li tags, this sets the width of the box*/
	width: 15em!important;
	width: 15em;
	height:1.25em;
}

#nav li ul li ul.support{ /* second-level lists */
	position: absolute;
	background: #01417f;
	width: 15em!important;
	width: 15em;
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;
	
}
#nav li ul li ul.support li{ /* second-level popout box */
	float: left;
	width: 15em!important;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li ul.support li a{ /* second-level lists */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}


#nav li ul li ul.support { /* 2nd level drop down box, this sets the location of the popout*/
	margin: -1.2em 0 0 15em!important;
	margin: -1.2em 0 0 15em;
}


/* ------------- academic resources menu ----------------- */
#nav li ul.academic{ /* the first level drop down box for ul tags */
	position: absolute;
	background: #01417f;
	width: 13em!important;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0em 0px 0px 0px;
	text-align: left;
}

#nav li ul.academic li{ /* the first level drop down box for li tags, this sets the width of the box*/
	width: 13em!important;
	width: 13em;
	height:1.25em;
}

#nav li ul li ul.academic{ /* second-level lists */
	position: absolute;
	background: #01417f;
	width: 13em!important;
	width: 13em;
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;
}
#nav li ul li ul.academic li{ /* second-level popout box */
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
	
}

#nav li ul.academic li a{ /* second-level lists */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}


#nav li ul li ul.academic { /* 2nd level drop down box, this sets the location of the popout*/
	margin: -1.2em 0 0 13em!important;
	margin: -1.2em 0 0 13em;
}

/* ------------- corporate menu ----------------- */
#nav li ul.corporate{ /* the first level drop down box for ul tags */
	position: absolute;
	background: #01417f;
	width: 11em!important;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0em 0px 0px 0px;
	text-align: left;
}

#nav li ul.corporate li{ /* the first level drop down box for li tags, this sets the width of the box*/
	width: 11em!important;
	width: 11em;
	height:1.25em;
}

#nav li ul li ul.corporate{ /* second-level lists */
	position: absolute;
	background: #01417f;
	width: 11em!important;
	width: 11em;
	border: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	white-space:nowrap;
	
}
#nav li ul li ul.corporate li{ /* second-level popout box */
	float: left;
	width: 11em!important;
	width: 11em; /* width needed or else Opera goes nuts */
	
}

#nav li ul.corporate li a{ /* second-level lists */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	text-decoration:none;
	padding: 2px 2px 2px 2px;
}


#nav li ul li ul.corporate { /* 2nd level drop down box, this sets the location of the popout*/
	margin: -1.2em 0 0 11em!important;
	margin: -1.2em 0 0 11em;
}

/* hover styles */
#nav li ul li a:hover {
color: #000000;
background: #90D1ED;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}


/* this is used to preload images */
.preload{display:none;}

