/* CSS Document */

.g_menu {
	background:#FFFFFF;
	width:358px;
	margin:0 0 0 0;
	padding:5px;
	float:right;
}

.g_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.g_menu ul li {
	float:left;
	height:44px;
	margin-bottom:1px;
}

.g_menu01 a {
	background:url(../images/g_menu/btn_workbook.gif) 0 0 no-repeat;
	width:353px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.g_menu02 a {
	background: url(../images/g_menu/btn_rolling.gif) 0 0 no-repeat;
	width:353px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.g_menu03 a {
	background:url(../images/g_menu/btn_management.gif) 0 0 no-repeat;
	width:176px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.g_menu04 a {
	background:url(../images/g_menu/btn_care.gif) 0 0 no-repeat;
	width:176px;
	height:44px;
	display:block;
	text-indent:-9999px;
	margin-left:1px;
}

.g_menu05 a {
	background:url(../images/g_menu/btn_article.gif) 0 0 no-repeat;
	width:176px;
	height:44px;
	display:block;
	text-indent:-9999px;
	margin-left:1px;
}


.g_menu01 a:hover {
	background:url(../images/g_menu/btn_workbook.gif) 0 -44px no-repeat;
	width:353px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.g_menu02 a:hover {
	background: url(../images/g_menu/btn_rolling.gif) 0 -44px no-repeat;
	width:353px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.g_menu03 a:hover {
	background:url(../images/g_menu/btn_management.gif) 0 -44px no-repeat;
	width:176px;
	height:44px;
	display:block;
	text-indent:-9999px;
}

.g_menu04 a:hover {
	background:url(../images/g_menu/btn_care.gif) 0 -44px no-repeat;
	width:176px;
	height:44px;
	display:block;
	text-indent:-9999px;
	margin-left:1px;
}

.g_menu05 a:hover {
	background:url(../images/g_menu/btn_article.gif) 0 -44px no-repeat;
	width:176px;
	height:44px;
	display:block;
	text-indent:-9999px;
	margin-left:1px;
}