<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
body{
padding:0px;
margin:0px;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #862411;
	background-color: #E3CD8E;
	height: 17px;
	width: 197px;
	border: 1px solid #A53C2D;
	}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #745C34;
	text-decoration: none;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #414243;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #292322;
	text-decoration: none;
}
.date {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #3C3C3C;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #434343;
}
.link_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #751609;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #232222;
}
</style>




<style type="text/css">

#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: silver;
}

</style>

<script type="text/javascript">

/***********************************************
* 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
***********************************************/


var menu1=new Array()
menu1[0]='<a href="http://www.lbp-enterprises.com"><font color="#751609"><div align="center">LBP Enterprises</a>'
menu1[1]='<a href="http://www.freewarejava.com"><font color="#751609">Freewarejava.com</a>'
menu1[2]='<a href="http://codingforums.com"><font color="#751609">Coding Forums</a>'
menu1[3]='<a href="http://www.cssdrive.com"><font color="#751609">CSS Drive</div></a>'

//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="http://cnn.com"><font color="#751609"><div align="center">CNN</a>'
menu2[1]='<a href="http://msnbc.com"><font color="#751609"><div align="center">MSNBC</a>'
menu2[2]='<a href="http://news.bbc.co.uk"><font color="#751609"><div align="center">BBC News</a>'
		
var menuwidth='165px' //default menu width
var menubgcolor='#E3CD8E'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?


</script>