.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: bold 8pt Verdana;
color: #003366;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;


}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 3px;
color: #5A5F64;
font-size: 11px;
border-bottom-color: #EEEED1;
border-top: 1px solid #4b4b4b;
border-left: 1px solid #4b4b4b;
border-right: 1px solid #4b4b4b;
background-image : url('http://www.my-genesis.com/i/images/cpbutbg.png');
}

.shadetabs li a:visited{
text-decoration: none;
padding: 3px 3px;
margin-right: 3px;
color: #5A5F64;
font-size: 11px;
border-bottom-color: #EEEED1;
border-top: 1px solid #4b4b4b;
border-left: 1px solid #4b4b4b;
border-right: 1px solid #4b4b4b;
background-image : url('http://www.my-genesis.com/i/images/cpbutbg.png');
}

.shadetabs li a:hover{
text-decoration: none;
color: #000033;
font-size: 11px;
background-image : url('http://www.my-genesis.com/i/images/cpbuthbg.png');
}

.shadetabs li.selected{
position: relative;
top: 1px;
text-decoration: none;

}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #EEEED1;
border-top: 1px solid #000033;
border-left: 1px solid #000033;
border-right: 1px solid #000033;
color: #000033;
font-size: 11px;
text-decoration: none;
background-image : url('http://www.my-genesis.com/i/images/cpbuthbg.png');
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}



.tabcontentstyle{ /*style of tab content container*/
border: 1px solid #cccccc;
width: 550px;
margin-bottom: 1em;
padding: 0;
background-color: #ffffff;
}

.tabcontent{
display:none;
direction: ltr;
}

@media print {
.tabcontent {
display:block!important;
direction: ltr;
}
}

