#menuWrapper
{
  background-color: #ffffff;
  width: 960px;
}
#menu
{
  background-color: #000000;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#menu a
{
  display: block;
  color: #ededed;
  font-family: Arial Narrow, Tahoma, Verdana;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  padding: 2px 7px 4px 7px;
  text-align: center;
  text-decoration: none;
}
#menu ul li ul li a
{
  border-top: none;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: none;
  text-align: left;
}
#menu li
{
  position: relative;
}
#menu ul ul
{
  position: absolute;
  z-index: 500;
}

#menu ul ul ul
{
  position: absolute;
  top: 0;
  left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
  display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
  display: block;
}
div#menu li:hover a,
div#menu li a.nav_on
/*,div#menu a:focus,
div#menu a:active*/
{
  background: url(../images/header/nav_bg_on.gif);
  background-repeat: repeat-x;
}
div#menu li:hover ul
{
  display: block;
}
div#menu li:hover ul a
{
  background-color: #CCCCCC;
  background-image: none; /*removes the blue background image from the drop-down menus*/
}
div#menu li:hover ul a.has_subnav
{
  background-image: url('../images/header/nav_arrow_off.gif');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
div#menu li:hover ul a.has_subnav:hover
{
  background-image: url('../images/header/nav_arrow_on.gif');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
div#menu ul a:hover
{
  background-color: #3F5168 !important;
  color: #FFFFFF !important;
}
div#menu ul li ul li a:hover,
div#menu ul li ul a:hover 
{
  background-color: #666666 !important;
  color: #FFFFFF !important;
}
div#menu li ul li a
{ 
  width: 180px;
  display: block;
  color: #083951;
  /*padding: 5px 0 5px 5px;*/
  font-size: 11px;
}

/*static sizing for main menu items*/
#nav1
{
	/*width: 170px;*/
}
#company
{
	/*width: 135px;*/
}
#solutions
{
	/*width: 135px;*/
}
#expertise
{
	/*width: 135px;*/
}
#careers
{
	/*width: 135px;*/
}
#resources
{
	/*width: 135px;*/
}
#news
{
	/*width: 135px;*/
}

