@charset "iso-8859-1";

#menu {  
margin : 0px ;
padding : 40px 0px 0px 0px; 

position : absolute ;
top : 0px ;
left: 0px ;

width:200px; 
 
background-repeat: no-repeat ;
z-index:9999999999;
}  

#background_up {
position:absolute ;
top:-45px;
width:200px;
height:57px;
background: transparent url(../images/menus/menu_logo_mystere.gif) left top;
background-repeat: no-repeat ;
z-index : 9999999999; 
}

#menu_core{ 
position:relative;
top:0px;
left:0px;  
width:200px; 
z-index : 9999999999; 
}

#menu_core ul{ 
width:100%; 
margin:0px ;
padding:0px;
}

#menu_core ul li {
float:left;
list-style:none; 
margin: 0px;
padding:0px;
width:85%;  
height:20px;
/*border: solid lime*/}  
       
#menu_core ul li a{
float:left; 
font-size:16px;
font-style: italic;
font-family:Courier New;  
text-decoration: none;
color:#B8B8B8;
margin:0px; 
padding:4px 0px 4px 10px;    
height:20px;      
/*border:thin solid purple*/
}    
   
#menu_core ul li a:link {  
width:100%;
color:#B8B8B8;
} 
    
#menu_core ul li a:visited {   
width:100%;
color:#B8B8B8; 
}
  
#menu_core ul li a:hover {    
width:100%;
background: transparent url(../images/menus/menu_linkhover.gif) left center;  
background-repeat: repeat-y ;
color:#ffffff 
}    

#menu_core ul li a:active {    
width:100%;
background: transparent url(../images/menus/menu_linkactive.gif) left center;  
background-repeat: repeat-y ;
color:#ffffff ; 
}      

#menu_image{  
position:absolute;
top:290px;
left:0px;
background: transparent url(../images/menus/menu_bottom_bg.gif) left center;  
background-repeat: no-repeat ; 
width:200px;
height:290px; 
z-index : 9999990; 
}    

