<style type="text/css">
#lsmenu{
background: #FFFFCE;
border-bottom: 1px solid #ccc; 
}

#lsmenu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 214px; /* Width of Menu Items */ 	
} 

#lsmenu ul li { 
	position: relative; 
} 

#lsmenu li ul { 
	position: absolute; 
	left: 214px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 

} 

#lsmenu li:hover ul {
	display: block; 
} 

#lsmenu li:hover>ul { 
	visibility:visible; 
} 

#lsmenu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #lsmenu ul li { float: left; height: 1%; } 
* html #lsmenu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#lsmenu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#lsmenu ul a { 
	display: block; 
	text-decoration: none;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:20px;
	padding-top:9px;
	padding-bottom:9px;
	color: #000000;       /* Font Color */
	background: #FF9900;   /* IE6 Bug */ 
	border-top: 1px solid #ccc; 
	border-bottom: 0; 	 
} 

/* Hover Styles */ 
#lsmenu ul a:hover { 
	color: #ffffff; 
	background: #7c7f4e; 
	
} 
#lsmenu li ul:hover{
	border-bottom: 1px solid #ccc; 	
	}
/* Sub Menu Styles */ 
#lsmenu li ul a { 

	text-decoration: none; 
	color: #000000;       /* Font Color */
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	background: #FF9900; /* IE6 Bug */ 
	padding: 9px; 
	border:1px solid #ccc; 		
	border-bottom: 0; 

} 

/* Sub Menu Hover Styles */ 
#lsmenu li ul a:hover { 
	color: #ffffff; 
	background:#7c7f4e; 
	
} 

/* Icon Styles */ 
#lsmenu ul a.lssubmenu {background:#FF9900 url("/images/r_arrow.gif") no-repeat right; } 
#lsmenu ul a.lssubmenu:hover {background:#7c7f4e url("/images/r_arrow.gif") no-repeat right;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodycss {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodycss1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style4 {font-weight: bold}
.style6 {color: #0000CC}
.style7 {color: #FFFFFF}
</style>
<script type="text/javascript">
