#tabs {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
	background:#ffffff url("../images/bg.jpg") repeat-x bottom;
	margin:0;
	}

#tabs ul{
 padding:10px 10px 0;
 margin:0;
list-style-type: none;
}

#tabs li{
    float:left;
    background: url("../images/right.jpg") no-repeat right top;
    margin:0 2px 0 0;
    padding:0;
	color:#ffffff;
    }
	

#tabs a{
    display:block;
    background:url("../images/left.jpg") no-repeat left top;
    padding:5px 15px;
	text-decoration:none;
	color:#ffffff;
}

#tabs a:visited{
color:#ffffff;
}

#tabs a:hover{
text-decoration: underline;
color: #ffffff;
}

#tabs li.selected{
background:url("../images/right_on.jpg") no-repeat right top;
color:#336699;
}

#tabs li.selected a{ /*selected main tab style */
background-image: url("../images/left_on.jpg");
color:#5d381c;
text-decoration:none;
}

#tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: solid #5d381c;
border-width:0 1px 1px 1px;
margin-bottom: 1em;
padding: 20px 10px 10px 10px;
font-size:90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
text-align:left;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}



