/* @group Essential Superfish for Top Menu */
.sf-dropdown, .sf-dropdown * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-dropdown {
	line-height:	1.0;
}
.sf-dropdown ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-dropdown ul li {
	width:			100%;
}
.sf-dropdown li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-dropdown li {
	float:			left;
	position:		relative;
}
.sf-dropdown a {
	display:		block;
	position:		relative;
}
.sf-dropdown li:hover ul,
.sf-dropdown li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-dropdown li:hover li ul,
ul.sf-dropdown li.sfHover li ul {
	top:			-999em;
}
ul.sf-dropdown li li:hover ul,
ul.sf-dropdown li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-dropdown li li:hover li ul,
ul.sf-dropdown li li.sfHover li ul {
	top:			-999em;
}
ul.sf-dropdown li li li:hover ul,
ul.sf-dropdown li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}



/* @end */

#vet_button .sf-sub-indicator, #catalogs_button .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('http://www.greerlabs.com/css/images/arrows-white.png') no-repeat -10px -100px;
}

#divisions2 a {
	width: 127px;
	padding: 4px 0 0 0;
	height: 41px;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	margin-left: 2px;
	text-align: center;
	z-index: 100;
}


#divisions2 ul {
	margin: 0;
	padding: 0;
	z-index: 100;
}

#divisions2 #vet_button ul a, #divisions2 #catalogs_button ul a {
	height: 100%;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 3px;
	
}

#human_button, #medical_button, #catalogs_button, #ordering_button, #contact_button, #pharmacy_button {
	float: left;
	background: #00488b url(http://www.greerlabs.com/css/images/blue_tab.png) no-repeat left top;
	margin-right: 7px;
	text-align: center;
}

#human_button:hover, #medical_button:hover, #catalogs_button:hover, #ordering_button:hover, #contact_button:hover, #pharmacy_button:hover {
	background: url(http://www.greerlabs.com/css/images/blue_tab.png) no-repeat 0 -71px;
}

#vet_button {
	float: left;
	background: #00488b url(http://www.greerlabs.com/css/images/green_tab.png) no-repeat left top;
	margin-right: 7px;
	text-align: center;
}

#vet_button:hover {
	background: url(http://www.greerlabs.com/css/images/green_tab.png) no-repeat 0 -71px;
}

#vet_button ul, #catalogs_button ul {
	margin-top: 13px;
}

#vet_button ul li {
	background: #004a21 url(http://www.greerlabs.com/css/images/sidebar_green.png) repeat;
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	width: 128px;
}

#vet_button ul li:hover {
	background: none;
	background-color: #004a21;
}

#source_button {
	float: left;
	background: #00488b url(http://www.greerlabs.com/css/images/red_tab.png) no-repeat left top;
	margin-right: 7px;
	text-align: center;
}

#source_button:hover {
	background: url(http://www.greerlabs.com/css/images/red_tab.png) no-repeat 0 -71px;
}

li#ordering_button {
	margin-left: 2px;
}

li#contact_button, li#pharmacy_button {
	margin: 0 0 0 3px;
}

#catalogs_button ul li {
	background: #001e67 url(http://www.greerlabs.com/css/images/sidebar_blue.png) repeat;
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	width: 129px;
}

#catalogs_button ul li:hover {
	background: none;
	background-color: #000f41;
}

#human #human_button, #dfus-human #human_button, #downloads-human #human_button, #medical #medical_button, #catalogs #catalogs_button, #downloads-sciinfo #medical_button, #ordering #ordering_button, #contact #contact_button, #pharmacy #pharmacy_button {
	background: #00488b url(http://www.greerlabs.com/css/images/blue_tab.png) no-repeat 0 -71px;

}

#vet #vet_button, #downloads-vet #vet_button {
	background: url(http://www.greerlabs.com/css/images/green_tab.png) no-repeat 0 -71px;
}

#source #source_button, #downloads-source #source_button {
	background: url(http://www.greerlabs.com/css/images/red_tab.png) no-repeat 0 -71px;
}

