.shadetabs{
padding: 0px;
margin-left: 0 !important;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

#tab_content_container{
	margin-top: 7px;
}

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

.shadetabs li a{
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding: 5px 30px;
	color: #000;
	background: #C1BFB3;	
	margin: 0px 0px 0px 0px;
}

/* Not sure why this need to Commented out -DJ-

.shadetabs li a:link, .shadetabs li a:visited{
	display:block;
	color: #623E08;
	padding: 3px 7px;
	margin-right: 0px;
}*/

.shadetabs li a:hover/*, .shadetabs li a:active, .shadetabs li a:focus*/{
	background: #7E7A71;
	color: #FFF;
	text-decoration: none;

	
	margin: 0px 0px 0px 0px;
}

.shadetabs li.selected{
	position: relative;
	margin: 0;
padding: 0;
	
}

.shadetabs li.selected a{ /*selected main tab style */
	background: #7E7A71;
	color: #FFF;
	text-decoration: none;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
	background: #7E7A71;
	color: #FFF;
	text-decoration: none;

}

.tabcontentstyle{ /*style of tab content oontainer*/
	
	background: #7E7A71;
	color: #FFF;
	text-decoration: none;

}

.tabcontent{
	display:none;
}

.tabcontent li{ /* added for the LI's of the F&Bs */
	padding-left: 4ex;
	background: url(/images/list-image.gif) no-repeat 2ex 6px;
}

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

#submitReviewIframe
{
    height:1900px;
}}