ul {margin:0; padding:0}

#Nav {
	float: left;
	list-style: none;
	width:770px;
	height:38px;
	background: url('../images/nav/unselected.gif') left top repeat-x;
	 }

/* -------------------------- */
/* Here are the top secondary navigation links */
#Nav a {
	color:#fff;
	display:block; 
	padding:0 18px;
	
	text-transform:uppercase;
	text-decoration:none;
	}
	
#Nav a.top {
	line-height:38px;
	font-size:13px;
	border-right:1px solid #550101;
	}

	/*#Nav a:hover,
	#solutions .nav-solutions, #markets .nav-markets, #company .nav-company-profile, #news .nav-news-events, #contact .nav-contact, #resources .nav-client-resources { background-position:0 -43px; }

a.nav-solutions {
	background:url(../images/nav/solutions.png) 0 0 no-repeat;
	width:125px; }

a.nav-markets {
	background:url(../images/nav/markets.png) 0 0 no-repeat;
	width:124px; }

a.nav-client-resources {
	background:url(../images/nav/client-resources.png) 0 0 no-repeat;
	width:186px; }

a.nav-company-profile {
	background:url(../images/nav/company-profile.png) 0 0 no-repeat;
	width:180px; }

a.nav-news-events {
	background:url(../images/nav/news-events.png) 0 0 no-repeat;
	width:163px; }

a.nav-contact {
	background:url(../images/nav/contact.png) 0 0 no-repeat;
	width:140px; }*/

#Nav li {
	display:block;
	float: left;
	padding: 0; }

	/* -------------------------- */
/* The dropdown links lists */
#Nav li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 189px;
		font-weight: normal;
		font-size:12px;
		line-height:1.2em;
		background-color: #8FB4DA; /*border: 1px solid #7FBF5F;*/
		margin: 0!important;
		z-index:999999999; }

	#Nav li li {
		padding: 0;
		width: 200px; }

	#Nav li ul a {
		text-indent:0!important;
		height:auto!important;
		padding:  2px 10px;
		width: 190px;
		* html width: 180px; }

	#Nav li:hover ul ul, #Nav li:hover ul ul ul, #Nav li.sfhover1 ul ul, #Nav li.sfhover1 ul ul ul { left: -999em; }

	#Nav li:hover ul, #Nav li li:hover ul, #Nav li li li:hover ul, #Nav li.sfhover1 ul, #Nav li li.sfhover1 ul, #Nav li li li.sfhover1 ul { left: auto; }

	/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
/*#Nav li:hover a.one, #Nav li.sfhover1 a.one,
#Nav li:hover a.two, #Nav li.sfhover1 a.two,
#Nav li:hover a.three, #Nav li.sfhover1 a.three,
#Nav li:hover a.four, #Nav li.sfhover1 a.four,
#Nav li:hover a.five, #Nav li.sfhover1 a.five {
		color: #fff;
		background-color: #0068b3; }*/

	/* -------------------------- */
/* The dropdown links list colors */
#Nav li ul.under a {
		color: #fff;
		font-size:11px;
		padding:4px;
		text-decoration:none;
		text-transform:none;
		background:#004B8D url(../images/nav/dropdownbg.jpg) left top repeat-x;;
		 }

		#Nav li ul.under a:hover {
			background-color: #AE0101;
			background-image:none;
			color: #fff; }
			
			
#Nav a:hover, #CommonNavigation a.Selected:link, #CommonNavigation a.Selected:active, #CommonNavigation a.Selected:visited
{
  color: #fff;
  background-color: #550101;
}

#solutions .solutions, #markets .markets, #technology .technology, #company-profile .company-profile, #news-events .news-events, #contact .contact {
	color: #fff;
  	background-color: #550101;
	}
			


/* -------------------------- */
#content { clear: left; }

/* -------------------------- */


