.shadetabs{
     padding: 3px 0;
     margin-left: 0;
     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*/
}
.shadetabs li{
     margin: 0;
}
.shadetabs li a{
	 background-image:url("https://www.nerdwarehouse.com/uploads/bullet-white.png");
	 background-repeat:no-repeat;
	 margin:0px;
	 padding:0px 6px;
	 position:relative;
	 text-decoration:none;
	 z-index:1;
	 height: 12px;
	 display: block;
}
.shadetabs li a:visited{
     color: #2d2b2b;
}
.shadetabs li a:hover{
     text-decoration: underline;
     color: #2d2b2b;
}
.shadetabs li a.selected{ /*selected main tab style */
     background-image: url("https://www.nerdwarehouse.com/uploads/bullet-dark.png");
	 position: relative;
     top: 0px;
	 line-height:12px;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
     text-decoration: none;
}
.tabcontent{
     padding:10px;
     display:none;
}
@media print {
.tabcontent {
     display:block !important;
}
}
