@charset "utf-8";
body {
	
	margin:0px;
}
#admin_container{}

#login_frame{
	background-image: url(../image/login_box.jpg);
	background-position: 200px 200px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.form_view{
	position:relative;
	margin-top:-17px;
	background-image: url(../image/top_table_larg.png);
	height:60px;
	background-color: #CFF;	
}
#spIcon{cursor:pointer;}
#spIcon2{cursor:pointer;}
.search_end{
	width:1000px;
	margin:0px auto;
	background-image: url(../image/bottom_table_larg.png);
	height:75px;
	background-repeat: repeat-x;
	margin-bottom:10px;
}
.table_sub{
	position:relative;
	cursor:pointer;
	
	background-image: url(../image/top_table64.png);
	height:60px;
	background-color: #CFF;	
}
ul#css3menu1 li ul li a:hover{
    background-color:#FC0;
}
#css3menu1 li li:hover > ul{
	left:100%;
	margin-left:1px;
	top:18px;
}