@charset "utf-8";
/* CSS Document */

.Group {
	display: block;
	height: 37px;
	width: 266px;
	background-image: url(../Button_Group.jpg);
	color: #dfdfdf;
	text-decoration: none;
}
.Group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.Option {
	display: block;
	height: 22px;
	width: 266px;
	background-image: url(../Button_Option.jpg);
	color: #dfdfdf;
	text-decoration: none;
}
.Option:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}
.MainTextCopy2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006A44;
	padding-left: 10px;
}
.hours {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 37px;
	line-height: 18px;
}
.GroupCopy {
	display: block;
	height: 150px;
	width: 152px;
	background-image: url(../Button_Group.jpg);
	line-height: 27px;
	padding-left: 27px;
	text-decoration: none;
	color: #83482C;
}
.GroupCopy:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
body {
	background-color: #fada83;
}
.MainTextCopy3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.style2 {font-size: 10px; font-family: Georgia, "Times New Roman", Times, serif; color: #000000; padding-left: 10px; padding-right: 10px; width: 510px; }

-->


#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;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
