/* ------------*/
/** mycss.css **/
/* Version 1.0 */
/* ------------*/
        
* {
  margin : 0px;    
  padding:0px; 
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.0em;      
        
}      
      
html, body {  
  font-family: Verdana, Geneva, sans-serif;  
  font-size: 1.0em;
  background-color: rgb(250,250,220);
  background-color: rgba(250,250,220,1.0);
    
  text-align: left;
  width: 100%;
}

.engras {
	font-weight: bold;	
}

.enitalic {
	font-style: italic;
	font-weight: bold;
}	
	

.page {
  display: block;
  float: none;      
  width: 99%;
  margin: auto;
  /*padding: 0.5%;*/
  /*padding-top: 3em;*/
  clear: left;
  font-size: 0.9em;
  
  max-width: 932px;
      
     }       
      
.main {
  width: 100%;
 
}

.endmain, .endmain p{
      
    background-color: rgb(250,250,200);
    background-color: rgba(250,250,200,1.0);
  
    font-size: 1.0em;
    padding-bottom: 1.0em;  
 }         

      
.dummyline {
    display:block;
    float:none;
    height: 1em;
   /* /
  background-color: rgb(250,0,0); /**/
    clear: both;
  
}      

.dummylinecolor {
    display:block;
    float:none;
    height: 0.2em;
    background-color: rgb(155,50,50);      
    background-color: rgba(155,50,50, 1.0);      
    margin-top: 1.0em;
    margin-bottom: 1.0em;
  
    clear: both;
  
}      
      
      
      
.g-plusone{
	display: inline;
  float: none;	
}     

#gmap{        
    margin: 0;
    padding: 0;
    border: none;
    frameborder: none;
    allowfullscreen: none;
    height: 300px;
    width: 400px;  
 }   
  

      
h1 {  
  font-family: Tahoma, Geneva, sans-serif;  
  font-weight: bold;  
  font-size: 1.3em;
  text-shadow: 2px 2px 2px rgb(170, 170, 170);  
  /*white-space: nowrap;*/
  overflow: hidden;
        padding-top: 0.3em;
        padding-left: 0.2em;
        padding-bottom: 0.3em;
  text-align: left;
    
  /*background-color: #cc6600;*/  
  /*background-color: rgba(204,102,0);*/
  background-color: rgb(155,50,50);
  background-color: rgba(155,50,50,1.0);
  
  color: white;  
  font-weight: normal; 
  width: 99%;
}
 
h1 span {  
  display: none;
}

h2 {  
  font-family: Tahoma, Geneva, sans-serif;  
  font-size: 1.1em;
  font-weight: bold;  
  color: #c05810;  
  background-color: #ffcc99;  
  text-align: left;
  text-shadow: 2px 2px 2px rgb(170, 170, 170);  
  /*white-space: nowrap;*/
  overflow: hidden;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background-color: rgb(245,245,195);
  background-color: rgba(245,245,195,1.0);
  width: 99%;
}

.h2center {
   
   text-align: center; 
}

      
h3 {  
  font-family: Verdana, Geneva, sans-serif;  
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: underline;
  /*white-space: nowrap;*/
  overflow: hidden;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background-color: rgb(250,250,220);
  background-color: rgba(250,250,220,1.0); 
  width: 99%;
}

  


section {
      display: block;
      padding-top: 0.1em;
      padding-bottom: 0.1em; 
      width: 100%;
      clear: both;
  
  text-align: center;
}      
      
section div, section p{
     background-color: rgb(250,250,220); 
     background-color: rgba(250,250,220,1.0); 
}  
      
section img {
  float: none;
  
  border: 2px solid;
  border-color:rgb(128,128,128); /*rgb(155,50,50); */
  width: 256px;
  height: auto;  /*171px;*/  
}

figcaption {
  height: 20px;
  font-weight: bold;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  margin-top: 0.3em;
  margin-bottom: 0.5em;
      
      }      
      
      
      
/*  ---------------*/
      
.singlecol {
   display: block;
   float: none;
   clear: both;
   width: 98%;
   margin: auto;
   /* text-align: center; */
   padding-top: 1em;
  }  
  
.tricol {
	display: block;
    float: left;
	width: 33%;
	margin: auto;
	padding-left: 0.3%;
	
}

.leftcol, .rightcol {
  display: block;
  float: left;
  width: 48%;  /*<!-- calc((45% - 20px) );  <!--/* -44px pour IE!! */
  margin: auto;
  overflow: hidden;
  /*min-width: 405px; /*21em;*/
  padding-top: 0.5em;
  padding-left: 1%;
  
}	


.leftcol h3, .rightcol h3 {
    width: 100%;
	margin: auto;
}  



	
iframe {
   width: 95%; /* 20em; */
   max-width: 640px;
   height: 320px;
   margin:auto;
      
}

.singlecol iframe {
  width: 95%;
  height: 300px;
}

.rightcol iframe {
  width: 95%;
  height: 300px;
}

.leftcol iframe {
  width: 95%;
}


.alleft {
  text-align: left;	
	
}
	 

/* ------non utilise -----------      
      
#logo1 {
  display: block;
  float: left;
}

#logo1 img {
  height: 6em;
  padding: 0.2em;
}
      
#logo2 {
  display: block;
  float: right;
}  
  
#logo2 img  {
  height: 6em;
  padding: 0.2em;
}

/* -----------*/    
  
#section1 {
  display: block;
  float: left;      
 text-align: center;
} 

#section1 h1 {
 /*white-space: nowrap;*/ 
}

  
/* ----------------- */ 
  
  
#icones {  
  display: block;
  float: none;
  text-align: center;
  margin: 0.2em;
  padding-top: 0.5em;  
  clear: both;
}

#icones img  {
  display:inline;
  float:none;
  
  width:  32px; 
  height: 32px;
  
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  
}  

.imagette {
  
  display:inline;
  float:none;
  
  width:  32px; 
  height: 32px;
  
  margin-left: 0.5em;
  margin-right: 0.5em;	

  vertical-align: middle;	
}

.imagette48 {
  
  display:inline;
  float:none;
  
  width:  48px; 
  height: 48px;
  
  margin-left: 0.5em;
  margin-right: 0.5em;	

  vertical-align: middle;


  background-repeat: no-repeat;  
  background-position: right center;
  background-color: rgb(155,50,50);
  
}



.imgborder {
	
	
     border: 2px;
	 border-style: solid;
	 width: 75%;
     max-width: 400px;	 
	 height: auto;
	 /*
	 align: left; 
	 hspace: 10;
	 vspace: 10;
	 */
} 
 
  
/*------ bouton Up non utilise ----  
 
.navigation a {
    text-decoration: none;
  }      
         
           
.navigation {
        position: fixed;
        display: block;
        float: none;
        top: 0em;
        left: 0em;  
  
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.5em;
        font-style: normal;
        text-decoration: none; 
    
        width: 2.5em;
        height: 2.0em;
        padding-top: 1.0em;
        
        text-align: center;
        color: rgb(0, 0, 0);
        background: rgb(255, 102, 102);
        background: linear-gradient(rgb(255,50,50), rgb(255,150,150));
        border-radius: 8px;
        text-shadow: 0px 1px 0px white;
        text-shadow: 0px 1px 0px rgba(255,255,255,0.2);
      }
      
.navigation:hover{
      
box-shadow: inset 0px 2px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 5px 3px #999;      
      
      
      
      
      }      
      
.navigation:active{
      
box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #07526e, 0px 5px 3px #999;      
      
      
      }
      
/* --------- */      
      
      
.titre1 {  
  font-family: "Parisienne", cursive;  
  font-size: 3em;
  font-weight: bold;
  color: black;
  text-shadow: 2px 2px 2px rgb(153, 153, 153);  
  white-space: nowrap;
  padding-top: 0.0px;
  padding-bottom: 0.0px;
  background-color: rgb(250,250,200);
  background-color: rgba(250,250,200,1.0);
 
}

.titre2 {  
  text-align: center;  
  font-family: "Parisienne", cursive;  
  font-size: 2em; 
  font-weight: bold;
  text-shadow: 2px 2px 2px rgb(153, 153, 153);  
  white-space: nowrap;
  background-color: rgb(250,250,200);
  background-color: rgba(250,250,200,1.0);
}
      
.tarif {
  padding-top: 0.5em;
  padding-bottom: 0.5em;      
  font-size: 1.2em;      
      
}
      
      
.flag {  
  display: inline;  
  float: none;  
  height: 1.2em;  
  vertical-align: middle;  
  font-size: 0.8em;  
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;  
  font-style: italic;
}

.sectionh1 {  
  font-family: "Parisienne", cursive;  
  font-size: 1.8em;
  text-shadow: 2px 2px 2px rgb(153, 153, 153);  
  /*white-space: nowrap;*/
}


.sectionbegin {
      
font-size: 1.0em;
}


.unaffi {  
  display: none;
}

.ad {  
  display: block;  
  white-space: normal;
  margin: 0.5em;
}

.ml {  
  display: block;  
  margin-top: 0.5em;  
  margin-bottom: 0.5em;  
  white-space: nowrap;  
  height: 1.2em;
}

.call {  
  display: block;  
  margin-top: 0.5em;  
  margin-bottom: 0.5em;  
  height: 1.2em;
}

.bigo {  
  display: block;  
  margin-top: 0.5em;  
  margin-bottom: 0.5em;  
  white-space: nowrap;  
  height: 1.2em;
}

/* -------Galerie---------- */
     
.galery {
   display: block;
   float: none;
   clear: left;
   width: 100%;
   margin: 0;
   padding: 0;
  } 
      
.galery figcaption
    {
      clear: left;
      text-align: center;
      
      } 
      
.photo {
   display: block;
   float: left;
   margin: 5px;
   padding: 0px;
   width: calc((100% - 60px) / 4); /* -44px pour IE!! */
           
  }
     
.photo img{
    margin: 0;
    padding: 0;
        
    width: 100%;
	height: auto;
	         
   }      
     
.photo figcaption {

      clear: left;
      
      }     


.bandeau {
   display: block;
   float: none;
   margin: auto;
   padding: 0px;
   width: 98%; /* -44px pour IE!! */
   height: auto;
           
  }


/* -------------- */         
      
      
#info {
display: block;
float: none;

}


#panneau1 {  
  display: none;
}

#section2 div {
  text-align: center;
}


.footer {  
  display: block;  
  font-size: 1.0em;  
  text-align: center;  
  margin-top: 1em;
  padding-top: 1em;
}      

.souligne {
    /*text-decoration: underline;*/
    font-weight: bold;
  
  }
      
 .italique {
   font-style: italic;  
  }     

     
.btn {  
  display: block;  
  float: left;  
  height: 48px;  
  width: 48px;  
  margin-right: 0px;  
  margin-top: 0.0em;
  background-image: url("./icones/expand-more-less-white-48.png");  
  background-repeat: no-repeat;  
  background-position: left center;
  background-color: rgb(250,250,200);
  background-color: rgba(250,250,200 ,1.0);
  
  
  clear: left;
}




/*----------------------------*/



.sicone {
	display: block;
	float:none;
	padding: 0.5em;
	padding-bottom: 1em;
	height:50px;
	text-align: center;
	
	background-color: rgb(255,0,0);
}

.siconeimg {
  display: inline;
  
  
  width:  40px; 
  height: 40px;
  
  
/*background-image: url("./icones/breakfast.gif");*/
background-color: rgb(255,255,255);
background-repeat: no-repeat;


  margin: 0.1em;
  /* background-image: url("./icones/close-menu-white-48.png"); */ 
  background-repeat: no-repeat;  
  background-position: left center;
  /*background-color: rgba(128,128,128, 1.0);*/


}

#ibreakfast: {
  background-color: rgb(0,0,0);
  background-image: url("./icones/breakfast.png");
  }

 #imeal: {
background-image: url("./icones/tabledhotes.png");

 }	

 #iwifi: {
	background-image: url("./icones/wifi-gratuit.gif");
}

#inopet: {
	background-image: url("./icones/nopet.gif");
}

#inosmoking: {
	/*background-image: url("./icones/nosmoking.jpg");*/
}




      
/* -------menu navi-----------------  */

      
#navi {
  z-index: 90;
  display:block;
  float:none;
  position:fixed;
  left: 0.5%;
  top: 0.1em;
  width: 99%;
  
  background-color: rgb(128,128,128);
  background-color: rgba(128,128,128, 1.0);
  
  clear: both;
  }

      
.menubar{
  display:block;
  float:none;
 /* width: 99%;*/ 
  background-color: rgb(128,128,128);
  background-color: rgba(128,128,128, 1.0);
  padding-left: 0.2em;
  padding-bottom: 0.1em;
  text-align: left; 
  
     
}

.btnmenu {  
  display: inline; 
    
  height: 48px;  
  width: 48px;
  margin: 0.1em;
  /* background-image: url("./icones/close-menu-white-48.png"); */ 
  background-repeat: no-repeat;  
  background-position: right center;
  background-color: rgb(128,128,128);
  /*background-color: rgba(128,128,128, 1.0);*/
}
      
      
#btnMenu {  
  z-index: 100;
  background-image: url("./icones/close-menu-white-48.png");  
  background-position: right center;
  display:inline;
  float:right;
  margin-right: 0.5em;
  /*position:relative;*/
  /*top: 0em; /*5em;*/
  /*left:0em; /*-0.8em;*/
  vertical-align: middle;
} 

#btnClose {
  z-index: 100;
  background-image: url("./icones/close-menu-white-48.png");
  background-position: left center;  /*left center;*/
  display:inline;
  /*float:right;*/
  margin-right: 1.5em;
  position: fixed;
  left: calc(90% - 5em);
  top: 60px;
  
}      
      
#btnUp {
  background-image: url("./icones/arrow-upward-white-48.png");  
  background-position: -2px;  
}      
      
#btnHome {
  background-image: url("./icones/home-white-48.png");  
  background-position: -2px;  
}      
      
#btnCl {
  background-image: url("./icones/call_white_48.png");
  width: 65px;
  background-color: rgb(155,50,50);
  /*background-color: rgba(155,50,50,1.0);*/
  background-position: 6px;
  margin-left:0.7em;
  margin-right:0.4em;
      }      
      
#btnMl {
  background-image: url("./icones/email-white-48.png");
  width: 65px;
  background-color: rgb(155,50,50);
  background-color: rgba(155,50,50,1.0);
  background-position: 6px;
  margin-left:0.5em;
  margin-right:0.5em;
      }      

#btnG, #btnT {
  display: none;
}      

      
#sectionmenu  {
  display:block;
  float:none;
  width: 96.0%;
  /*position:relative;
  top:-4em;*/
  /* clear:left; */
  padding-top: 0.0em;
 
}      
      
.menulist {
         display:block; /*none;*/
         width:100%;
         margin: auto;
         background-color: rgb(128,128,128);
         background-color: rgba(0,0,0, 0.7);
         
         padding-top: 0.2em;
         padding-bottom: 0.8em;
         padding-left: 1em;
         padding-right:0.0em; 
  
  
  /*height: 10em; /*12.3em;*/
  
  /*text-align: center;*/
  /*overflow-x: visible;*/
  overflow-y: scroll;

  /*scrollbar-width: auto;*/
  /*scrollbar-color: rgba(255,0,255, 1.0);*/
  
}

/* scrollbar */
      
      .menulist::-webkit-scrollbar{width: 1em; background:transparent;}
      .menulist::-webkit-scrollbar-track{background-color: rgba(150,0,0, 0.2);}
      .menulist::-webkit-scrollbar-track-piece{background-color: rgba(150,0,0, 0.2);}
     
      .menulist::-webkit-scrollbar-thumb{background-color: rgba(150,150,150, 1.0);border-radius:15px;}
      .menulist::-webkit-scrollbar-button{background-color: rgba(214,41,41, 1.0);border-radius:15px;}
      .menulist::-webkit-scrollbar-corner{background-color: rgba(0,0,0, 1.0);}

.menulist{     
    /*scrollbar-width: auto; /* thin*/
    /*-moz-scrollbar-width: auto;*/
    scrollbar-color: red green;/*/rgba(0,200,0, 1.0);*/
    -moz-scrollbar-color: red green;/*rgb(0,200,0);*/
    
   /*
    scrollbar-base-color: #C0C0C0;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #EE0000;
    scrollbar-3dlight-color: #000000;
    scrollbar-dark-shadow-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-arrow-color: #FF99FF;
    scrollbar-track-color: rgba(0,0,0, 1.0);/*#FFCCFF;*/
   */
   
 }      


@-moz-document url-prefix(http://),url-prefix(https://) {
    .menulist scrollbar {
       -moz-appearance: none !important;
       background: rgb(0,255,0) !important;
       width: 15px;
    }
    .menulist thumb,.menulist scrollbarbutton {
       -moz-appearance: none !important;
       background-color: rgb(0,0,255) !important;
    }

    .menulist thumb:hover,.menulist scrollbarbutton:hover {
       -moz-appearance: none !important;
       background-color: rgb(255,0,0) !important;
    }
    .menulist scrollbarbutton {
       display: none !important;
    }
    .menulist scrollbar[orient="vertical"] {
      min-width: 15px !important;
      width: 15px;
    }
}

      
 
      
      
/* -------- */      
      
      
.menulist li {  
  display: block;  
  float: none;  
  text-align: left; 
  padding-left: 0.8em;
  padding-right: 0.0em;
  padding-top: 0.8em;  
  font-size: 1.0em;
}      


.menu a {  
  color: white;  
  text-decoration: none;  
  font-style: normal;  
  font-size: 1.2em;
}      
  
      
  #navi{background-color: rgb(128,128,128);}
  .menubar{background-color: rgb(128,128,128);}
  .btnmenu{background-color: rgb(128,128,128);}
  .menulist{background-color: rgb(128,128,128);}
  #btnMl, #btnCl{background-color: rgb(155,50,50);}
  
     
   #navi{background-color: rgba(200,200,150, 0.0);}
   .menubar{background-color: rgba(128,128,128, 0.8);}
   .btnmenu{background-color: rgba(128,128,128, 1.0);}
   .menulist{background-color: rgba(100,100,100, 0.7);}
   #btnMl, #btnCl{background-color: rgba(155,50,50, 1.0);}
  

      
/* -------Header-------------- */
      
.header  {
  clear: left;
  width: 100%;
}
   
.header section {
  display: block;
  float: none;
  text-align: left;
  clear: left;
}    

#entete {
  display: block;
  float: none;
  
  margin-top: 0.7em;
  /*height: 12em;*/
  text-align: left;  
  clear: both;  
  background-image: url("./images/double-pano-magnolia.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  /*background-size: 100%;*/
  width: 100%;
}
      
#logo {  
  z-index: 50;  
  display: block; 
  float: left;
  clear: left;
  padding-top: 0.2em;
  background-color: transparent;
}

#logo img {  
   
  width: 10em;  
  height: 10em; 
 
   -moz-border-radius: 100px 100px 100px 100px;
-webkit-border-radius: 100px 100px 100px 100px;
     -o-border-radius: 100px 100px 100px 100px;
        border-radius: 100px 100px 100px 100px;

      -moz-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5); 
   -webkit-box-shadow: 0px 5px 5px 10px rgba(0,0,0,0.5);
        -o-box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5);
           box-shadow: 5px 5px 10px 10px rgba(0,0,0,0.5);
      }

      
.headertitle {  
  z-index: 10;
  display: block;
  float: none;
  padding-top: 0.0em;  
  padding-left: 0.0em; 
  
  font-family: "Parisienne", cursive;  
  font-size: 3.4em;
  font-weight: bold;
  font-style: normal;
  color: white;
  /*background-color: rgb(250,200,200, 0.3);*/
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  /*
  text-shadow: 2px 2px 2px rgb(153, 153, 153);  
  
 
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
             -o-border-radius: 20px 20px 20px 20px;
                border-radius: 20px 20px 20px 20px;
*/

}     

.headertitle span {
  display:none;
}

#cottage {  
  padding-top: 0.3em;
  line-height: 1.5em;
  position:relative;
  left: -40px;
}
      
#texte-entete { 
  padding-top: 0.0em;
  position:relative;
  left: -8px;
  left:-0.7em;
  font-weight: lighter;
  line-height: 1.5em;
}

#texte-entete span { 
  display:none;
}      
      
      
/*----------------
#pano {  
  z-index: 0;  
  display: block;
  /* position: absolute; 
  top:  0px;  
  left: 0px;  
   position: relative;
  top: -12em; 
  width: 100%; 
}
*/

/* -----------*/      
/*-------------
      
nav {  
  z-index: 90; 
  clear:both;
  display: block;
  position: relative;
   
  width: 100%;  
  height: 30px;  
  color: white;  
  background-color: transparent;
        
}

#nav {  
  display: block;  
  position: relative;
  z-index: 90;  
  width: 100%;  
  height: 30px;  
  color: white;  
  background-color: transparent;
}

#menu {  
  z-index: 90;  
  display: block;  
  position: relative;
  margin-top: 0px;
  margin-left: -40px;
}

      
#menu li {  
  z-index: 90;
  display: block;  
  float: left;  
  text-align: center;  
  margin-left: 5px;  
  margin-top: 5px;  
  width: 105px;  
  height: 2em;  
  overflow: visible; <!-- hidden; -->  
  font-style: italic;  
  font-weight: bold;  
  line-height: 1.9em; 
        
    background-color: #ffcc88; <!-- #22dd44; -->   
 
   -moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
     -o-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
              
      -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset; 
   -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.7), 0px -4px 5px 0px rgba(255, 255, 255, 0.7) inset;
        -o-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset;
           box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset;
}

 

#menu #current {  
  background-color: #ffb940;
}

      
#menu #current a {  
  color: black;  
  text-decoration: none;  
  font-style: normal;  
  font-size: 1em;
}

      
#menu li:hover {
      -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset; 
   -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7), 0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
        -o-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset;
           box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset;
}

      
#menu .menu a:hover {       
       color: red;
       font-style: italic;
      }     

/* ******************* */


#menuold {
	display: block;
	float:none;
	color: black;
	font-style: normal;
	text-decoration: none;
	
	clear:both;
	
}

#menuold a{
	text-decoration: none;
	white-space: nowrap;
	
  z-index: 90;
  display: block;  
  float: left;  
  text-align: center;  
  margin-left: 5px;  
  margin-top: 5px;  
  /*width: 105px; **/
  padding-left: 5px;
  padding-right: 5px;	
  height: 2em;  
  overflow: visible; 
  font-style: italic;  
  font-weight: bold;  
  line-height: 1.9em; 
        
    background-color: #ffcc88; <!-- #22dd44; -->   
 
   -moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
     -o-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
              
      -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset; 
   -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.7), 0px -4px 5px 0px rgba(255, 255, 255, 0.7) inset;
        -o-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset;
           box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.7), 0px 5px 5px 0px rgba(255, 255, 255, 0.7) inset;
	
}



#menuold a:hover {       
       color: red;
       font-style: italic;
}   
 
 
 #oldcurrent a {  
  background-color: #ffb940; 
  color: white;
  font-style: normal;
  font-weight: bold;
}

#oldcurrent a:hover {
	color: white;
       font-style: normal;
	
}
