/* ######### CSS for Shade Tabs. Remove if not using ######### */
#brochuretabs {
	margin: 0;
	padding: 0;
}

.shadetabs{
padding: 0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: #999; 
height: 28px;
background-image: url(images/tab_background.jpg);
font: bold 14px Trebuchet MS,Trebuchet, Verdana;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #fff;
padding: 3px 10px; 
border-right: 1px solid #fff; 
text-transform: uppercase;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: none;
color:#acacac;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
padding: 6px 10px;
z-index:2;
}

.shadetabs li a.selected{ /*selected main tab style */
line-height: 28px; 
background-color: #fff; 
color: #000;
}

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

.tabcontent{
display:none;
}

.featurecontrols a {
	color: #555;
}


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

