/* tabs */
.anchors {
	list-style: none;
	margin: 0;
	padding: 0 0 1px;
	float: left;
	
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    
    clear: both;
    content: " ";
	 display: block;
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid gray;
    border-bottom: 0;
    z-index: 2;
    padding: 2px 9px 1px;
    color: #000;
    text-decoration: none;
	 margin: 0 0 10px 0;
	 background: #eaeaea;
}
.anchors .on a {
	padding-bottom: 2px;
	font-weight: bold;
	background: white;
	border: 2px solid #945d25;
	background-repeat: repeat-x;
	border-bottom: none;
	margin: 0 0 15px 0;
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}
.anchors .on a, .anchors a:hover, .anchors a:focus, .anchors a:active,

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
/*            */
.anchor {
    padding: 0px;
}
.anchor {
   /* background: #eaeaea; */
	 
	 border-top: 2px solid #945d25;   
	 margin-top: 5px;
}