#top{
	width:980px;
	height:130px;
}

#menu{
	width:980px;
	height:45px;
	background:url(images/menu.gif) repeat-x;
}

.menuLvl1{
	float:left;
	height:45px;

}

.menuLvl1 a{
	display:block;
	float:left;
	height:35px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	font-family:Tahoma;
	font-size:12px;
	padding:10px 15px 0px 15px;
	
}

.menuLvl1 a:hover{
	text-decoration:none;
	color:#ffffff;
	background:url(images/menu2.jpg);
}