﻿@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	background: #fff url(../images/bg.gif) repeat-x;
	margin: 6px 0 0;
	text-align: center;
}
body#newwin {
	background-image: none;
	margin: 15px 15px 30px;
}
a:link {
	color: #29436b;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #29436b;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #29436b;
	font-weight: bold;
	text-decoration: none;
}
/*///////////////////////*/
/*//////// LAYOUT ///////*/
/*///////////////////////*/

#container {
	width: 893px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 893px;
	height: 84px;
	background: url(../images/header.gif) no-repeat;
}
#logo {
	width: 174px;
	height: 56px;
	padding: 16px 0 0 18px;
	float: left;
}
#headerSwf {
	width: 520px;
	height: 80px;
	padding: 3px 8px 0 0;
	float: right;
}
#content {
	width: 893px;
	min-height: 430px;
	background: url(../images/bg_wrapper.gif) repeat-y;
	padding: 10px 0 0;
}
* html #content {
	height: 430px;
}
#b2maincont {
	margin: 0 auto;
	width: 80%;
	text-align: justify;
}
body#request #b2maincont {width: 760px;}

#footer {
	width: 893px;
	height: 100px;
	/*background: url(../images/footer.gif) no-repeat;*/
	background: url(../images/footer_bg.gif) no-repeat;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer h1{
	font-size: 100%;
	margin: 0 0 3px 0;
	padding: 0;
}

.footer_box{
	float: left;
	width: 540px;
	height: 80px;
	margin: 10px;
	padding: 0;
	color: #666666;
	font-size: .85em;
	font-family: Arial, Helvetica;
	/*border: 1px solid #000;
	*/
}

.footer_box_middle {
	float: left;
	border: 1px solid #000;
	display: block;
	height: 80px;
	width: 125px;
	margin: 10px;
	padding: 0;
	cursor: pointer;
	border: 0;
	/*
	border: 1px solid red;
	*/
}

.footer_box_right {
	float: right;
	border: 1px solid #000;
	height: 80px;
	width: 125px;
	margin: 10px 25px 10px 10px;
	padding: 0;
	cursor: pointer;
	border: 0;
	/*border: 1px solid blue;*/
}

.footer_eu_left{
	float: left;
	width: 280px;
	height: 71px;
	margin: 0;
	padding: 0;
	background: url(../images/div_exact.gif) no-repeat top right;
	border: 0px solid blue;
}

.footer_eu_left1{
	float: left;
	width: 155px; 
	margin: 0;
	padding: 9px 0px 0px 0px;
	border: 0px solid blue;
}

.footer_eu_left2{
	float: right;
	width: 115px; 
	margin: 0;
	padding: 9px 5px 0px 0px;
	text-align: left;
	border: 0px solid blue;
}

.footer_eu_right{
	float: right;
	width: 253px;
	height: 71px;
	margin: 0;
	padding: 0;
	border: 0px solid blue;
}

.footer_eu_right1{
	float: left;
	width: 125px;
	margin: 0;
	padding: 9px 0px 0px 0px;
	border: 0px solid blue;
}

.footer_eu_right2{
	float: right;
	width: 116px; 
	margin: 0;
	padding: 9px 0 0 8px;
	border: 0px solid blue;
}



.footer_usa_left{
	float: left;
	/*width: 185px;
	height: 80px;*/
	width: 175px;
	height: 71px;
	margin: 0;
	padding: 9px 0 0 10px;
	background: url(../images/div_exact.gif) no-repeat top right;
	/*border: 1px solid red;*/
}

.footer_usa_right1{
	float: left;
	/*width: 345px;
	height: 80px;*/
	width: 160px; /*170px;*/ /*320px*/
	height: 71px;
	margin: 0;
	/*padding: 9px 0 0 20px;*/
	padding: 9px 0 0 15px;
	/*border: 1px solid blue;*/
}

.footer_usa_right2{
	float: right;
	/*width: 345px;
	height: 80px;*/
	width: 165px; /*170px;*/
	height: 71px;
	margin: 0;
	padding: 9px 0 0 5px;
	/*border: 1px solid red;*/
}

#us_footer_button{
	clear: all;
	position: relative;
	top: -10px;
	left: -5px;
	float: left;
	width: 137px;
	padding: 1px 5px;
	margin: 0;
	border-top: 1px solid #d2d2d4 /*#999999*/;
	border-right: 1px solid #d2d2d4 /*#999999*/;
	cursor: pointer;
	background: #efeff0 url(../images/footer_arrow.gif) no-repeat right center;
}

#eu_footer_button{
	clear: all;
	position: relative;
	top: -1px;
	left: -5px;
	float: left;
	width: 82px;
	padding: 1px 5px;
	margin: 0;
	border-top: 1px solid #d2d2d4 /*#999999*/;
	border-right: 1px solid #d2d2d4 /*#999999*/;
	cursor: pointer;
	background: #efeff0 url(../images/footer_arrow.gif) no-repeat right center;
}
/*///////////////////////*/
/*////// MISC RULES /////*/
/*///////////////////////*/

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hidden {
	display:none;
}
.tableborder1 {
	border: #ccc 1px solid;
}
.tableborder2 {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	padding: 2px;
	font-size: .9em;
	color: #000;
	background-color: #F7F7F7;
}
.tableborder2 a {
	font-weight: bold;
	text-decoration: none;
}
.style4 {font-size: 1.2em}
.style5 { font-weight: bold; font-size: 1.3em; }
.tablinksbar {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	margin: 0 15px 0;
	padding: 2px;
	text-align: center;
	font-size: .9em;
	color: #ccc;
}
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	font: bold 1em;
	background-color: #F0F0F0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	margin: 0 15px 15px;
	padding: 2px;
}
.CollapsiblePanelContent {
	margin: 5px 35px;
	padding: 0px;
	text-align: justify;
}

body#pro2 #boxmid2 {
	padding-left: 15px;
	padding-right: 15px;
	width: 838px;
}


/*///////////////////////*/
/*////// HOME PAGE //////*/
/*///////////////////////*/

ul.home li {
	margin: 0 0 5px 5px;
	list-style-type: none;
	font-size: .9em;
	font-weight: bold;
}
p.hometxt {
	color: #4b5c77;
	margin: 10px 0 0 10px;
}
a.info, a.info1, a.info2, a.info3 {
	position:relative; /*this is the key*/
	z-index:24;
	color: #29436b;
	margin-left: 25px;
	text-decoration:none;
}
a.info:hover, a.info1:hover, a.info2:hover, a.info3:hover {
	z-index:25;
	background-color:#efefef;
	color: #29436b;
	text-decoration:none;
	padding: 2px;
	margin-left: 25px;
}
a.info span, a.info1 span, a.info2 span, a.info3 span {
	display: none;
}
a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0;
	left:200px;
	width:365px;
	padding: 5px;
	background-color:#efefef;
	text-align: left;
	text-decoration:none;
}
a.info1:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-22px;
	left:200px;
	width:365px;
	padding: 5px;
	background-color:#efefef;
	text-align: left;
	text-decoration:none;
}
a.info2:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-45px;
	left:205px;
	width:365px;
	padding: 5px;
	background-color:#efefef;
	text-align: left;
	text-decoration:none;
}
a.info3:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-50px;
	left:200px;
	width:365px;
	padding: 5px;
	background-color:#efefef;
	text-align: left;
	text-decoration:none;
}
/*////////////////////////////////*/
/*/////// Provider Portal   //////*/
/*////////////////////////////////*/

h2.pportal {
	margin: 0 0 10px 15px;
	background: url(../images/title_provport.gif) no-repeat;
	width: 187px;
	height: 36px;
	float: left;
}
* html h2.pportal {
	margin-left: 7px;
}
h2.pportali {
	margin: 0 0 10px 15px;
	background: url(../images/title_provporti.gif) no-repeat;
	width: 355px;
	height: 36px;
	float: left;
}
* html h2.pportali {
	margin-left: 7px;
}
#plogi {
	width: 50%;
	float: right;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 0 20px 0 0;
	color: #29436B;
}

/*////////////////////////////////*/
/*////// Warranty Database  //////*/
/*////////////////////////////////*/

h2.pwarranty {
	margin: 0 0 10px 15px;
	background: url(../images/title_warranty.gif) no-repeat;
	width: 250px;
	height: 36px;
	float: left;
}
* html h2.pwarranty {
	margin-left: 7px;
}
#plogw {
	width: 60%;
	float: right;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 0 20px 0 0;
	color: #29436B;
}

/*///////////////////////*/
/*/////// Travel   //////*/
/*///////////////////////*/

h2.travel {
	margin: 0 0 10px 15px;
	background: url(../images/title_travel.gif) no-repeat;
	width: 240px;
	height: 36px;
	float: left;
}
* html h2.travel {
	margin-left: 7px;
}
body.travel #boxtop2 {
	height: 8px;
	background-position: 0 0;
}
#travelScroll {
	width: 300px;
	height: 185px;
	text-align:justify;
	padding-right: 10px;
	margin: 0 0 0 10px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
  	overflow-x: none;
  	overflow-y: auto;
	font-size: .9em;
}
#travelScroll2 {
	width: 450px;
	height: 185px;
	text-align:justify;
	padding-right: 10px;
	margin: 0 0 0 10px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
  	overflow-x: none;
  	overflow-y: auto;
}

/*////////////////////////////////*/
/*////// Webinar Database  //////*/
/*////////////////////////////////*/

h2.pwebinar {
	margin: 0 0 10px 15px;
	background: url(../images/title_webinar.gif) no-repeat;
	width: 250px;
	height: 36px;
	float: left;
}
* html h2.pwebinar {
	margin-left: 7px;
}
#plogweb {
	width: 60%;
	float: right;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 0 20px 0 0;
	color: #29436B;
}
/*////////////////////////////////////////////////*/
/*/////// Webinars   //////*/
/*////////////////////////////////////////////////*/

h2.webinars {
	margin: 0 0 10px 15px;
	background: url(../images/title_webinars.gif) no-repeat;
	width: 125px;
	height: 36px;
	float: left;
}
* html h2.webinars {
	margin-left: 7px;
}
body.webinars #boxtop2 {
	height: 8px;
	background-position: 0 0;
}

/*////////////////////////////////////////////////*/
/*/////// Customer Service & Tech Support   //////*/
/*////////////////////////////////////////////////*/

h2.custserv {
	margin: 0 0 10px 15px;
	background: url(../images/title_cust.gif) no-repeat;
	width: 221px;
	height: 36px;
	float: left;
}
* html h2.custserv {
	margin-left: 7px;
}
body.custserv #boxtop2 {
	height: 8px;
	background-position: 0 0;
}
h2.techsup {
	margin: 0 0 10px 15px;
	background: url(../images/title_techsup.gif) no-repeat;
	width: 231px;
	height: 36px;
	float: left;
}
* html h2.techsup {
	margin-left: 7px;
}
body.techsup #boxtop2 {
	height: 8px;
	background-position: 0 0;
}
/*///////////////////////*/
/*/////// PATIENTS //////*/
/*///////////////////////*/

h2.patients {
	margin: 0 0 10px 15px;
	background: url(../images/title_patients.gif) no-repeat;
	width: 95px;
	height: 36px;
	float: left;
}
* html h2.patients {
	margin-left: 7px;
}
#plog {
	width: 75%;
	float: right;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 0 20px 0 0;
	color: #29436B;
}
#boxtop2 {
	width: 868px;
	height: 28px;
	margin: 0 0 0 15px;
	clear: both;
	background: url(../images/box2top.gif) no-repeat 0 27px;
}
#boxmid2 {
	width: 808px;
	background:url(../images/box2mid.gif) repeat-y;
	margin: 0 0 0 15px;
	padding: 20px 30px;
	min-height: 350px;
}
* html #boxmid2 {
	height: 350px;
}
#boxmid2 p {
	margin: 0 0 10px;
}
#boxmid2 h3, h3.titleh3 {
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	margin: 0;
	padding: 2px;
}
#b2SideBar {
	width: 100%;
	float: left;
	clear: left;
	border: #CCCCCC 1px solid;
}
#b2Content {
	width: 100%;
	padding: 0 5px 0 0;
	min-height: 350px;
	float: left;
	clear: left;
}
* html #b2Content {height: 350px;}

#boxbott2 {
	background: url(../images/box2bott.gif) no-repeat;
	width: 868px;
	height: 9px;
	margin: 0 0 10px 15px;
}
/*///////////////////////*/
/*////// CORP & PUB /////*/
/*///////////////////////*/

h2.corp {
	margin: 0 0 10px 15px;
	background: url(../images/title_corp.gif) no-repeat;
	width: 535px;
	height: 36px;
	float: left;
}
* html h2.corp {
	margin-left: 7px;
}

body#corp7 ul {
	list-style-type: none;
}
/*///////////////////////*/
/*////// PROVIDERS //////*/
/*///////////////////////*/

h2.providers {
	margin: 0 0 10px 15px;
	background: url(../images/title_providers.gif) no-repeat;
	width: 114px;
	height: 36px;
	float: left;
}
* html h2.providers {
	margin-left: 7px;
}
#boxmid2 ul, #boxmid2 ol {
	margin: 0 0 0 20px;
}
#boxmid2 li {
	margin: 4px 0;
}
body#pro2 div#b2SideBar h4 {
	text-align: center;
	font-size: .8em;
	color: #333333;
	background-color: #E6E6E6;
	border-bottom: 1px solid #CCCCCC;
}
body#pro2 div#b2SideBar ul {
	margin: 5px;
	font-size: .8em;
	list-style-type: none;
}
body#pro2 div#b2SideBar li {
	margin: 4px;
	border-bottom: 1px solid #CCCCCC;
}
/*///////////////////////*/
/*/////// CONTENT ///////*/
/*///////////////////////*/

.boldblue {
	color: #29436b;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 10px;
}
.smaller {
	font-size: .8em;
}
#cont_left {
	float: left;
	width: 291px;
	margin: 15px 0 0;
}
#cont_right {
	float: right;
	width: 602px;
	margin: 40px 0 10px;
}
#boxtop {
	background: url(../images/medprod_boxtop.gif) no-repeat;
	width: 596px;
	height: 14px;
	clear: both;
}
#boxmid {
	width: 596px;
	background: url(../images/medprod_boxside.gif) repeat-y;
	min-height: 399px;
	padding: 15px 0 0 0;
	font-size: .9em;
}
* html #boxmid {
	height: 399px;
}
#boxbott {
	background: url(../images/medprod_boxbott.gif) no-repeat;
	width: 596px;
	height: 16px;
}
/*///////////////////////*/
/*/// GOVERNMENT PROD ///*/
/*///////////////////////*/
#plogg {
	width: 65%;
	float: right;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	padding: 0 20px 0 0;
	color: #29436B;
}
h2.government {
	margin: 0 0 10px 15px;
	background: url(../images/title_govport.gif) no-repeat;
	width: 240px;
	height: 36px;
	float: left;
}
* html h2.government {
	margin-left: 7px;
	
}.government#boxtop {
	background: url(../images/medprod_boxtop.gif) no-repeat 0 32px;
	width: 596px;
	height: 36px;
}
.government#boxmid {
	padding: 0;
}
/*///////////////////////*/
/*/// INDUSTRIAL PROD ///*/
/*///////////////////////*/
.industrial#boxtop {
	background: url(../images/medprod_boxtop.gif) no-repeat 0 32px;
	width: 596px;
	height: 36px;
}
.industrial#boxmid {
	padding: 0;
}
/*///////////////////////*/
/*///// MEDICAL PROD ////*/
/*///////////////////////*/

#mainimg {
	width: 269px;
	height: 346px;
	margin: 15px 0 0 22px;
}
/*/////////////////////////*/
/*////// OTHER PAGES //////*/
/*/////////////////////////*/
body.other #boxtop2 {
	height: 9px;
	background: url(../images/box2top.gif) bottom no-repeat;
}
h2.inforequest {
	margin: 0 0 10px 15px;
	background: url(../images/title_inforequest.gif) no-repeat;
	width: 255px;
	height: 36px;
	float: left;
}
* html h2.inforequest {
	margin-left: 7px;
}

.menustyle{
	color: #333333;
	font-size: 8pt;
}

/*////////////////////////////*/
/*///// MAIN NAVIGATION //////*/
/*////////////////////////////*/

#navlist {
	width: 893px;
	height: 28px;
}
#navlist span {
	display: none;
}
#navlist li {
	list-style-type: none;
	float: left;
}
#navlist a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navHome a {
	width: 106px;
	background: url(../images/navhome.gif) no-repeat 0 0;
}
#navMedical a {
	width: 162px;
	background: url(../images/navmedical.gif) no-repeat 0 0;
}
#navIndustrial a {
	width: 168px;
	background: url(../images/navindust.gif) no-repeat 0 0;
}
#navProviders a {
	width: 117px;
	background: url(../images/navprovide.gif) no-repeat 0 0;
}
#navPatients a {
	width: 105px;
	background: url(../images/navpatient.gif) no-repeat 0 0;
}
#navCorp a {
	width: 235px;
	background: url(../images/navcorp.gif) no-repeat 0 0;
}
#navProdMed a {
	width: 227px;
	background: url(../images/navprodmed.gif) no-repeat 0 0;
}
#navProdInd a {
	width: 227px;
	background: url(../images/navprodind.gif) no-repeat 0 0;
}
#navProdGov a {
	width: 227px;
	background: url(../images/navprodgov.gif) no-repeat 0 0;
}
#navAboutUs {
	width: 106px;
	background: url(../images/navabout.gif) no-repeat 0 0;
}

#navlist a:hover {
	background-position: 0 -28px;
}
body.home #navHome a, 
	body.medical #navMedical a, 
	body.industrial #navIndustrial a, 
	body.government #navProdGov a, 
	body.providers #navProviders a, 
	body.patients #navPatients a, 
	body.corp #navCorp a {
	background-position: 0 -28px;
	cursor: default;
}
/*///////////////////////////////*/
/*///// PATIENT NAVIGATION //////*/
/*///////////////////////////////*/

#navlistPro {
	width: 893px;
	height: 28px;
}
#navlistPro span {
	display: none;
}
#navlistPro li {
	list-style-type: none;
	float: left;
}
#navlistPro a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navPro1 a {
	width: 118px;
	background: url(../images/protab1.gif) no-repeat 0 0;
}
#navPro2 a {
	width: 121px;
	background: url(../images/protab2.gif) no-repeat 0 0;
}
#navPro3 a {
	width: 203px;
	background: url(../images/protab3.gif) no-repeat 0 0;
}
#navPro4 a {
	width: 96px;
	background: url(../images/protab4.gif) no-repeat 0 0;
}
#navPro5 a {
	width: 168px;
	background: url(../images/protab5.gif) no-repeat 0 0;
}
#navPro6 a {
	width: 162px;
	background: url(../images/protab6.gif) no-repeat 0 0;
}
#navPro7 a {
	width: 87px;
	background: url(../images/protab7.gif) no-repeat 0 0;
}
#navPro9 a {
	width: 92px;
	background: url(../images/protab9.gif) no-repeat 0 0;
}

body#pro1 #navPro1 a, body#pro2 #navPro2 a, body#pro3 #navPro3 a, body#pro4 #navPro4 a, body#pro5 #navPro5 a, body#pro6 #navPro6 a, body#pro7 #navPro7 a, body#pro9 #navPro9 a  {
	background-position: 0 -28px;
	cursor: default;
}
/*///////////////////////////////*/
/*///// PATIENT NAVIGATION //////*/
/*///////////////////////////////*/

#navlistPa {
	width: 893px;
	height: 28px;
}
#navlistPa span {
	display: none;
}
#navlistPa li {
	list-style-type: none;
	float: left;
}
#navlistPa a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navPa1 a {
	width: 104px;
	background: url(../images/patab1.gif) no-repeat 0 0;
}
#navPa2 a {
	width: 131px;
	background: url(../images/patab2.gif) no-repeat 0 0;
}
#navPa3 a {
	width: 169px;
	background: url(../images/patab3.gif) no-repeat 0 0;
}
#navPa4 a {
	width: 171px;
	background: url(../images/patab4.gif) no-repeat 0 0;
}
#navPa5 a {
	width: 162px;
	background: url(../images/patab5.gif) no-repeat 0 0;
}
#navPa6 a {
	width: 153px;
	background: url(../images/patab6.gif) no-repeat 0 0;
}
#navPa7 a {
	width: 70px;
	background: url(../images/patab7.gif) no-repeat 0 0;
}
#navPa8 a {
	width: 92px;
	background: url(../images/patab8.gif) no-repeat 0 0;
}
#navPa9 a {
	width: 92px;
	background: url(../images/patab9.gif) no-repeat 0 0;
}

body#pa1 #navPa1 a, body#pa2 #navPa2 a, body#pa3 #navPa3 a, body#pa4 #navPa4 a, body#pa5 #navPa5 a, body#pa6 #navPa6 a, body#pa7 #navPa7 a, body#pa8 #navPa8 a, , body#pa9 #navPa9 a  {
	background-position: 0 -28px;
	cursor: default;
}
/*/////////////////////////////*/
/*///// CORP. NAVIGATION //////*/
/*/////////////////////////////*/

#navlistCorp {
	width: 893px;
	height: 28px;
}
#navlistCorp span {
	display: none;
}
#navlistCorp li {
	list-style-type: none;
	float: left;
}
#navlistCorp a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navCorp1 a {
	width: 124px;
	background: url(../images/ctab1.gif) no-repeat 0 0;
}
#navCorp2 a {
	width: 92px;
	background: url(../images/ctab2.gif) no-repeat 0 0;
}
#navCorp3 a {
	width: 157px;
	background: url(../images/ctab3.gif) no-repeat 0 0;
}
#navCorp4 a {
	width: 116px;
	background: url(../images/ctab4.gif) no-repeat 0 0;
}
#navCorp5 a {
	width: 158px;
	background: url(../images/ctab5.gif) no-repeat 0 0;
}
#navCorp6 a {
	width: 130px;
	background: url(../images/ctab6.gif) no-repeat 0 0;
}
#navCorp7 a {
	width: 91px;
	background: url(../images/ctab7.gif) no-repeat 0 0;
}

body#corp1 #navCorp1 a, body#corp2 #navCorp2 a, body#corp3 #navCorp3 a, body#corp4 #navCorp4 a, body#corp5 #navCorp5 a, body#corp6 #navCorp6 a, body#corp7 #navCorp7 a  {
	background-position: 0 -28px;
	cursor: default;
}
/*////////////////////////////////////*/
/*///// Prov. Portal NAVIGATION //////*/
/*////////////////////////////////////*/

#navlistPPortal {
	width: 893px;
	height: 28px;
}
#navlistPPortal span {
	display: none;
}
#navlistPPortal li {
	list-style-type: none;
	float: left;
}
#navlistPPortal a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navPPortal1 a {
	width: 150px;
	background: url(../images/pporttab1.gif) no-repeat 0 0;
}
#navPPortal2 a {
	width: 112px;
	background: url(../images/pporttab2.gif) no-repeat 0 0;
}
#navPPortal3 a {
	width: 92px;
	background: url(../images/pporttab3.gif) no-repeat 0 0;
}
#navPPortal4 a {
	width: 112px;
	background: url(../images/pporttab4.gif) no-repeat 0 0;
}

body#pportal1 #navPPortal1 a, body#pportal2 #navPPortal2 a, body#pportal3 #navPPortal3 a, body#pportal4 #navPPortal4 a  {
	background-position: 0 -28px;
	cursor: default;
}

/*////////////////////////////////////*/
/*///// Gov. Portal NAVIGATION //////*/
/*////////////////////////////////////*/

#navlistGPortal {
	width: 893px;
	height: 28px;
}
#navlistGPortal span {
	display: none;
}
#navlistGPortal li {
	list-style-type: none;
	float: left;
}
#navlistGPortal a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navGPortal1 a {
	width: 150px;
	background: url(../images/gporttab1.gif) no-repeat 0 0;
}

body#gportal1 #navGPortal1 a  {
	background-position: 0 -28px;
	cursor: default;
}

/*////////////////////////////////////*/
/*/// Warranty Database NAVIGATION ///*/
/*////////////////////////////////////*/

#navlistPWarranty {
	width: 893px;
	height: 28px;
}
#navlistPWarranty span {
	display: none;
}
#navlistPWarranty li {
	list-style-type: none;
	float: left;
}
#navlistPWarranty a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navPWarranty1 a {
	width: 92px;
	background: url(../images/pwarrtab1.gif) no-repeat 0 0;
}
#navPWarranty2 a {
	width: 92px;
	background: url(../images/pwarrtab2.gif) no-repeat 0 0;
}
#navPWarranty3 a {
	width: 92px;
	background: url(../images/pwarrtab3.gif) no-repeat 0 0;
}
#navPWarranty4 a {
	width: 92px;
	background: url(../images/pwarrtab4.gif) no-repeat 0 0;
}

body#pwarranty1 #navPWarranty1 a, body#pwarranty2 #navPWarranty2 a, body#pwarranty3 #navPWarranty3 a, body#pwarranty4 #navPWarranty4 a  {
	background-position: 0 -28px;
	cursor: default;
}

/*////////////////////////////////////*/
/*/// Webinar Database NAVIGATION ///*/
/*////////////////////////////////////*/

#navlistPWebinar {
	width: 893px;
	height: 28px;
}
#navlistPWebinar span {
	display: none;
}
#navlistPWebinar li {
	list-style-type: none;
	float: left;
}
#navlistPWebinar a {
	display: block;
	height: 28px;
	text-decoration: none;
}
#navPWebinar1 a {
	width: 92px;
	background: url(../images/pwarrtab1.gif) no-repeat 0 0;
}
#navPWebinar2 a {
	width: 92px;
	background: url(../images/pwarrtab2.gif) no-repeat 0 0;
}
#navPWebinar3 a {
	width: 92px;
	background: url(../images/pwarrtab3.gif) no-repeat 0 0;
}
#navPWebinar4 a {
	width: 92px;
	background: url(../images/pwarrtab4.gif) no-repeat 0 0;
}

body#pwebinar1 #navPWebinar1 a, body#pwebinar2 #navPWebinar2 a, body#pwebinar3 #navPWebinar3 a, body#pwebinar4 #navPWebinar4 a  {
	background-position: 0 -28px;
	cursor: default;
}
