.tabcontent {
	padding:2em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background: #FFFFFF;  /* Background color */
	border:1px solid #ccc;
    color:#5A5A5A;      /* font color */
	font-size: 11px;    /* font size -- does not affect standard view */
  }
#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:100px;*/
	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5 7 5 7;
	border-top:1px solid #ccc; 
	border-bottom:none;
	border-right:1px solid #ccc;
	background:none;
	display:block;
	color:#5A5A5A;
	text-decoration:none;
	font: 11px arial,sans-serif;;
}

/* the folowing section deals with the tabbed button when active */

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#5D85D8;      /* Font color on hover */
	background: #eee;
	/*	
sempre mi
border-left:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:none;
	border-right:0px solid #ccc;
	background-image:url(images/icons/p_information1.gif);
*/
}
