#gnavi li { position: relative;}

#gnavi ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	list-style-type: none;
}
* html #gnavi ul { line-height: 0; }
#gnavi ul li { float: none; }

#gnavi ul {
	width: 328px;
}
#gnavi ul li a {
	display: block;
	width: 328px;
	height: 45px;
	background: url(../images/blog/list_01_off.png) left top no-repeat;
	line-height: 45px;
	text-align: center;
	color: #5a3113;
	text-decoration: none;
}
#gnavi ul li a:hover {
	background: url(../images/blog/list_01_on.png) left top no-repeat;
	color: #5a3113;
}