﻿ul#tabs {
	position: absolute;
	margin-left: -15px;
	width: 280px;
}
ul#tabs li
{
	float: left;
	list-style: none;
}

li#pharmacy a:hover,
li#homehealth a:hover,
li#medsupport a:hover {
	text-decoration: none !important;
}



li#pharmacy
{
	width: 102px;
	height: 44px;
	background: url(/images/template/_header/site-tabs/pharmacy-off.jpg) top left no-repeat;
}

	li#pharmacy a {
		display: block;
		font-weight: bold;
		color: #FFFFFF;
		position: absolute;
		margin-left: 0px;
		margin-top: 1px;
		padding-top: 2px;
		padding-left: 30px;
		width: 68px;
		height: 41px;
	}

li#homehealth
{
	width: 86px;
	height: 44px;
	background: url(/images/template/_header/site-tabs/homehealth-off.jpg) top left no-repeat;
}

	li#homehealth a {
		display: block;
		font-weight: bold;
		color: #FFFFFF;
		position: absolute;
		margin-left: 0px;
		margin-top: 1px;
		padding-top: 2px;
		padding-left: 10px;
		width: 74px;
		height: 42px;
	}


li#medsupport
{
	width: 86px;
	height: 44px;
	background: url(/images/template/_header/site-tabs/medsupport-off.jpg) top left no-repeat;
}

	li#medsupport a {
		display: block;
		font-weight: bold;
		color: #FFFFFF;
		position: absolute;
		margin-left: 0px;
		margin-top: 1px;
		padding-top: 1px;
		padding-left: 10px;
		width: 75px;
		height: 42px;
	}


li#medsupport
{
	width: 86px;
	height: 44px;
	background: url(/images/template/_header/site-tabs/medsupport-on.jpg) top left no-repeat;
}

li#homehealth
{
	width: 86px;
	height: 44px;
	background: url(/images/template/_header/site-tabs/homehealth-off-2.jpg) top left no-repeat;
}

li#pharmacy
{
	width: 102px;
	height: 44px;
	background: url(/images/template/_header/site-tabs/pharmacy-off-2.jpg) top left no-repeat;
}



