#menu1
{
	position:relative;
	float:left;
	width: 600px;
    height: 30px;
    margin-left:360px;	
}
#menu2
{
	position:absolute;
	float:right;
	right:40px;
	top:39px;
	width: 300px;
    height: 30px;
    display:none;
    z-index:2000;
}

span.rollover, span.rolloff
{
	position:absolute;
	width:100px;
	height:30px;	
	color:#222;
	text-align:center;
	font-family:"trebuchet ms", sans-serif;
	font-weight:bold;
	font-size:10pt;
	line-height:2.3em;			
}

