ul.shadetabs { margin: 10px 0 -273px 10px; padding: 0; position: relative; }

/* deselected tab styles */
.shadetabs li { width: 240px; height: 83px; background: transparent url('/projectgreen/images/bg-tab-deselected.jpg') top left no-repeat; list-style-type: none; margin: 0; padding: 0; }

.shadetabs li a span { font-family: Arial; font-size: 17px; color: #fff; text-transform: uppercase; }

.shadetabs li a:link { text-decoration: none; padding: 25px 0 0 40px; display: block; height: 58px; }
.shadetabs li a:visited { text-decoration: none; padding: 25px 0 0 40px; display: block; height: 58px; }
.shadetabs li a:hover { text-decoration: none; padding: 25px 0 0 40px; display: block; height: 58px; }
.shadetabs li a:active { text-decoration: none; padding: 25px 0 0 40px; display: block; height: 58px; }


/*selected tab style */
.shadetabs li.selected { width: 245px; height: 99px; display: block; background: #fff url('/projectgreen/images/bg-tab-selected.jpg') top left no-repeat; list-style-type: none; }

.shadetabs li.selected a:link { text-decoration: none; padding: 16px 0 0 50px; display: block; height: 83px; }
.shadetabs li.selected a:visited { text-decoration: none; padding: 16px 0 0 50px; display: block; height: 83px; }
.shadetabs li.selected a:hover { text-decoration: none; padding: 16px 0 0 50px; display: block; height: 83px; }
.shadetabs li.selected a:active { text-decoration: none; padding: 16px 0 0 50px; display: block; height: 83px;  }

.shadetabs li.selected a span { font-family: Arial; font-size: 24px; line-height: 22px; color: #50701a; text-transform: uppercase; }


/*style of main tab content oontainer*/
.tabcontentstyle { width: 601px; height: 273px; background: transparent url('/projectgreen/images/bg-tab-module.jpg') top left no-repeat; padding: 5px; }

.tabcontent { display: none; color: #000; font-size: 11px; position: relative; top: 3px; left: 250px; width: 348px; height: 265px; }

.tabcontent p { width: 135px; padding: 15px 0 0 15px; }

/* swaps background images */
#tcontent1 { background: #fff url('/projectgreen/includes/tab-module/bg-tab1.jpg') bottom right no-repeat; }
#tcontent2 { background: #fff url('/projectgreen/includes/tab-module/bg-tab2.jpg') bottom right no-repeat; }
#tcontent3 { background: #fff url('/projectgreen/includes/tab-module/bg-tab3.jpg') bottom right no-repeat; }


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