
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 19px Arial;
width: 305px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
cursor : pointer;
}

.shadetabs div{
display: inline;
margin: 0;
}

.shadetabs div a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 2px;
margin-right: 2px;
color: #ffffff;
background: white url(https://sites.google.com/site/healthism337/glossyback2.gif) top left repeat-x;
}

.shadetabs div a:visited{
color: #2b2b2b;
}

.shadetabs div a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs div a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #4EAEF2;
}

.shadetabs div a.selected{ /*selected main tab style */
background: #ffffff;
border-bottom-color: white;
border-top : 1px solid #000000;
border-right : 1px solid #000000;
border-left : 1px solid #000000;
border-bottom : 1px solid #ffffff;
}

.shadetabs div a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
border:1px solid gray; 
width:295px;
padding: 5px;
font-size : 17px;
display:none;
}

.tabcontent ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.tabcontent ul li{
border-bottom: 1px solid blue;
}

.tabcontent ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.tabcontent ul li a:hover{
background: #DFDCCB;
colorz: white;
}

@media print {
.tabcontent {
display:block !important;
}
}


