.shadetabs{
padding: 3px 0px;
margin-left: 0px;
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*/

}

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

.shadetabs li a{
	text-decoration: none;
	border: 1px solid #5480B9;
	padding: 3px 7px;
	background: #5480B9 url(/images/button_sprite.png) no-repeat 0 -684px;	
	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: #5480B9 url(/images/button_sprite.png) no-repeat 0 -632px;
	color: #623E08;
	text-decoration: none;
	border: 1px solid #5480B9;
	
	margin: 0px 0px 0px 0px;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	margin-bottom: -1px;
	
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	font-size: 132%;
	background-color: #FFFFFF;
	background-image: none;
	color: #0e2481;
	border-right-width: 2px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
	font-size: 132%;
	color: #0e2481;
	border-right-width: 2px;
	border-bottom-color: white;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	
	border: 1px solid #5480B9;
	width: 730px;
	margin-bottom: 1em;
	padding: 10px;
	border-top-width: 2px;
}

.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;
}}