#dropmenudiv{
	position:absolute;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-left-color: black;
	background-color: #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #F0B55B;
	text-transform: uppercase;
	font-size: 12px;
}
#dropmenudiv a:hover{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: #F6E8C5;
}


.back_color {
	background-color: #D7B460;
}
.back_image {
	background-image: url(../images/lines.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.back_home {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-indent: 50px;
	padding: 7px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
	text-indent: 50px;
	padding: 7px;
	margin-left: 50px;
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D7B562;
	text-decoration:none;
}

.pic1 {
	background-image: url(../images/pic1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pic2 {
	background-image: url(../images/pic2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pic3 {
	background-image: url(../images/pic3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.pic4 {
	background-image: url(../images/pic4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.links_table:hover {
	background-color: #F6E7C4;
	cursor:hand;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
a.linkopacity:active img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}
