body{
	background:url(bg.gif) repeat-x 0 0 #FFFFFF;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textboxstyle{
background-image:url('http://www.irice.org/images/index_01.gif');
background-repeat: no-repeat;
background-position: center left;

}

img_c01 {
	padding: 2px;
	border: medium solid #FF9900;
}
.dvi01{
	width: 25px;
}

/*======================================MENU 01 ===================================*/
.menu1 {padding:0 0 0 39px; margin:0; list-style:none; height:39px; background:#fff url(button1.gif); position:relative; border:0px solid #000; border-width:0 0px; border-bottom:0px solid #444;}
.menu1 li {float:left;}

.menu1 li a {
	display:block;
	float:left;
	height:39px;
	line-height:39px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {
	color:#fff;
	background:url(button3.gif);
}
.menu1 li.current a b {background:url(button3.gif) no-repeat right top;}
.menu1 li a:hover {
	color:#000000;
	background:#000 url(button2.gif);
	height: 49x;
}
.menu1 li a:hover b {
	background:url(button2.gif) no-repeat right top;
}
.menu1 li.current a:hover {color:#fff; background:#000 url(button3.gif); cursor:default;}
.menu1 li.current a:hover b {
	background:url(button3.gif) no-repeat right top;
}


