﻿#top-nav {
	clear:both;
	margin: 0px 0 0px -10px;
	padding-top:0px;
	position: relative;
	background:url(/images/common/menu_bg.png) no-repeat 0 0;
	_background:url(/images/common/menu_bg_ie6.png) no-repeat 0 0;
	height:49px;
	overflow: visible;
}
.home #top-nav {
	_height: 359px;
}
	
#menu {
	padding-left: 20px;
}
/* Solutions Tab */
 #solutions_anchor 
 {
    float:left;
    width:113px;
    height:40px;
    padding:0px;
    margin:0px;
	cursor: default;
 }
 
  a.solutions_anchor_activated
  {
      background: url(/images/common/solutions_on.png) no-repeat 0px 0px;
  } 
  a.solutions_anchor_activated:hover
  {
      background: url(/images/common/solutions_on.png) no-repeat 0px 0px;        
  }

.solutions_bg {
   background-color: #000;
   width:473px;
   height:221px;  
   *height:auto;  
   padding: 10px 0px 0px 0px;
   opacity: 0.9;
   *filter:alpha(opacity=90);
}
#solutions 
{
	background-color: #000;
	opacity: 0.9;
	*filter:alpha(opacity=90);
	position: absolute;
	z-index: 1000;
	width:473px;
	display: none;
}
/* Solutions Tab */
/* Services Tab */
 #services_anchor 
 {
    float:left;
    width:107px;
    height:40px;
    padding:0px;
    margin:0px;
	cursor: default;
 }
 
  a.services_anchor_activated
  {
      background: url(/images/common/services_on.png) no-repeat 0px 0px;
  } 
  a.services_anchor_activated:hover
  {
      background: url(/images/common/services_on.png) no-repeat 0px 0px;   
  }

.services_bg 
{
   background-color: #000;
   width:465px;
   height:221px;  
   *height:auto;  
   padding: 10px 0px 0px 0px;
   opacity: 0.9;
   *filter:alpha(opacity=90);
}
#services 
{
	background-color: #000;
	opacity: 0.9;
	*filter:alpha(opacity=90);
	position: absolute;
	z-index: 1000;
	width:465px;
	display: none;
}
/* Services Tab */

/* Resources Tab */
 #resources_anchor 
 {
    float:left;
    width:169px;
    height:40px;
    padding:0px;
    margin:0px;
	cursor: default;
 }
 
  a.resources_anchor_activated
  {
      background: url(/images/common/resources_on.png) no-repeat 0px 0px;
  } 
  a.resources_anchor_activated:hover
  {
      background: url(/images/common/resources_on.png) no-repeat 0px 0px;   
  }

.resources_bg 
{
   background-color: #000;
   width:465px;
   height:221px;  
   *height:auto;  
   padding: 10px 0px 0px 0px;
   opacity: 0.9;
   *filter:alpha(opacity=90);
}
#resources 
{
	background-color: #000;
	opacity: 0.9;
	*filter:alpha(opacity=90);
	position: absolute;
	z-index: 1000;
	width:465px;
	display: none;
}
/* Resources Tab */
/* Community Tab */
 #community_anchor 
 {
    float:left;
    width:130px;
    height:40px;
    padding:0px;
    margin:0px;
	cursor: default;
 }
 
  a.community_anchor_activated
  {
      background: url(/images/common/community_on.png) no-repeat 0px 0px;
  } 
  a.community_anchor_activated:hover
  {
      background: url(/images/common/community_on.png) no-repeat 0px 0px;   
  }

.community_bg 
{
   background-color: #000;
   width:465px;
   height:221px;  
   *height:auto;  
   padding: 10px 0px 0px 0px;
   opacity: 0.9;
   *filter:alpha(opacity=90);
}
#community 
{
	background-color: #000;
	opacity: 0.9;
	*filter:alpha(opacity=90);
	position: absolute;
	z-index: 1000;
	width:465px;
	display: none;
}
/* Community Tab */
/* Company Tab */
 #company_anchor 
 {
    float:left;
    width:115px;
    height:40px;
    padding:0px;
    margin:0px;
	cursor: default;
 }
 
  a.company_anchor_activated
  {
      background: url(/images/common/company_on.png) no-repeat 0px 0px;
  } 
  a.company_anchor_activated:hover
  {
      background: url(/images/common/company_on.png) no-repeat 0px 0px;   
  }

.company_bg 
{
   background-color: #000;
   width:421px;
   height:221px;  
   *height:auto;  
   padding: 10px 0px 0px 0px;
   opacity: 0.9;
   *filter:alpha(opacity=90);
}
#company 
{
	background-color: #000;
	opacity: 0.9;
	*filter:alpha(opacity=90);
	position: absolute;
	z-index: 1000;
	width:421px;
	display: none;
}
/* Company Tab */

 
 
/* Global Nav elements ********************************/

.megamenu, .megamenu li a {
	padding:0px;
	margin:0px;
	text-align:left;
	font-size:12px;
}

.megamenu .column{
	float: left;
	width: 190px; /*width of each menu column*/
	padding:0px 20px 15px 20px;
	margin-right: 0px;
}
.megamenu .last{
	width: 165px; /*width of each menu column*/
}
.megamenu a,.megamenu a:visited
{
    color:#fff;
}

.megamenu a:hover
{
    color:#fff;
    background-color:#fff;
}

.megamenu .column ul li a
{
    font-weight:bold;
    line-height:16px;
    display: block;
}

.megamenu .column ul li ul a
{
    line-height:16px;
    font-weight:normal;
    display: block;
}

.megamenu .column ul li{
	padding-bottom: 5px;
}

.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.megamenu .column ul li ul li{
	margin: 0;
	padding:2px; 
	padding-left: 10px;
	list-style-type: none;
}

.megamenu .column ul li a{
	text-decoration: none;
	padding: 2px;
	
	
}
.megamenu .column ul li a:hover
{
    border-top:0px solid #fff;  /*hack to resolve issue with IE8 */
    color:#000;
    background:#8DC63F;

}
.megamenu .column2 ul.level2 li a:hover
{
    border-top:0px solid #fff;  /*hack to resolve issue with IE8 */
    color:#8DC63F;
    background:transparent;
   
}


