
/* EDUCATE NAVIGATION *TEXT*/
ul#nav-edu					        { width: 930px; height: 33px; background: url(../images/nav-educate/bg.gif); color: #fff; }
ul#nav-edu span					        { display: block !important; padding: 0 9px; color: #fff; font: bold 13px/33px Arial, Helvetica, sans-serif; background: url(../images/nav-educate/left.gif) 0 0 no-repeat; }
ul#nav-edu a					        { text-decoration: none; background: url(../images/nav-educate/right.gif) 100% 0px }
ul#nav-edu li					        { border-right: 1px solid #2A69A7; text-align: center; float: left; }
ul#nav-edu a:hover span				        { background: url(../images/nav-educate/left.gif) 0 -33px no-repeat; }
ul#nav-edu a:hover				        { background: url(../images/nav-educate/right.gif) 100% -33px no-repeat }
ul#nav-edu li#technology-solutions a	                { width: 179px; }
ul#nav-edu li#marketing-solutions a		        { width: 168px; }
ul#nav-edu li#the-active-edge a			        { width: 145px; }
ul#nav-edu li#our-customers a			        { width: 135px; }
ul#nav-edu li#take-a-tour a			        { width: 119px; }
ul#nav-edu li#get-started a		                { width: 157px; }

	/*exceptions*/
	ul#nav-edu li#take-a-tour,
	ul#nav-edu li#get-started		        { border: 0; }
	ul#nav-edu li#take-a-tour a			{ background-position: 100% -99px; }
	ul#nav-edu li#take-a-tour a:hover		{ background-position: 100% -132px }
	ul#nav-edu li#technology-solutions span		{ background-position: 0 -99px; }
	ul#nav-edu li#technology-solutions a:hover span	{ background-position: 0 -132px }
	ul#nav-edu li#get-started			{ margin-left: 23px; }
	ul#nav-edu li#get-started a			{ background: url(../images/nav-educate/cta-right.gif) 100% 0; }
	ul#nav-edu li#get-started span			{ background: url(../images/nav-educate/cta-left.gif) 0 0 no-repeat; }
	ul#nav-edu li#get-started a:hover span		{ background-position: 0 -33px; }
	ul#nav-edu li#get-started a:hover		{ background-position: 100% -33px; }

/*
Drop down menus
*/

ul#nav-edu ul 						{ display: none; }
ul#nav-edu li:hover ul				        { display: block; }
ul#nav-edu ul 						{ position: absolute; list-style-type: none; background: none !important; background-color: #B3D5F0 !important; border: none; margin-left: 5px; border:1px solid #2A69A7 !important; line-height: 14px }
ul#nav-edu ul li					{ display: block; background: none !important; float: none; text-align: left;  border-bottom: 1px solid #D6E7F7 !important; line-height: 14px; border-right: 0 !important}
ul#nav-edu ul li a					{ background: none; padding: 0 0 0 10px; color: #003580; font-family: 'Arial',sans-serif; font-size: 12px; height: 25px; line-height: 25px;  width: 210px !important;  }
ul#nav-edu ul li a:hover			        { background: none; background-color: #D6E7F7 !important; text-decoration: underline; }
ul#nav-edu li ul					{ width: 220px; }


