
/* comm NAVIGATION *TEXT*/
ul#nav-communities									{ width: 930px; height: 33px; /*background: url(../images/nav-communities/bg.gif);*/ color: #fff; }
ul#nav-communities span								{ display: block; padding: 0 9px; color: #fff; font: bold 13px/33px Arial, Helvetica, sans-serif; background: url(../images/nav-communities/left.gif) 0 0 no-repeat; }
ul#nav-communities a								{ text-decoration: none; background: url(../images/nav-camps/right.gif) 100% 0px }
ul#nav-communities li								{ border-right: 1px solid #2A69A7; text-align: center; float: left; }
ul#nav-communities a:hover span						{ background: url(../images/nav-communities/left.gif) 0 -33px no-repeat; }
ul#nav-communities a:hover							{ background: url(../images/nav-communities/right.gif) 100% -33px no-repeat }
ul#nav-communities li#technology-solutions a		{ width: 185px; }
ul#nav-communities li#marketing-solutions a			{ width: 174px; }
ul#nav-communities li#the-active-edge a				{ width: 151px; }
ul#nav-communities li#our-customers a				{ width: 141px; }
ul#nav-communities li#take-a-tour a					{ width: 124px; }
ul#nav-communities li#get-started a					{ width: 122px; }

	/*exceptions*/
	ul#nav-communities li#take-a-tour,
	ul#nav-communities li#get-started					{ border: 0; }
	ul#nav-communities li#take-a-tour a						{ background-position: 100% -99px; }
	ul#nav-communities li#take-a-tour a:hover					{ background-position: 100% -132px }
	ul#nav-communities li#technology-solutions span			{ background-position: 0 -99px; }
	ul#nav-communities li#technology-solutions a:hover span	{ background-position: 0 -132px }
	ul#nav-communities li#get-started					{ margin-left: 29px; }
	ul#nav-communities li#get-started a					{ background: url(../images/nav-communities/cta-right.gif) 100% 0; }
	ul#nav-communities li#get-started span				{ background: url(../images/nav-communities/cta-left.gif) 0 0 no-repeat; }
	ul#nav-communities li#get-started a:hover span		{ background-position: 0 -33px; }
	ul#nav-communities li#get-started a:hover			{ background-position: 100% -33px; }


/*
Drop down menus
*/

ul#nav-communities ul 						{ display: none; }
ul#nav-communities li:hover ul				{ display: block; }
ul#nav-communities 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-communities 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-communities 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-communities ul li a:hover			{ background: none; background-color: #D6E7F7 !important; text-decoration: underline; }
ul#nav-communities li ul					{ width: 220px; }
