.block-menu { background: url(../images/block-bg.gif) repeat-y center top; border-top: 3px solid #b9b7b5; width: 240px; padding: 10px; }

.shadetabs { background: url(../images/side-tab-top.png) no-repeat left top; padding: 15px 0 6px 5px; margin-bottom: 0; font: bold 11px Verdana; text-align: center; border-bottom: 5px solid #2ea2c5; }

.shadetabs li { display: inline; margin: 0; }
.shadetabs li a { text-decoration: none; position: relative; z-index: 1; padding: 6px 7px; margin-right: 3px; border: 2px solid #2ea2c5; border-bottom: 0; color: #636363; background: #fff; }
.shadetabs li a:visited { color: #636363; }
.shadetabs li a:hover { color: #636363; }

.shadetabs li a.selected { border: 2px solid #b9b7b5; border-bottom:0; position: relative; top: 8px; z-index: 999; }
.shadetabs li a.selected:hover { text-decoration: none; }

.tabcontent { display:none; }

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