.base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:active {
	color: #000000;
}
.menuhr{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.menuhr ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.menuhr li{
display: inline;
margin: 0;
}

.menuhr li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 8px; /*padding inside each tab*/
border: 1px solid #F79532; /*right divider between tabs*/
color: #F79532;
background: #ffffff; /*background of tabs (default state)*/
}

.menuhr li a:visited{
color: #F79532;
}

.menuhr li a:hover, .mattblacktabs li.selected a{
color: #ffffff;
background: #F79532; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
