/* drop down menu - Main Navigation */

.nav {
	display: block;
	padding: 0;
	margin: 0;
	height: 30px;
	z-index: 100;
 	position: relative;
	width: 100%;
	list-style: none;
	text-align: center;
}

.nav li {
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
  	position: relative;
}

.nav li a {
	float: left;
	height: 27px;
	padding: 0 0px;
	padding-top: 0px;
	color: #a60e05;
	font: 13px 'a_FuturaOrto', arial, tahoma, sans-serif;
	margin-left: 0px;
}

.nav li a:hover {
  	color: #a60e05;
	text-decoration:none;
}

.nav li a.active {
  	color: #a60e05;
	font-weight: bold;
}

.nav li ul {
	display: none;
	width: 220px;
	position: absolute;
	top: 40px;
	left: 0;
	margin: 0;
	padding: 0;
	/* Transparent background for drop down menu */
  	background:transparent filter: alpha(opacity=85);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  	opacity:0.85;
}

.nav li ul li {
  	border: 0;
  	height: 30px;
  	color: #FFCC00;
  	background: #a60e05;
  	margin: 0;
}

.nav li ul li a {
	display: block;
  	height: 30px;
  	width: 200px;
  	padding: 0 20px 0 15px;
  	border	: 0px #44211F solid;
  	white-space: nowrap;
	color: #fff;
  	text-align: left;
  	line-height: 27px;
  	font-weight: normal;
}

.nav li ul li a:hover {
  	color: #a60e05;
  	background: #FFCC00;
}

/* Hacks for Opera to fix the drop down menu problem */
html:first-child .nav li a {
	float: none;
	height: 30px;
	padding-top: 0;
	line-height: 30px;
	display: block;
}
html:first-child .nav li ul li a {
  	height: 27px;
  	line-height: 27px;
}


.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.100em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
