/* Basic code - don't modify */
#nav { 
	padding:10px 0 0 280px;
	color:#C3AC86;
	font-size:12px;
	line-height:12px;
	list-style:none;
	position: relative; 
	z-index:100;
}

#nav li {
	 list-style: none; 
	 margin: 0; 
	 padding: 0 10px; 
	 float: left; 
	 position: relative;
	 font-weight:bold;
	 display:inline;
	 border-right:1px solid #D2C2A9;
}

 #nav a {
	 padding:2px 10px 9px 10px;
	 display:inline-block;
}
 #nav a:hover {
	 background-image:url(../images/defaults/top_a.gif);
	 background-repeat:repeat-x;
	 background-position:bottom left;
}
.current_menu {
	 background-image:url(../images/defaults/top_a_hover.gif);
	 background-repeat:repeat-x;
	 background-position:bottom left;
}
.current_menu_locations {
	 background-image:url(../images/defaults/top_b.gif);
	 background-repeat:repeat-x;
	 background-position:bottom left;
}
/* #nav a:visited {
	 background-image:url(../images/defaults/top_a_hover.gif);
	 background-repeat:repeat-x;
	 background-position:bottom left;
}
*/
.cierre {
	background-image:url(../images/defaults/top_borde.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.medio{
		background-color:#1E0E01;
}
#nav ul{
	position:absolute;
	top:23px;
	left:0;
	display:none;
	float:none;
	width:118px;
	padding:8px 0 0 0;
	margin:0;
	background-image:url(../images/defaults/toppy.jpg);
	background-repeat:repeat-x;
}
#nav ul li{
	border-right:none;
	width:118px;
	text-align:left;
	padding:0;
	margin:0;
}
#nav ul li a{
	width:82px;
	padding:6px 18px;
	display:inline-block;
	background-image:none !important;
	margin:0;
	font-weight:normal;
	font-size:11px;
}

