// JavaScript Document 
/* 
  	------------------------------------
  	PVII Menu CSS Express Drop-Down Menu
  	by Project Seven Development
  	www.projectseven.com
  	------------------------------------
	*/
function p7exp(){ //v1.1.0.2 by PVII-www.projectseven.com
 		if(navigator.appVersion.indexOf("MSIE")==-1){return;}
 		var i,k,g,lg,r=/\s*p7hvr/,nn='',c,cs='p7hvr',bv='p7menubar';
 		for(i=0;i<10;i++){g=document.getElementById(bv+nn);if(g){
 		lg=g.getElementsByTagName("LI");if(lg){for(k=0;k<lg.length;k++){
 		lg[k].onmouseover=function(){c=this.className;cl=(c)?c+' '+cs:cs;
 		this.className=cl;};lg[k].onmouseout=function(){c=this.className;
 		this.className=(c)?c.replace(r,''):'';};}}}nn=i+1;}
		}
/* ends the PVII menu code */


function initialize()  {

	p7exp()

	<!-- [if lte IE 6]>
		</em><style>
		#p7menubar a {height:1%;}
		#p7menubar li{height:1%;}
		</style>
		<![endif]-->

	<!-- this fixes the 3-pixel jog around floats in IE -->
	<!--[if IE]> 
		<style type="text/css"> 
		.newsitem {zoom: 1;}
		</style>
		<![endif]-->

	<!-- this prevents IE6 from interpreting carriage returns in a list as line breaks -->
	<!--[if IE]> 
		<style type="text/css"> 
		a { zoom: 1;}
		</style>
		<![endif]-->

}