﻿#header_navigation ul {
	margin: 0px 0px 0px 185px;
	padding: 0px;
}

#header_navigation ul li {
	list-style-type: none;
	display: block;
	float: left;
}

#header_navigation ul li a {
	display: block;
	height: 36px;
}



#nav_home span,
#nav_about span,
#nav_news span,
#nav_why span,
#nav_who span,
#nav_contact span { 
	display: none;
}

#nav_home {
	width: 66px;
	background: url(/images/structure/nav_home.gif) top left;
}

#nav_home:hover {
	background: url(/images/structure/nav_home_over.gif) top left;
}

#nav_home.selected, #nav_home.selected:hover {
	background: url(/images/structure/nav_home_on.gif) top left;
}

#nav_about {
	width: 114px;
	background: url(/images/structure/nav_about.gif) top left;
}

#nav_about.selected, #nav_about.selected:hover {
	background: url(/images/structure/nav_about_on.gif) top left;
}

#nav_about:hover {
	background: url(/images/structure/nav_about_over.gif) top left;
}

#nav_news {
	width: 66px;
	background: url(/images/structure/nav_news.gif) top left;
}

#nav_news.selected, #nav_news.selected:hover {
	background: url(/images/structure/nav_news_on.gif) top left;
}

#nav_news:hover {
	background: url(/images/structure/nav_news_over.gif) top left;
}

#nav_why {
	width: 115px;
	background: url(/images/structure/nav_why.gif) top left;
}

#nav_why.selected, #nav_why.selected:hover {
	background: url(/images/structure/nav_why_on.gif) top left;
}

#nav_why:hover {
	background: url(/images/structure/nav_why_over.gif) top left;
}

#nav_who {
	width: 113px;
	background: url(/images/structure/nav_who.gif) top left;
}

#nav_who.selected, #nav_who.selected:hover {
	background: url(/images/structure/nav_who_on.gif) top left;
}

#nav_who:hover {
	background: url(/images/structure/nav_who_over.gif) top left;
}

#nav_contact {
	width: 100px;
	background: url(/images/structure/nav_contact.gif) top left;
}

#nav_contact:hover {
	background: url(/images/structure/nav_contact_over.gif) top left;
}

#nav_contact.selected, #nav_contact.selected:hover {
	background: url(/images/structure/nav_contact_on.gif) top left;
}



#new_top_nav{
	text-transform: uppercase;
	padding-top: 12px;
	padding-left: 185px;
	font-weight: bold;

}

/* only for IE7 */
*+html #new_top_nav{
	padding-top: 6px;
}

#new_top_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
/*float: right;
  height:38px;*/
  /*overflow: hidden; Setting the height and overflow seem to break the login button to the right of the navigation*/
/*  width: 575px;*/
 /* font-size: 1.471em;*/

}

#new_top_nav li#first{
  width: 55px;

}

#new_top_nav li {
  float: left;
  padding: 0;
  /*line-height: 250%;*/
  list-style-type:none;
  /*font-size: 1em;*/
  width: 104px;
  margin-bottom: 0;
	text-align:left;

  
}

#new_top_nav a {
  /*float: left;*/
  display: block;
  text-decoration: none;
  /*font-weight: bold;*/
  color: #FFF;
  height: 33px;
  line-height:1.2;
  padding-top: 3px;
  background-repeat: no-repeat;
  background-color: #575652;
  border-bottom: 1px solid #60614E;
  padding-left: 10px;

}


#new_top_nav li#first a {
	background-image: url(/images/navigation/newtoplevel/left_unselected.gif);
	    vertical-align:center;
  
}

#new_top_nav li#last {
	/*float:right; This seems to break the login box as well*/
}

#new_top_nav li#last a {
	background-image: url(/images/navigation/newtoplevel/right_unselected.gif);
	background-position: right;
}


#new_top_nav a.selected,
#new_top_nav a:hover  {
  background-color: #10100E;
  border-bottom: 1px solid #313228;
}

#new_top_nav a.selected {
  color:#BFD73B;
}

#new_top_nav li#first a.selected,
#new_top_nav li#first a:hover  {
  background-image: url(/images/navigation/newtoplevel/left_selected.gif);
  background-color: #090908;
}


#new_top_nav li#last a.selected,
#new_top_nav li#last a:hover  {
  background-image: url(/images/navigation/newtoplevel/right_selected.gif);
  background-color: #11110F;
}
