#corpTabs {
	float:left;
	width:100%;
	font-size:12px;
	text-transform: lowercase;
	display: block !important;
	position: absolute;
	top: 82px;
}
#corpTabs ul {
	margin:0px;
	padding:0px 0px 0px 4px;
	list-style: none;
}
#corpTabs li {
	display:inline;
	margin:0;
	padding:0;
}
#corpTabs a {
	float:left;
	background:url("http://images.mcafee.com/common/tabs/left_both.gif") no-repeat left top;
	text-decoration:none;
	position: relative;
	margin: 0px -3px 0px 0px;
	padding: 0px 0px 0px 9px;
}
#corpTabs a span {
	float:left;
	display:block;
	background:url("http://images.mcafee.com/common/tabs/right_both.gif") no-repeat right top;
	padding:4px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	white-space: nowrap;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#corpTabs a span {float:none;}
/* End IE5-Mac hack */
#corpTabs a:hover span {
	color:#ffffff;
}
#corpTabs .current a {
	background-position:0 -150px;
	color:#ffffff;
}
#corpTabs .current a span {
	background-position:100% -150px;
	color:#ffffff;
}
#corpTabs a:hover {
	background-position:0% -150px;
}
#corpTabs a:hover span {
	background-position:100% -150px;
}
#tabHome a {z-index: 1000;}
#tabSMB a {z-index: 900;}
#tabEnt a {z-index: 800;}
#tabPartner a {z-index: 700;}
#tabHome a:hover, #tabSMB a:hover, #tabEnt a:hover, #tabPartner a:hover {z-index: 1100;}


