﻿/*------------ new tabbed navigation classes ------------*/
		.tabbed-navigation,
		.tabbed-navigation-js { height: 46px; overflow: hidden; width: 100%; left: 0px; display: block; }
		.tabbed-navigation li,
		.tabbed-navigation-js li { background-image: url('/static/images/Japan__Merck_Images__nav__?qcImg=tab-qcImage.gif'); display: inline; float: left; height: 46px; position: relative; left: 0px; }	/* these tabs use jquery.quadCorners.js : http://jcao.com/scripts/quadCorners/ */
		.tabbed-navigation li.tabbed-navigation-active,
		.tabbed-navigation-js li.tabbed-navigation-active { background-image: url('/static/images/Japan__Merck_Images__nav__?qcImg=tab-qcImage.gif'); } /* these tabs use jquery.quadCorners.js : http://jcao.com/scripts/quadCorners/ */
		.tabbed-navigation li img.rndCornersImg,
		.tabbed-navigation-js li img.rndCornersImg { background-image: url('/static/images/Japan__chq_Images__nav__tab-passive-qcImage.gif'); } /* note - we are gaming the quadcorners system here to permit class based changes to the background, by using a transparent image and applying the real image as a background to it */
		.tabbed-navigation li.tabbed-navigation-active img.rndCornersImg,
		.tabbed-navigation-js li.tabbed-navigation-active img.rndCornersImg { background-image: url('/static/images/Japan__chq_Images__nav__tab-active-qcImage.gif'); } /* note - we are gaming the quadcorners system here to permit class based changes to the background, by using a transparent image and applying the real image as a background to it */
		.tabbed-navigation li a,
		.tabbed-navigation-js li a { text-decoration: none; font-size: 10px; color: #9C9C9C; font-weight: bold; position: relative; top: 15px; line-height: 1.2em; padding: 0px 15px; display: block; }

		.tabbed-navigation li a:hover,
		.tabbed-navigation-js li a:hover,
		.tabbed-navigation li.tabbed-navigation-active,
        .tabbed-navigation-js li.tabbed-navigation-active a:hover { color: #FF7200!important; }
		.tabbed-navigation li.tabbed-navigation-active a,
		.tabbed-navigation-js li.tabbed-navigation-active a { color: #676767!important; }
		.tabbed-navigation li,
		.tabbed-navigation li,
		.tabbed-navigation-js li,
		.tabbed-navigation-js li a { text-align: center; }
		.tabbed-content-js .tabbed-content-passive { display: none; }
		.tabbed-content-js .tabbed-content-active { display: block; }