@font-face { font-family: Bamini; src: url('Bamini.ttf'); } 
html { width: 100%; }
table { border-collapse: collapse; }
body { font-family: 'helvetica'; font-size: 25px; vertical-align: top; line-height: 25px;}
td, th { font-family: 'helvetica'; font-size: 25px; vertical-align: top; padding: 5px; color: #3c0049; }
.tamil {font-family: Bamini; }
.homemenu { width: 33%; text-align: center; text-decoration: none; vertical-align: middle; background-color: #8775a8; color: white; padding: 0 30 0 25px; }
.title { font-size: 30px; color: FF2E2E; text-align: center; }
.outertd { padding: 0px; }
a { color: #3c0049; background-color: white; border-radius: 10px;}
a:hover {color: white; background-color: #3c0049;  }

.gallery { background: white; }
.dropdown {
  position: fixed;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 750px;
  text-align: left;
  font-size: 14px; 
}

.dropdown-li {
  text-align: left;
  font-size: 14px;
}

.dropdown-content a {
  padding: 5px;
  text-decoration: none;
  display: inline-block;
}

.dropdown:hover .homemenu:hover .dropdown-content a:hover {background-color: #3c0049; color: white; border-radius: 10px; }

.dropdown:hover .dropdown-content {display: block;}




