/* CSS Document */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DCDDDE;
}
body {
	margin: 0px;
	background-image: url(http://nickandtomsrest.e-siteworks.com/nss-folder/pictures/Black-background.jpg);
	background-repeat: repeat;
}

td {
	font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
}

.footer {
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
}

a:link, a:visited, a:active {
  text-decoration: underline;
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
  color: #000000;
}
					
a:hover {
  color: #ED1B24;
  text-decoration: underline;
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
}

a.nav:link, a.nav:visited, a.nav:active {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
}
					
a.nav:hover {
  color: #ED1C24;
  text-decoration: underline;
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
}
.happy-hour {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

a.email:link, a.email:visited, a.email:active  {
  color: #000000;
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
  background-color: none;
  text-decoration: underline;
}
	
a.email:hover {
  color: #999999;
  text-decoration: underline;
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
}
