 
#support-top-nav{
	background: url("../img/product-nav-bar-bg.png") repeat-x scroll 0 0 transparent;
    height: 52px;
    left: 0;
	top:90px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
   
#bodyBoxflexible {
    margin-top: 35px;
}

#support-top-nav .navigation-container {
    margin: 0 auto;
    width: 960px;
}

#support-top-nav .navigation-container ul {
    background: url("../img/nena-menu-separator.png") no-repeat scroll right center transparent;
    float: left;
    margin: 0 0 20px;
    width: 960px;
}

#support-top-nav .navigation-container ul li {
    background: url("../img/nena-menu-separator.png") no-repeat scroll left center transparent;
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 160px;
}

#support-top-nav .navigation-container ul li a {
    color: #252F47;
    display: table-cell;
    height: 38px;
    line-height: 14px;
    padding: 7px 5px 5px;
    text-decoration: none;
    vertical-align: middle;
    width: 150px;
}

#support-top-nav .navigation-container ul li a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 0 1px;
    display: table-cell;
    font-weight: normal;
    height: 40px;
    padding: 5px;
    position: relative;
    vertical-align: middle;
}

#support-top-nav .navigation-container ul li a.on {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/on-selected.png") repeat-x scroll 0 0 transparent;
    border-color: #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 0 1px;
    display: table-cell;
    font-weight: bold;
    height: 41px;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    width: 148px;
}


/* Font override styles for IE6: this stylesheet will only be loaded for Internet Explorer 6 */



.ie6 .p-support div#p-body {margin-bottom: 35px;}

.ie6 #bodyBoxflexible {
	position: relative;
    top: 0px !important;

}
.ie6 .bottomshadow {
	position: relative;
    top: 0px !important;
}

.ie6 #p-header{background: url("/assets/img/nena-ie6-header.png") repeat-x  0 0; height: 125px; }
	
.ie6 #support-top-nav {
  background: none;
  height:43px;
  top: 0px;
  margin-top: -45px;
  position: relative;
  width: 100%;
  z-index: 100;
  text-align: center;
  margin-left: 10px;

}

.ie6 #support-top-nav .navigation-container {margin: 0 auto; width:965px;}


.ie6 #support-top-nav .navigation-container ul li a {
 	padding:12px 5px 5px 5px;
	color: #000000;
    display: inline-block;
    height: 24px !important;
    line-height: 15px; 
    text-decoration: none;
}
.ie6 #support-top-nav .navigation-container ul li a:hover {
	padding:11px 5px 5px 5px;
	background: none repeat scroll 0 0 #FFFFFF !important;
    border: none;
	border-bottom-width:0;
	border-top-width:0;
	position:relative;
	display: inline-block; 
}

.ie6 #support-top-nav .navigation-container ul li a.on {
	padding:12px 5px 5px 5px;
	background: url("/assets/img/on-selected.png") repeat-x 0 0;
    border: 1px solid #CCC;
	border-bottom-width:0;
	border-top-width:0;
	position:relative;
	display: block; 
	font-weight: bold;
}


/* Font override styles for IE7: these styles will only be loaded for Internet Explorer 7 */

.ie7 .p-support div#p-body {margin-bottom: 35px;}

.ie7 #bodyBoxflexible {
	position: relative;
    top: 35px !important;
	margin-bottom:35px;
}
.ie7 .bottomshadow {
	position: relative;
    top: 35px !important;
	margin-bottom:35px;
}

.ie7 #support-top-nav .navigation-container ul li a {
 	padding:12px 5px 5px 5px;
	color: #000000;
    display: inline-block;
    height: 24px !important;
    line-height: 20px; 
    text-decoration: none;
}
.ie7 #support-top-nav .navigation-container ul li a:hover {
	padding:11px 5px 5px 5px;
	background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCC;
	border-bottom-width:0;
	border-top-width:0;
	position:relative;
	display: block; 
	font-weight: bold;
}

.ie7 #support-top-nav .navigation-container ul li a.on {
	padding:11px 5px 5px 5px;
	background: url("/assets/img/on-selected.png") repeat-x 0 0;
    border: 1px solid #CCC;
	border-bottom-width:0;
	border-top-width:0;
	position:relative;
	display: block; 
	font-weight: bold;
}

/* Font override styles for IE8: these styles will only be loaded for Internet Explorer 8 */
.ie8 .p-support div#p-body { margin-bottom: 35px;}

.ie8 #bodyBoxflexible {
	position: relative;
    top: 35px !important;
    margin-bottom:35px;
}
.ie8 .bottomshadow {
	position: relative;
    top: 35px !important;
	margin-bottom:35px;
	}

.ie8 #support-top-nav .navigation-container ul li a {
 	padding:12px 5px 5px 5px;
	color: #000000;
    display: inline-block;
    height: 24px !important;
    line-height: 20px; 
    text-decoration: none;
}
.ie8 #support-top-nav .navigation-container ul li a:hover {
	padding:11px 5px 5px 5px;
	background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #CCC;
	border-bottom-width:0;
	border-top-width:0;
	position:relative;
	display: block; 
	font-weight: bold;
}

.ie8 #support-top-nav .navigation-container ul li a.on {
	padding:11px 5px 5px 5px;
	background: url("/assets/img/on-selected.png") repeat-x 0 0;
    border: 1px solid #CCC;
	border-bottom-width:0;
	border-top-width:0;
	position:relative;
	display: block; 
	font-weight: bold;
}
 

/* Safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#support-top-nav .navigation-container ul li a, #support-top-nav .navigation-container ul li a.on, #support-top-nav .navigation-container ul li a:hover {
		height: 33px;
		padding: 2px 5px 5px;
	}
}
