A:hover {
text-decoration: none;
font: normal 12px Arial;
text-align: left;
color:#E80000; 
}

.shadetabs{
padding: 3px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: #ffffff;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 25px;
font-weight: normal;
text-align: left;
padding: 5px 7px;
margin-down: 20px;
border: 1px solid white;
color: #2d2b2b;
background: white url() left;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
background-image: url(shadeactive.gif);
background-repeat: no-repeat;
background-position: left middle;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: underline;
border-bottom-color: white;
color: #0066ee;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid white;
width: 400px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}


@media print {
.tabcontent {
display:block!important;
}
}

.side {
font-family:verdana, arial, sans-serif;
color:#CCC;
font-size:x-small;
font-weight:normal;
background:#333;
line-height:100%;
border-bottom:1px solid #666;
border-top:1px solid #666;
border-left:1px solid #666;
border-right:1px solid #666;			
}	