/* navigation styles OVERRULES */
/* navigation header (tabs) styles */
.productselect .enterprise_home a,
 .productselect .enterprise_home a:link,
  .productselect .enterprise_home a:visited
{
	color: #000;
}
    .productselect .carrier_home a,
     .productselect .carrier_home a:link,
      .productselect .carrier_home a:visited,
       .productselect .carrier_home a:hover,
        .productselect .enterprise_home a:hover
{
	color: #fff;
}
/* sub-navigation (list) styles */
.productnav a,
 .productnav a:link,
  .productnav a:visited,
   .productnav a.ActiveParent,
    .productnav a:link.ActiveParent,
     .productnav a:visited.ActiveParent,
      .productnav a.Active,
       .productnav a:link.Active,
        .productnav a:visited.Active
{
	border-bottom: 1px solid #77849A;
	border-top: 1px solid #B6C4DC;
	background: url(images/productlinkbluebg.gif) no-repeat;
}
.productnav a:hover
{
	border-bottom: 1px solid #77849A;
	border-top: 1px solid #B6C4DC;
	background: url(images/productlinkbluebg_hover.gif) no-repeat;
}
.productnav .Level2
{
	border: 0px;
	background: #AABBD7;
}
.productnav .Level2 a,
 .productnav .Level2 a:link,
  .productnav .Level2 a:visited
{
	background: url(images/subnav_dot_blue.gif) no-repeat;
}
.productnav .Level2 a:hover,
 .productnav .Level2 a.Active,
  .productnav .Level2 a:visited.Active
{
	background: url(images/subnav_dot_blue.gif) no-repeat;
}
.main
{
	float:right;
	width:677px !important;
	margin:5px 20px 0 0;
	line-height:20px;
}

