.tabcontent {
	padding:2px; /* padding around the text within the tabs */
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	display:block;
	color:#000000;
	font: 12px Arial, Helvetica, sans-serif;
  }
#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: 110px; /* width of actual tab */
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	display:block;
	color:#000000;
	font: 12px Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	padding:0px; /* padding around the text within the tabs */
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	padding:0px; /* padding around the text within the tabs */
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
	border-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}