/* 
   -----------------------------------
     Menscience.com 
	 Style Sheet 
	 by Menscience Androceuticals
	 www.menscience.com
   ----------------------------------
   ##Default
 */	

<STYLE>	 
P  {}

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 0px;
	font: bold 11px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-decoration: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
	text-decoration: none;
}

.shadetabs li a{
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
	margin-right: -3px;
	/* background-image: url(/menu/menscience/images/hdrTab_off.gif); */
	background-repeat: no-repeat;
	background-position: top right;
	color: #000000;
	text-decoration: none;
}

.shadetabs li a:visited{
	color: #000000;
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #000000;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #000000;
	text-decoration: none;
}

.shadetabs li.selected a{ /*selected main tab style */
	/* background-image: url(/menu/menscience/images/hdrTab_on.gif); */
	background-repeat: no-repeat;
	background-position: top right;
	color: #000000;
	text-decoration: none;
}

.shadetabs li.selected a:hover{
	text-decoration: none;
	color: #000000;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: auto;
	height:auto
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block!important;
}
}

</STYLE>
