#navcontainer {
	height:33px;
	background:url(../images/menu_back_black.jpg);
}
#navcontainer ul li {
	float:left;
	position:relative;
}
#navcontainer li a {
	display:block;
	height:33px;
	background-position:0 0;
	text-indent:-9999px;
	cursor:pointer;
	outline:none;
}
#navcontainer li a:hover, #navcontainer li a.navhot, #navcontainer li.BrowserFix a {
	background-position:0 33px;
}
a#home-nav {
	width:65px;
	background-image:url(../images/nav_home.gif);
}
a#rating-nav {
	width:121px;
	background-image:url(../images/nav_rating_system.gif);
}
a#products-nav {
	width:88px;
	background-image:url(../images/nav_products.gif);
}
a#resources-nav {
	width:93px;
	background-image:url(../images/nav_resources.gif);
}
a#about-nav {
	width:68px;
	background-image:url(../images/nav_about.gif);
}
a#news-nav {
	width:59px;
	background-image:url(../images/nav_news.gif);
}
a#careers-nav {
	width:78px;
	background-image:url(../images/nav_careers.gif);
}
a#contact-nav {
	width:103px;
	background-image:url(../images/nav_contact.gif);
}
#navcontainer li ul {
	display:none;
	position:absolute;
	background:#58ad3b;
	width:150px;
	top:33px;
	left:0;
}
#navcontainer li:hover ul, #navcontainer li ul.IE6fix {
	display:block;
}
#navcontainer li ul li {
	float:none;
}
#navcontainer li ul li a {
	background:none;
	text-indent:0;
	font-size:13px;
	text-decoration:none;
	height:1%;
	padding:6px 8px;
	color:#fff;
	line-height:1.1;
}
#navcontainer li ul li a:hover {
	background:#367c2b;
}



#secondarymenu  {
  padding-bottom:5px;
}

#secondarymenu a {
  background-image:url(../images/arrow_green_sm.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding-left:9px;
  line-height:2;
  text-decoration:none;
  color:#ffffff;
}

#secondarymenu a:hover {
  background-image:url(../images/arrow_black_sm.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
}


#secondarymenu span {
  padding-left:9px;
  line-height:2;
  color:#071505;
  background-image:url(../images/arrow_black_sm.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
}
