.shadetabs {
padding: 3px 0;
margin: 0;
font: bold 11px "Trebuchet MS";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
outline: none;
}

#urbantabs li{
display: inline;
margin: 0;
outline: none;
}

#urbantabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 18px;
margin-right: 0px;
border: 1px solid #ccc;
color: #fff;
outline: none;
background-color: #002e5f;
}

#urbantabs li a:visited{
color: #fff;
}

#urbantabs li a:hover{
text-decoration: underline;
color: #fff;
}

.new-branch {
  background: url(http://bankdemo.goldleaf.com/WA/2772urban-dev/design/nav_rollover_biz.jpg);
  height: 15px;
  color: #fff;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  border: 0px solid #996;
  font-weight: bold;
  margin-bottom: 3px;
}

#urbantabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #4e77a5;
}

#urbantabs li a.selected{ /*selected main tab style */
background-color: #fff;
border-bottom-color: white;
color: #4e77a5;
}

#urbantabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.left-cell {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 10px;
}


.right-cell {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 10px;
}

.gold {
	color: #daa520;
}

.tab-container {
	border: 1px solid #ccc; 
	width:500px; 
	margin-top: 7px; 
	margin-bottom: 1em; 
	padding: 10px; 
	font-size: 11px; 
	font-family: "Trebuchet MS";
}
