/* CSS Document */
#dropmenudiv{
border-left:1px #009900; border-right:1px #009900; border-top:1px #009900; border-bottom:0px #009900; position:absolute;
background-color:#009900;
background-image:url(../images/subnavbg.jpg);
line-height:18px;
z-index:1000; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #009900;
	padding: 1px 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00724B;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
}
.topgreen{
	border:solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;	
}
.topleftgreen{
	border:solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #94C3B3;	
}
.homebox{
	border:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #9CC9BA;
	border-right-color: #9CC9BA;
	border-bottom-color: #9CC9BA;
	border-left-color: #9CC9BA;	
}
.navbox{
	border:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00724B;
	cursor:pointer;
}.navboxtb{
	border:solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00724B;
	cursor:pointer;
}
.maingreentext{

}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #006600;
	font-weight: bold;
}

.navtext {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00724B;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #006600;
	font-weight: bold;
}
.content{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
}
#myimg { 
 background: url('/images/r.png') 
  repeat; position:absolute; 
 left: 10px; top: 10px; 
 width: 200px; 
 height: 200px;
  }

