#navigation {	
	margin:0px;
	padding:5px;
	text-indent:0px;
	font-size:14px;
}

#navigation li{ 
	position:relative;
}

.flechita{
	position:absolute;
	right:20px;
	top:5px;
	width:27px;
	height:27px;
	background-image:url(../../images/flechitaDoc.png);
	background-repeat:no-repeat;
}

#navigation a.head {
	position:relative;
	display:block;
	color:#333333;
	cursor:pointer;	

	padding:5px;
	width:100%;
	
	background-image:url(../../images/flechitaMenuLateral.png);
	background-repeat:no-repeat;
	background-position:right top;	
	
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #8a8a8a;	
}
#navigation a.head:hover {
	color:#333333;
	background-color:#eee !important;
	
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#navigation a.selected {
	background-color:#eee !important;
	color:#333333;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#navigation a.current {
	background-color:#eee !important;
	color:#333333;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;

	list-style: none;
	font-family:'HelveticaLTStdLightCondensed', Helvetica, Arial, sans-serif;
	font-size:18px;
	
}
#navigation li {
	list-style:none outside none; 
	display:inline;
	
	font-family:'HelveticaLTStdLightCondensed', Helvetica, Arial, sans-serif;
	font-size:18px;	
	
	padding:0px;
	color:#333333 !important;		
}

.primera{
  	border-top:none !important; 
}
.ultima{
  	border-bottom:none !important;
}

#navigation li ul li a {
	text-decoration:none;
	display:block;
	padding:5px 20px 5px 5px;
	font-size:17px;
	color:#bb7a29;
	background-image:url(../../images/flechitaInternaMenuLateral.png);
	background-repeat:no-repeat;
	background-position:center right;	
}

#navigation li ul li a:hover {
	background-color:#eee !important;
	color:#bb7a29;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navigation li ul li a.selected {
	background-color:#eee !important;
	color:#bb7a29;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navigation li ul li a.current {
	background-color:#eee !important;
	color:#bb7a29;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

@media print {
	#navigation ul{
		display: block!important;
		height: auto!important
	}
}

