*{
font-family:Verdana; 
margin: 0px 0px 0px 0px;
padding: 0px;
text-decoration: none;
color:#e67a17;
}
body{ 
background-color:#fde27a;
width: 778px;
}
#conteudo{
width:638.0px;
left: 120px;
top: 120px;
text-align:left;
padding:10px;
}
#extra{
}
div{
position:absolute;
left: 0px;
top: 0px
}

#menu{
width:120px;
top: 121px;
left:0px;
z-index:3;
position: absolute;
font-size:10px;
}

#topo{
width: 778px;
height: 100px;
left: 0px;
top: 0px;
}
	
#topo2a{
width:389px;
height:15px;
left:0px;
top: 100px;
text-align:left;
padding:2px;
border-top:1px solid #e67a17;
border-bottom: 2px solid #e67a17;
}
#topo2b{
width:389px;
height:15px;
left:389px;
top: 100px;
text-align:right;
padding:2px;
border-top:1px solid #e67a17;
border-bottom: 2px solid #e67a17;
}


#player{
top: 962px;
width: 120px;
}
#legendamusica{
padding:2px
top: 942px;
width: 120px;
}

#under{
border-top: 1px solid #e67a17;
border-bottom: 3px solid #e67a17;
text-align:center;
padding:2px;
}

/*TEXTOS*/
h5{
font-size:10px;
}

.margemtabela{
font-weight: normal;
font-size:12px;
}
.piramidecentro{
font-weight: normal;
text-align:center;
}
.titulosecundario{
font-size: 15px;
font-weight: normal;
}

.prece{
font-size: 15px;
font-weight: bold;
color: #e67a17;
}

.musicafonte{
font-size: 9px;
font-weight: normal;
}

a:link { font-weight: 12px; text-decoration: none; cursor: hand; color:#e67a17}
a:hover {font-weight: 12px; text-decoration: none; cursor: hand; color:#f22a25}
a:visited {font-weight: 12px; text-decoration: none; cursor: hand; color:#e67a17}

/*menu menu menu*/
h1 {
margin: 0px;
}


/*menu*/
ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	border-bottom: 1px solid #e67a17;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	border-right:3px solid #e67a17; border-top:1px solid #e67a17; display: block;
	text-decoration: none;
	color: #e67a17;
	background: #fde27a; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0px none;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #f22a25; background: #f7d656; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
