﻿

/* GIL MAIN NAV 
-------------------------------------------------------------------------------------------------------------------*/


#gil-nav {
	position: absolute; top: 117px; left: 280px; z-index: 999; background: transparent;
}/*ie hacked*/


#gil-nav, #gil-nav ul {
	font-family: Arial, sans-serif; font-size: 13px;
	float: left;
	list-style: none;
	line-height: 1;
	background: #f9f9f9;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#gil-nav a {
	display: block;
	color: #9A8C7D;
	text-decoration: none;
	padding: 5px 15px;
}

#gil-nav a.tml {
	padding: 10px 15px;
}



#gil-nav li ul a, #gil-nav li ul a:hover {
	color: #fff;
}


ul.dd-1 li {
	border-bottom: 1px solid #b2482f;
}

#gil-nav li {
	float: left;
	padding: 0;
}

#gil-nav li.top-menu-item {
	margin-right: 1px;
}

#gil-nav li.top-menu-item { 
	background: transparent url(http://connections.agilityportal.com/img/corp/global/splashtab-bg.png) no-repeat scroll 0 -50; 
}

#gil-nav a.tml { border-right: 1px solid #e6e1db;}

#gil-nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 18.4em;
	w\idth: 17.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: #ab381d;
}

#gil-nav li li {
	width: 17.9em;
}


#gil-nav li ul ul { /* positioning of 2nd drop-down*/
	margin: -1.8em 0 0 17.9em;
}

#gil-nav li ul ul ul {
	margin: -1.8em 0 0 17.9em;
}

#gil-nav li:hover ul ul, #gil-nav li:hover ul ul ul, #gil-nav li.sfhovermain ul ul, #gil-nav li.sfhovermain ul ul ul {
	left: -999em;
}

#gil-nav li:hover ul, #gil-nav li li:hover ul, #gil-nav li li li:hover ul, #gil-nav li.sfhovermain ul, #gil-nav li li.sfhovermain ul, #gil-nav li li li.sfhovermain ul {
	left: auto;
}


#gil-nav :hover > a.tml {color:#fff !important; background: #d5542a url(http://connections.agilityportal.com/img/corp/agi_splashtab_bg.png) no-repeat scroll 0 -50px; border-right: 1px solid #d5542a; }
#gil-nav :hover > a {color:#fff !important; background: #d5542a url(http:/connections.agilityportal.com/img/corp/agi_splashtab_bg.png) no-repeat scroll 0 -50px; }
#gil-nav ul :hover > a {color:#fff; }
#gil-nav ul ul :hover > a {color:#fff; }
#gil-nav ul ul ul :hover > a {color:#fff; }

/* for IE */
#gil-nav li.sfhovermain {
	background: #d5542a;
}

#gil-nav li.sfhovermain a {
	color: #fff;
}

/* GIL Landing Nav
----------------------------------------------------------------------------- */

#nav {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	margin: 0;
	list-style: none;
	float : left;
	width : 200px;
	background: #d5542a;
	z-index: 100;
}
	
#nav2 {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	margin: 0;
	list-style: none;
	float : left;
	width : 200px;
	background: #d5542a;
	z-index: 100;
}
	
#nav3 {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	margin: 0;
	list-style: none;
	float : left;
	width : 200px;
	background: #d5542a;
	z-index: 100;
}
	

	

	

	
	#nav ul, #nav2 ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		/*width : 11em;*/
	}
	
	#nav li , #nav2 li{ /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		z-index: 999;
		/*width: 11em;*/
	}
	
	#nav li ul, #nav2 li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 104px;
		margin-top : -20px;
		background: #d5542a;
		z-index: 300;
	}
	
	
	
	* html #nav li ul, * html #nav2 li ul { margin-left: 107px; margin-top: -21px; }
		

	
	#nav li ul ul, #nav2 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a, #nav2 li a {
		width: 14em;
		w\idth : 13em;
		display : block;
		color : black;
		text-decoration : none;
		background-color : white;
		/*border : 1px solid black;*/
		padding: 2px 0;
	}
	
	#nav li a:hover, #nav2 li a:hover {
		color : black;
		/*background-color : black;*/
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul,
	#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul
	{
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul,
	#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul
	{ /* lists nested under hovered list items */
		left: auto;
	}






