@import url("action_01.css");
a:link.menu1 {
	color: #333333; 
	font-size: 80%;
	font-weight: 600;
	text-decoration: none;
	width: 158px;
	height: 100%;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 2px;
	background-image: url(s_button_i_d.gif);
	display: table-cell;
}
a:visited.menu1 {
	color: #666666;
	font-size: 80%;
	font-weight: 600;
	text-decoration: none;
	width: 158px;
	height: 100%;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 2px;
	background-image: url(s_button_i_d.gif);
	display: table-cell;
}
a:hover.menu1 {
	color: #993300;
	font-size: 80%;
	font-weight: 600;
	text-decoration: none;
	width: 158px;
	height: 100%;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 2px;
	background-image:  url(s_button_i_o.gif);
	display: table-cell;
}
a:active.menu1 {
	color:FF3300;
	font-size: 80%;
	font-weight: 600;
	text-decoration: none;
	width: 158px;
	height: 100%;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 2px;
	background-image: url(s_button_i_cs.gif);
	display: table-cell;
}

