body {
	behavior: url('css/csshover.htc');
}

.dropdown {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
}

ul.dropdown {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul.dropdown li a {
	display: block;
	color: #F8A700; /* naranjo */
	background-color: transparent;

	font-weight: normal;
	text-decoration: none;
}


	
.dropdown li {
	float: left;
	position: relative;
	width: 80px;
	text-align: center;
	list-style: none;
}

.dropdown li ul {
	display: none;
	position: absolute;
	width: 100px;
	height: 18px;
	left: 0;
	font-weight: normal;
}

ul.dropdown li ul.dropdown-sub li{
	border-width:0 1px 1px 1px !important;
}

ul.dropdown li ul.dropdown-sub li a{
	font-weight: normal !important;	
}
.dropdown li>ul {
	top: 12px;
	left: 0;
}

.dropdown li:hover ul, li.over ul {
	display: block;
}