#MainMenu {
	height:20px;
	margin:0;
	border:0;
	margin-left: 411px;
	//margin-right: 101px;
	width: 480px;
}

#tab {
	margin:0;
	top:0;
}

#tab ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#tab li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

#tab a{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}

#tab a span {
	display:block;
	background:url("images/bleft_091.gif") no-repeat left top;
	padding:0 10px 0 10px;
	font-family:\"Trebuchet MS\", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight:bold;
	line-height:20px;

}

#tab a:hover,#tab li.item_active a {
	background-color: #f1f1f1;
}


#tab a:hover span,#tab li.item_active a span {

	background-position:left bottom;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.dropmenudiv{
	margin-top: 3px;
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid ;
	background: #ffae00 url("images/bmid_09.gif");
	color:black;
	z-index:100;
	text-decoration:none;
	padding:0;
	text-align: left; 

}

.dropmenudiv ul {
	margin:0;
	padding:0;
	list-style:none;
}

.dropmenudiv li {
	display:inline;
	margin:0;
	padding:0;
}

.dropmenudiv a:link, .dropmenudiv a:visited{
	width:150px;
	margin:0;
	padding:0;
	display:block;
	color:black;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

.dropmenudiv a span {
	float:left;
	display:block;
	line-height:20px;
	background:url("images/bright_09.gif") no-repeat right top;
	padding:0 5px 0 18px;
	font-family:\"Trebuchet MS\", Arial, Helvetica, sans-serif;
	font-size:12;
	color:#ffffff;
}

.dropmenudiv a span {
	float:none;
}

.dropmenudiv a:hover{
	border:0 solid ;
	background-position:left bottom;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:black;
}

.dropmenudiv a:hover span {
	background-color:#f1a501;
	background-image: url(grf/flecha.gif);
	backgroun-repeat: none;
	background-position:left bottom;
	color:#000000;
	font-weight:normal;
}

