#divMenu{
	padding			: 0 0 0 0; 
	margin			: 0; 
	list-style		: none; 
	height			: 35px;	
	background		: url("../images/pro_four0.gif");										
}

#divMenu li {
	float			: left;
	display			: inline;			 
	width			: 129px; 
	text-align		: center;			 
}

#divMenu li a {
	display			: block;
	float			: center; 
	height			: 35px; 
	line-height		: 33px; 
	color			: #fff; 
	text-decoration	: none; 
	font-family		: arial, verdana, sans-serif; 
	text-align		: center; 
	padding			: 0 0 0 0; 
	cursor			: pointer; 
	font-size		: 12px;
	
}

#divMenu li a:hover {
	text-decoration	: underline;
	color			: #fff; 
	background		: url("../images/pro_four1.gif");
}