/** sienna menu stuff **/

div#horiz-menu {
	background: #e9e4d5;
	}
	
div#horiz-menu .wrapper {
	background: url(../images/menu/sienna/nav-bg.png) 0 0 repeat-x;
	}

#horiz-menu .shadow-l {
	background: url(../images/menu/sienna/nav-shadow-l.png) 0 0 no-repeat;
}

#horiz-menu .shadow-r {
	background:  url(../images/menu/sienna/nav-shadow-r.png) 100% 0 no-repeat;
}

div#horiz-menu li {
	border-right: 0px solid #b04813;
	
}

div#horiz-menu a,
div#horiz-menu li.active li a {
	color: #eee;
	background: url(../images/menu/sienna/menu-divider.png) 100% 0 repeat-y;
	border-left: 0px solid #b04813;
	/* Added by Dan */
	font-size:11px;
	text-transform:uppercase;
	font-weight: normal; /** TEXTO DEL MENU EN NEGRITA/NO NEGRITA **/
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, Arial;	
	/*font-family:Arial Narrow,Helvetica,Arial,sans-serif !important; this turned out to be a bad idea! */
	/* Dan */
}

/* Dan: to remove uppercase in submenus: */
div#horiz-menu ul.nav ul a {
	font-family: "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma, Arial;
	text-transform: none !important;
}

h2 {
	color: #b24914;  /* related to menu color */
}

td.subbody div.moduletable h3,
td.inset div.moduletable h3 {
	color: #b24914;
}

td.sidenav div.module-freedownload h3, /*dan*/
td.sidenav div.module h3,
td.sidenav div.module-hilite1 h3,
td.sidenav div.module-hilite2 h3,
td.sidenav div.module-hilite3 h3,
td.sidenav div.module-hilite4 h3 {
	color: #b24914;
}

/* trying to do a safari hack !!! */
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#horiz-menu a,
div#horiz-menu li.active li a {
    	color: #eee;
	background: url(../images/menu/sienna/menu-divider.png) 100% 0 repeat-y;
	border-left: 0px solid #b04813;
	/* Added by Dan */
	font-size:11px;
	text-transform:uppercase;
	font-weight: normal;
	}
}
/* end of hack */

