/* CSS Document */
.menu {
	BACKGROUND: url(../images/menu2.jpg) no-repeat;
	background-position:center center;
	FLOAT: left;
	WIDTH: 76px;
	HEIGHT: 25px;
	line-height:25px;
	color:#000000;
	text-align:center;
	margin-left:1px;
	TEXT-DECORATION: none;
}
.menu:hover {
	FONT-WEIGHT: bold;
	BACKGROUND: url(../images/menu1.jpg) no-repeat;
	background-position:center center;
	WIDTH: 76px;
	HEIGHT: 25px;
	line-height:25px;
	color:#990000;
	text-align:center;
	TEXT-DECORATION: none;
	margin-left:1px;
}
.menu_2s {
	BACKGROUND: url(../images/menu2.jpg) no-repeat;
	background-position:center center;
	FLOAT: left;
	WIDTH: 76px;
	HEIGHT: 25px;
	line-height:25px;
	color:#000000;
	text-align:center;
	margin-left:10px;
	TEXT-DECORATION: none;
}
.menu_2s:hover {
	FONT-WEIGHT: bold; 
	BACKGROUND: url(../images/menu1.jpg) no-repeat;
	background-position:center center;
	FLOAT: left;
	WIDTH: 76px;
	HEIGHT: 25px;
	line-height:25px;
	color:#990000;
	text-align:center;
	margin-left:10px;
	TEXT-DECORATION: none;
}
.class_small_h {
	DISPLAY:none;
}
.class_small {
	LINE-HEIGHT:18px;
	DISPLAY:;
}
