.tabcontent {
    padding:2em; /* acts little ike cellpadding, so dont touch this */
    clear:both;
    /*background: #EEEEFF ; *//* Background color */
    border:1px solid #6EA30D ;
    border-bottom-width: 5px;
    border-right-width: 5px ;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    overflow:hidden;
}

.extraImages {
    /* acts little ike cellpadding, so dont touch this */
    clear:both;
    /*background: #EEEEFF ; */ /* Background color */
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    overflow:hidden;
    margin-top:10px;
}

.tabcontentHeading { border-bottom:1px dashed #999; font-size:12px; font-weight:700; }

#mainnavtabbed1{
    clear:both;
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#mainnavtabbed1 li{
    margin-left:0px; /* distance between tabs */
    margin-bottom:0px;
    text-align: center; /* alignment of text within tabs */
    float:left;
    width:99px; /* width of actual tab */
    margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
    padding:5px; /* padding around the text within the tabs */
    /*	sempre io
    border-left:0px solid #ccc; /* border of the inactive tab */
    /*	border-top:0px solid #ccc; /* border of the inactive tab */
    /*	border-bottom:none; */
    /*	border-right:1px solid #ccc; /* border of the inactive tab
    */
    background:none;
    display:block;
    color:#fff;
    text-decoration:none;
    background-image:url(../content/images/icons/a_information2.gif);
    font: 13px Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
    color:#fff;        /* Font color on tab */
    background:#0B5D8C;   /* Tab Color */
    /*
	border-left:0px solid #aaa;
	border-top:0px solid #aaa;
	border-bottom:none;
	border-right:1px solid #aaa;
    */
    background-image:url(../content/images/icons/p_information2.gif);
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
    color:#fff;      /* Font color on hover */
    background-color: #0e71aa;
    /*
sempre mi
border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:none;
	border-right:0px solid #ccc;
    */
    background-image:url(../content/images/icons/p_information1.gif);
}
h2{
    margin:0;
    font-size:100%;
    font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
    margin:0;
    font-size:100%;
    font-family:"trebuchet ms", verdana, sans-serif;
    font-weight: normal;
}

HR {
    color: #ccc;
    background-color: #ccc;
    height: 0px;
    border: none;
}