/***********************************************************************************************
* AnyLink Drop Down Menu- ? Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
* Source code modified on (23-MAR-2008) to cater for use with World Jen Chen Buddhism
***********************************************************************************************/


#dropmenudiv{
position:absolute;
border:1px solid #E6EEE8;
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 #E6EEE8;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #eeeeee;
}

A:link { color: #888888 }       /* unvisited link */
A:visited { color: #888888 }   /* visited links */
A:active { color: #888888 }    /* active links */

