table 
#menu {
        table-layout:fixed;
        padding:15px;
        width:100%;
        font-variant: small-caps;
}

table tbody tr td 
#menu {
        text-align:center;
        padding:15px;
      }

.l {
float: left;
}

#interior_menu {
	height: 120px;
	width: 170px;
    opacity:0.9;
               }

#interior_menu:hover
	{
    opacity:1;
    }


a {
transition-duration: 1s;}

#mm:link {
font-variant:small-caps;
}

#mm:visited {
font-variant:small-caps;
}

#mm:hover {
color:white;
background-color:black/*#663300*/;
font-variant: small-caps;
font-weight: bold;
}

.styled-select {
color: white;
text-align: center;
padding-top: 0px;
padding-left :5px;
background-color: black;
font-variant: small-caps;
border: 0px solid #000;
font-size: normal;
/*-webkit-appearance: none;*/
}

body {background-color: white;
      color: black;
	  font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
 /*    font-family: Tahoma, Geneva, sans-serif;*/ /*Arial;*/
      margin : 0 3%;
}

a:link {text-decoration : none;
color: black;}

a:visited {color:black;}

button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 20px 40px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

