#menu ul
{

}


#menu ul li
{
	display: block;
	float: left; 
}

#menu ul li a
{
	background: url(images/m0.png);
	display: block;
	width: 125px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	/*font-variant: small-caps;*/
	line-height: 40px;
	color: #3768a4;
}


#menu ul li a:hover
{
	background: url(images/m1.png);
	line-height: 50px;
	color: #000;
}


