﻿#nav_container
{
    height: 35px;
}
/* HOME tab */
#nav_home {
	height: 34px;
	width: 64px;
	position: relative;
	left: 10px;
	top: 0px;
	z-index: 1;
	font-family: arial, helvetica, sans-serif;
	background: url(../img/menutabhome.png) no-repeat;
	white-space: nowrap;
	display: block;
	z-index:500;
	
}
#nav_home a {
	color: #ffffff;
	font-size: 12px;
	width: 64px;
	height: 34px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/menutabhome.png) no-repeat;
	z-index:500;
}
#nav_home a:hover {
	color: #ffffff;
	background: url(../img/menuHomeHover.png) no-repeat;
}
#nav_home a.active {
	color: #3c4967;
	background: url(../img/menuHomeClcked.png) no-repeat;
}
/*#nav_home img {
	width: 64px;
	height: 34px;
	border: 0;
}
* html a:hover {
	visibility:visible;
}*/
#nav_home a:hover img {
	visibility:hidden;
	background: url(../img/menuHomeHover.png) no-repeat;
}
/*Drug Testing tab*/    
#nav_drug_testing
{
    height: 34px;
    width: 126px;
    position: relative;
    top: -34px;
    left: 74px;
    background: url(../img/menutabDrugTest.png) no-repeat;
    z-index:500;
    
}
#nav_drug_testing a
{
    color: #ffffff;
	font-size: 12px;
	width: 126px;
	height: 34px;
	display: block;
	text-decoration: none;
	background: url(../img/menutabDrugTest.png) no-repeat;
	z-index:500;
}
#nav_drug_testing a:hover 
{
	color: #ffffff;
	background: url(../img/menutabDrugTestHover.png) no-repeat;
}
#nav_drug_testing a.active {
	color: #3c4967;
	background: url(../img/menutabDrugTestClcked.png) no-repeat;
}
#nav_drug_testing img {
	width: 126px;
	height: 34px;
	border: 0;
}
#nav_drug_testing a:hover img {
	visibility:hidden;
	background: url(../img/menutabDrugTestHover.png) no-repeat;
}

/*Physicals tab*/
#nav_physical
{
    height: 34px;
    width: 101px;
    position: relative;
    top: -68px;
    left: 199px;
    background: url(../img/menutabPhysicals.png) no-repeat;
    z-index:500;
    
}
#nav_physical a
{
    color: #ffffff;
	font-size: 12px;
	width: 101px;
	height: 34px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/menutabPhysicals.png) no-repeat;
	z-index:500;
}
#nav_physical a:hover {
	color: #ffffff;
	background: url(../img/menutabPhysicalsHover.png) no-repeat;
}
#nav_physical a.active {
	color: #3c4967;
	background: url(../img/menutabPhysicalsClcked.png) no-repeat;
}
#nav_physical img {
	width: 101px;
	height: 34px;
	border: 0;
}
#nav_physical a:hover img {
	visibility:hidden;
	background: url(../img/menutabPhysicalsHover.png) no-repeat;
}
/*WorkmansComp Tab*/
#nav_workmans
{
    height: 34px;
    width: 165px;
    position: relative;
    top: -102px;
    left: 299px;
    background: url(../img/menutabWorkmans.png) no-repeat;
    
}
#nav_workmans a
{
    color: #ffffff;
	font-size: 12px;
	width: 165px;
	height: 34px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/menutabWorkmans.png) no-repeat;
}
#nav_workmans a:hover {
	color: #ffffff;
	background: url(../img/menutabWorkmansHover.png) no-repeat;
}
#nav_workmans a.active {
	color: #3c4967;
	background: url(../img/menutabWorkmansClcked.png) no-repeat;
}
#nav_workmans img {
	width: 165px;
	height: 34px;
	border: 0;
}
#nav_workmans a:hover img {
	visibility:hidden;
	background: url(../img/menutabWorkmansHover.png) no-repeat;
}
/*DOT Programs tab*/
#nav_dot
{
    height: 34px;
    width: 145px;
    position: relative;
    top: -136px;
    left: 444px;
    background: url(../img/menutabDot.png) no-repeat;
    
}
#nav_dot a
{
    color: #ffffff;
	font-size: 12px;
	width: 145px;
	height: 34px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/menutabDot.png) no-repeat;
}
#nav_dot a:hover {
	color: #ffffff;
	background: url(../img/menutabDotHover.png) no-repeat;
}
#nav_dot a.active {
	color: #3c4967;
	background: url(../img/menutabDotClcked.png) no-repeat;
}
#nav_dot img {
	width: 145px;
	height: 34px;
	border: 0;
}
#nav_dot a:hover img {
	visibility:hidden;
	background: url(../img/menutabDotHover.png) no-repeat;
}
/*DNA tab */
#nav_dna
{
    height: 34px;
    width: 123px;
    position: relative;
    top: -170px;
    left: 585px;
    background: url(../img/menutabDNA.png) no-repeat;
    
}
#nav_dna a
{
    color: #ffffff;
	font-size: 12px;
	width: 123px;
	height: 34px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/menutabDNA.png) no-repeat;
}
#nav_dna a:hover {
	color: #ffffff;
	background: url(../img/menutabDNAHover.png) no-repeat;
}
#nav_dna a.active {
	color: #3c4967;
	background: url(../img/menutabDNAClcked.png) no-repeat;
}
#nav_dna img {
	width: 123px;
	height: 34px;
	border: 0;
}
#nav_dna a:hover img {
	visibility:hidden;
	background: url(../img/menutabDNAHover.png) no-repeat;
}
/* End tab for feature menu item */
#nav_end
{
    height: 34px;
    width: 234px;
    position: relative;
    top: -204px;
    left: 705px;
    background: url(../img/menutabEnd.png) no-repeat;
    
}
#nav_end a
{
    color: #ffffff;
	font-size: 12px;
	width: 234px;
	height: 34px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../img/menutabEnd.png) no-repeat;
}
#nav_end a:hover {
	color: #ffffff;
	background: url(../img/menutabEnd.png) no-repeat;
}
#nav_end a:active {
	color: #3c4967;
	background: url(../img/menutabEnd.png) no-repeat;
}
#nav_end img {
	width: 234px;
	height: 34px;
	border: 0;
}
#nav_end a:hover img {
	visibility:hidden;
	background: url(../img/menutabEnd.png) no-repeat;
}



/*.tabs
{
    height: 34px;
    color: #527AB6;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    font-weight: bold;
    z-index: 900;
}
a.tabs:link
{ 
    
    height: 34px;
    
}
a.tabs:visited
{
    color: #FFFFFF;
    text-decoration: none
}
a.tabs:hover
{
    color: #CCCCCC;
    text-decoration: none
}
*/

