	
	
	#menu{
		position: absolute;
		top: 29px;
		left: 472px;
		width: 278px;
		height: 104px;
		background: url('../images/menu/menuver.jpg') 0px 0px no-repeat;
		/*border: 1px solid #f00;*/
	}
	#historia{
		position: absolute;
		top: 5px;
		left: 33px;
		width: 99px;
		height: 28px;		
		cursor: pointer;
		/*border: 1px solid #f00;*/
	}
	#historia:hover, #historia.hover{
		background-image: url('../images/menu/menubr.jpg');
		background-position:-33px -5px;		
	
	}
	#autores{
		position: absolute;
		top: 11px;
		left: 160px;
		width: 111px;
		height: 26px;
		cursor: pointer;
		/*border: 1px solid #f00;*/
	}
	#autores:hover, #autores.hover{
		background-image: url('../images/menu/menubr.jpg');
		background-position:-160px -11px;
	}	
	#nossostit{
		position: absolute;
		top: 42px;
		left: 13px;
		width: 171px;
		height: 23px;
		cursor: pointer;
		/*border: 1px solid #f00;*/
	}
	#nossostit:hover, #nossostit.hover{
		background-image: url('../images/menu/menubr.jpg');
		background-position:-13px -42px;
	}
	#lancamentos{
		position: absolute;
		top: 68px;
		left: 103px;
		width: 159px;
		height: 28px;
		cursor: pointer;
		/*border: 1px solid #f00;*/
	}
	#lancamentos:hover, #lancamentos.hover{
		background-image: url('../images/menu/menubr.jpg');
		background-position:-103px -68px;
	}	


		/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6
   Deixe isto ao final de tudo do seu CSS pois o Webkit não interpreta nada mais abaixo do expression
*/
*  html * { color: expression( (function(who){ if(!who.MXPC){
 who.MXPC = '1';
 if(who.nodeName != 'A'){
  who.onmouseenter=function(){ who.className += ' hover'};
  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }
