@charset "utf-8";

/* CSS Document */

/*----------------------------top navigation area-------------*/
#topnav-new, #topnav-new ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	z-index:9999999;

}
#topnav-new {
	float:right;
	background-image:url(/system/layout/images/nav/underline-off.png);
	background-position: 0 20px;
	background-repeat: no-repeat;

}
#topnav-new ul#menu{

font-weight: bold;
}
#topnav-new a {
	display: block;
	/*width: 12em;*/
	text-decoration: none;
	
}
#topnav-new a:link, #topnav-new a:visited { color: #000000;  }

#topnav-new a:hover { color: #003399;}

#topnav-new li:hover {background-color: #ebebeb;}

#topnav-new li { /* all list items */
	float: left;
	padding: 5px;
	
}
#topnav-new li.menu1 {
	width: 7em; /* width needed or else Opera goes nuts */
}
#topnav-new li.menu2 {
	width: 12em; /* width needed or else Opera goes nuts */
}
#topnav-new li.menu3 {
	width: 12em; /* width needed or else Opera goes nuts */
}
#topnav-new li.menu4 {
	width: 5em; /* width needed or else Opera goes nuts */
}
#topnav-new li.menu5 {
	width: 9em; /* width needed or else Opera goes nuts */
}
#topnav-new li.menu6 {
	width: 3.5em; /* width needed or else Opera goes nuts */
}
#topnav-new li ul { /* second-level lists */
	position: absolute;
	width: 20em;
	line-height:1.2em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 0px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	background-color: #ebebeb;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: 290;
padding-top:4px;
margin-top:4px;
}

#topnav-new li ul li {
	width:20em;
	}
	
#topnav-new li ul li:hover {background: none;}

#topnav-new li ul li a{
	width:20em;
	}
#topnav-new li:hover ul, #topnav-new li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#topnav-new li.menu1:hover ul {
	left: 33.2em;
}
#topnav-new li.menu2:hover ul {
	left: 41.1em;
}
#topnav-new li.menu3:hover ul {
	left: 54.0em;
}
#topnav-new li.menu4:hover ul {
	left: 66.9em;
}
#topnav-new li.menu5:hover ul {
	left: 62.5em;
}
#topnav-new li.menu6:hover ul {
	left: 66.9em;
}
/*----------------------------locations menu-------------*/
#fuqua-locations, #fuqua-locations ul { /* all lists */
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:99999999;
	

}

#fuqua-locations {
	float:left;


}

#fuqua-locations a {
	display: block;
	/*width: 12em;*/
	text-decoration: none;

	
}
#fuqua-locations ul li a:link, #fuqua-locations ul li a:visited { color: #A7A7A7;  }

#fuqua-locations ul li a:hover {color:#CCC;text-decoration:none;}

#fuqua-locations li { /* all list items */
	float: left;
	padding: 0px;
	margin:0px;

	
}
#fuqua-locations li#locations_tab {
	font-family: Arial,Helvetica,sans-serif;
	width: 100px;
	height: 20px;
	float: left;
	font-size: 13px;
	text-align: left;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 5px;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-color: #282828;
	font-weight:normal;
	background-image:url(/system/layout/images/nav/locations_arrow.png);
	background-position: 80px 8px;
	background-repeat:no-repeat;

	
}

#fuqua-locations li ul { /* second-level lists */
	position: absolute;
	width: 15em;
	line-height:1.2em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 3px solid #ebebeb;
	border-right: 3px solid #ebebeb;
	border-bottom: 3px solid #ebebeb;
	border-left: 3px solid #ebebeb;
	background-color: #FFF;
	font-size: 12px;
	font-weight: normal;
padding:4px;
margin-top:6px;
text-align: left;
color:#000;

}

#fuqua-locations li ul li {
	width:15em;
padding:5px;
	}
	
#fuqua-locations li ul li:hover {background: none;}

#fuqua-locations li ul li a{
	width:15em;
	font-weight:bold;

	}
#fuqua-locations ul li ul li a:link, #fuqua-locations ul li ul li a:visited { color: #000000;  }

#fuqua-locations ul li ul li a:hover {color:#003399;text-decoration:none;}

#fuqua-locations li:hover ul, #topnav-new li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:-10px;
}
#globalspace {
width:420px;
}
