@charset "utf-8";

.navbar{
	background-color:#544438;
	width:300px;
	min-width:250px;
}
.navbar_item{
	display:block;
	width:100%;
	background: #433428 url(img/navbar_btn_reposo.gif)  repeat-x left top;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:5px;
	border-bottom:1px solid #291B16;
	border-top:1px solid #544438;
}
.navbar_currentitem{
	background: #281904 url(img/navbar_btn_current_2.gif)  repeat-x left top;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #180F03;
	border-top:1px solid #8F8073;
	cursor:default;
}

.navbar_item:HOVER{
	background: #281904 url(img/navbar_btn_activo.gif)  repeat-x left top;
	border-bottom:1px solid #291B16;
	border-top:1px solid #A39481;
}

.navbar_text{
	color:#F5F3E8;
	text-align:left;
	padding:15px 10px 15px 20px;
	cursor:default;
	border-top:1px solid #483A26;
}
.sombraText{
	background: url(img/navbar/navbar_text_sombra.png)  repeat-x left top;
	height:10px;
}

.navbar_contents_separator{
	width:10px;
}
