.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{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
	background-color: #343434;
	font: 9pt Arial;
	color: #5478AC;
	background-image: url("main/img/main-top_bg.jpg");
	background-repeat: repeat-x;
	height: 23px;
	font-weight: bolder;
	text-transform: uppercase;
}

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

.shadetabs li a:hover{
color: #ffffff;
}

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

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #343434;
	font: 9pt Arial;
	color: #5478AC;
	background-image: url("main/img/main-top_bg.jpg");
	background-repeat: repeat-x;
	height: 23px;
	font-weight: bolder;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	background-color: #e8edf5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7babb;
	border-bottom-color: #b7babb;
	border-left-color: #b7babb;
	font: 9pt Verdana;
	background-image: url(http://tmc.hollywood-hills.us/main/img/main-content2_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}

.tabcontent{
display:none;
}

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