
body {
  margin: 0;
  padding: 0;
  font-size: 95%;
  font-family: sans-serif;

  color: #333;
  background: #F7FAFF;}


A:LINK
{
 text-decoration:none;}

#top{
position : absolute;
top: 10px;
left: 50px;
  height: 200px;
width:1100px;
  background-image: url(cronos8new.gif);
  background-repeat: no-repeat;
}
#separator {
position : relative;
top: 10px;
  height: 10px;

}


#menutesto{
position :absolute ;
top: 210px;
left:232px;
  height: 25px;
width:918px;
background-color:#39678b;
z-index:3;
font-family: sans-serif;
}



#menu1{
position : absolute;
top: 210px;
left: 50px;
height: 550px;
width:182px;
font-size : 14px;
background-color:#d9e1e9;
text-decoration:none;
z-index:5;
font-family: sans-serif;
}





#content2{
position : absolute;
top:230px;
height:550px;
left: 237px;
overflow:auto;
width:905px;
font-size : 14px;
 background-repeat: no-repeat;
background-color:
#F5F5F5;
color:#5C5C5C;
text-decoration:none;

font-family: sans-serif;
 
background-repeat: no-repeat;
padding-left : 10px;
padding-top:4px;
padding-right : 10px;
padding-bottom:4px;
border:0px;
border-style:solid;
border-color:#39678b;
overflow:auto;

}



#footer{
position : absolute;
top: 760px;
left: 50px;
height: 25px;
width:1100px;
padding-left : 1px;
padding-right : 1px;
padding-top:4px;
border:0px;
border-style:solid;
border-color:#39678b;
font-size : 11px;
background-repeat: no-repeat;
background-color:#39678b;
color:#FFFFFF;
text-align:center;
z-index:100;
}





.menu{
    position:absolute;
top:15px;
left:0px;
    /* solve a Opera7/IE display bug */
    width:178px;
    width/**/:178px;
   
    margin:1;
    padding:1;
    }
    
.menu span{
    display:none;
    }
    
.menu ul{
    
    margin:1;
    padding:1;
    position:absolute; /* important */
    width:178px;
    width/**/:168px;

    }
    
.menu li ul{
    visibility:hidden;

    }
            
.menu li ul{
    margin-left:178px; /* be careful */
    margin-top:-24px;

    }
    
.menu  a{
opacity: 0.99;
filter:alpha(opacity=99);
font-weight:bold;

    text-align:right;
	

    background-color: #E9E9E9;
    color:#434343;
font-size:11px;
font-style:sans-serif;
    display:block;
    width:178px;
height:28px;
    text-decoration:none;
border-style:solid;
border-color:#FF4EC4;
border-width:0px;
    margin:0;
padding:2px;
  
    }
    



.menu a:hover{
    background-color: #DCFFFD;
    }

/* for a mozilla better display with key nav */
.menu a:focus{
    background-color:#DCFFFD ;
}

.menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
.menu li{
    width:150px;
    display:block;    
    float:left;  
    list-style:none;
    margin:0;
    padding:0;

    }


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 6px; /*position where enlarged image should offset horizontally */

}



    
/* IE PC selector */
* html .menu li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
    
a.linkOver{
    background-color: #DCFFFD;
    }

