/* BEGIN online.instamed.com tab structure */
/* =================== TABS ======================= */
#tabs {
	float: left; 
	height:56px;
	width:100%;
	background:  url(Images/bg_tabs-o.gif) repeat-x;
	margin: 10px 0px 18px;
	font-size: 10px;
	font-weight: bold;
	border: 0px solid #000000;
}

#tabs ul.primary {
	list-style: none;
	margin: 0px 8px;
}

#tabs ul.primary li{
	display:inline;
}

#tabs ul.primary li a {
	display: block;
	float: left;
	background:  url(Images/tab_left-o.gif) no-repeat left top;
	padding: 0px 0px 0px 2px;
	text-decoration: none;
}

#tabs ul.primary li a span {
	display: block;
	background:  url(Images/tab_right-o.gif) no-repeat right top;
	padding: 5px 15px 6px 8px;
	color: #003366;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs ul.primary li a span {
	float: none;
}
/* End IE5-Mac hack */

#tabs ul.primary li a:hover {
	background-position: 0% -26px;
}

#tabs ul.primary li a:hover span {
	color: #003366;
	background-position: 100% -26px;
}

#tabs ul.primary li.current a {
	background-position:0% -26px;
}

#tabs ul.primary li.current a span {
	background-position:100% -26px;
	color:#FFFFFF;
}

#tabs ul.secondary {
	display:none;
}

#tabs li.current ul.secondary {
	display:inline;
	list-style: none;
	position: absolute;
	top: 96px;
	left: 0px;
	width: 712px;
	border: 0px solid #000000;
	font-size: 9px;
}

#tabs ul.secondary li a {
	float:left;
	padding:0 5px;
	text-decoration:none;
	background-image:none;
	color:#003366;
	border-right:1px solid #003366;
	border-left:1px solid #003366;
}

#tabs ul.secondary li a:hover{
	color:#FFF;
	font-weight:bold;
}

#tabs ul.secondary li.current a{
	color:#FFF;
	font-weight:bold;
}
/* END online.instamed.com tab structure */
