.navtabs {
	background:#181818 url(http://clanco.com.ar/foro/images/buttons/top_repeat.png) repeat-x  ;
	padding-left: 20px;
	height: 26px;
    _background-image:none;
	margin:0 auto;
}

.navtabs li:first-child {
	border-left: 1px solid #181818;
}

.navtabs ul {
/*	background: #2c2d2d; */
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
    border-top:1px solid #181818;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	margin-right:-80px;
/* This is to fix RTL menu issue under Opera */
	direction:ltr;
}

.navtabs li {
	float:left;
	border-right: 1px solid #181818;
	list-style-type: none;
	top: 0;
	left: 0;
	
}

.navtabs ul li:first-child {
	text-indent: 20px;
	border-left: 0;
	list-style-type: none;
}

.navtabs ul li {
	border-right: 0;
	position: relative;
}

.navtabs li a {
	height:25px;
	line-height:25px;
	padding:0 10px;
}

.navtabs li a.navtab {
	border-top: 1px solid rgb(102, 102, 102);
	border-left: 1px solid rgb(102, 102, 102);
	display:block;
	background:#181818 url(http://clanco.com.ar/foro/images/buttons/top_repeat.png) repeat-x  ;
    _background-image:none;
	min-width:60px;
	width:auto !important;
	width:60px;
	_min-width:75px;
	_width:auto !important;
	_width:75px;
	text-align:center;
	color: #ffffff;
	font:  bold 12px Arial, Calibri, Verdana, Geneva, sans-serif;
	text-decoration:none;
	line-height:25px;
}

.navtabs li a.navtab:hover {
	background:rgb(153, 153, 153) url(http://clanco.com.ar/foro/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -4px;
        _background-image:none;
	/*color:rgb(0, 0, 0);*/
	color:#111111;
}

.navtabs li.selected {
	height:25px;
	color:#111111;
}

.navtabs li.selected a.navtab {
	color:#111111;
	background:rgb(153, 153, 153) url(http://clanco.com.ar/foro/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x  ;
        _background-image:none;
	position:relative;
	top:-4px;
	z-index:10;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
	text-decoration:none;
	font:   11px Arial, Calibri, Verdana, Geneva, sans-serif;
	line-height: 25px;
}
.navtabs li.selected li a {
	color:rgb(255, 255, 255);
	padding:2px 5px;
}

