/* tabs */
.anchors {
    list-style: none;
    margin: 0;
    padding: 0 0 1px;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 1px 0 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    border: 1px solid #ebebeb;
    border-bottom: 0;
    z-index: 2;
    padding: 8px;
	padding-bottom:0px;
    color: #000;
    text-decoration: none;
	margin-right:11px;
}
.anchors .on a {
    padding-bottom: 0px;
    font-weight: normal;
	margin-bottom:-1px;
	cursor: pointer;
	border: 1px solid #b7b7b7;
	border-bottom: 1px solid #ebebeb;
	
}
.anchors a:focus, .anchors a:active {
    outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	cursor: pointer;
}
.anchors .on a, .anchors a:focus, .anchors a:active,
.anchor {
	background-image:url(../images/tab-li.jpg);  
}
.anchors a:hover {
    border: 1px solid #dddddd;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom:-1px;
	background-color:#dddddd;
	/*background-image:url(../images/tab-ro.jpg);*/
}

.anchors .on a:hover {
 	border-bottom: 1px solid #ebebeb;

}


.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;
}

.anchors ul li:last-child {  
     margin-right:none;  
}  
.anchor {
	width:946px;
	border: 1px solid #b7b7b7;
	margin:0px; padding:0px;
	margin-top:-10px;
	background-color:#EBEBEB;
}
.clear {clear:both; }

