/* Begin CSS Drop Down Menu */

a img { border-width: 0; }

form {
margin:0px;
padding:0px;
}
.parent
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#4A681E;
	width:100%;
	float:left;
	height:20px;
	text-decoration:none;
	border-bottom:#336600 solid 1px;
	line-height:20px;
}


a.parent:hover 	/* attaches side-arrow to all parents */
{
	/*color: #15B5F8;
	color:#999999;*/
	color:#62361B;
	text-decoration:none;
}

.child
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#4A681E;
	width:100%;
	float:left;
	height:20px;
	text-decoration:none;
	/*border-bottom:#336600 solid 1px;*/
	line-height:20px;
}


a.child:hover 	/* attaches side-arrow to all parents */
{
	/*color: #15B5F8;
	color:#999999;*/
	color:#62361B;
	text-decoration:none;
}