.shadetabs-menu{
height:24px;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin: 0 !important;
padding: 0 !important;
}

.shadetabs-menu ul{
height:auto;
padding: 3px 0 !important;
margin-left: 0 !important;
margin-top: 1px !important;
margin-bottom: 0 !important;
font-size: 12px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs-menu li{
display: inline;
margin: 0 !important;

}

.shadetabs-menu li a{
text-decoration: none;
padding: 3px 7px !important;
margin-right: 3px !important;
border-right: 1px solid #b4b4b4;
border-top: 1px solid #b4b4b4;
border-left: 1px solid #b4b4b4;
background:#f1f1f1;
color: #2d2b2b !important;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}

.shadetabs-menu li a:visited{
color: #2d2b2b !important;
}

.shadetabs-menu li a:hover{
text-decoration: underline;
color: #2d2b2b !important;
}

.shadetabs-menu li .tabs-selected{
position: relative;
top: 1px;

}

.shadetabs-menu li a.tabs-selected{ /*selected main tab style */
color:#cc0000;
border-bottom-color: white;
font-weight:bold;
background:#ffffff;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
 }

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

.shadetabs-content{
    display: none;
    padding: 0;
border:1px solid #b4b4b4;
background:#ffffff;
}

.shadetabs-block{
    padding: 10px;
}

.shadetabs-blocktitle{
    margin-top: 0px;
	color: #819C9A;
}

.shadetabs-blockcontent{
    padding: 0px;
    text-align: justify;
}

@media print {
    .shadetabs-content {
        display:block !important;
    }
}

