table.menu1{  
width: 800px;                                       /*menu & viewcart*/
font-family:comic sans ms;
color: white;/*text before hover*/
font-size:20px;
font-style: bold;
background-color:#dc143c; /*red*/ /*#354e71;dark blue*/
margin: 0;
padding:0;
text-decoration: none;
}


a.menu{
background-color:#dc143c; /*red*/ /*#354e71;dark blue*/
color:white;/*text before hover*/
font:bold;
margin:0;
padding:0;
text-decoration: none;
}

.menu2 a:hover{
background-color:#fff8c6; /*cream*/ /*#c5cdd8;light blue*/
color: #640e27; /*red*/ /*#354e71;dark blue*/
margin:0;
padding:0;
text-decoration: none;
}



td.menu{
background:#dc143c; /*red*/ /*#354e71;dark blue*/
margin:0;
padding:7px;
text-decoration: none;
}

table.menu2{
font-size:15px;
position:absolute;
visibility:hidden;
text-decoration: none;
}

td.viewcart{                                          /*for view your cart*/
float: right;
border-color: black;
color: white; 
font-family: comic sans ms;
font-weight: bold; 
font-size: 10pt;  
text-align:center; 
text-decoration: none;
padding: 20px 0 0 0;
margin: 0;
}

input {                                              /*for view your cart*/
float: right;
background-color: white; 
border-color: #dc143c; /*red*/ /*#ffffff;*/
color: black; 
font-family: comic sans ms; 
font-weight: bold; 
font-size: 10pt; 
text-align: center; 
text-decoration: none;} 
/* end menu css */