.styleTabs{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.styleTabs li{
margin-left: 4px;
width:130px;
float:left;
}

.styleTabs li a{
text-decoration: none;
padding:7px 0 0 0;
color:#fff;
background: url(images/tab2.gif) top left no-repeat;
width:130px;
height:21px;
display:block;
text-align:center
}

.styleTabs li a:hover{
text-decoration: underline;

}

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

.styleTabs li.selected a{ /*selected main tab style */
background-image: url(images/tab1.gif);
color:#000;

}

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

.tabContentStyle{ /*style of tab content oontainer*/
width: 678px;
margin-top: 0;
background:#FFFFFF;
}

.tabcontent{
display:none;
background:#FFFFFF;
}

#tipcontent1{
	background:#FFFFFF;
	}
@media print {
.tabcontent {
display:block!important;
}
}