/* CSS Document */
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
	expires      30d;
}
.menu1
{
	padding-left: 32px;
	left: 32px;
	background-image: url(images/folder1.gif);
	cursor: hand;
	background-repeat: no-repeat;
	border-collapse: collapse;
	height: 17px;
	background-color: transparent;
}
.menu2
{
	padding-left: 32px;
	left: 32px;
	background-image: url(images/folder2.gif);
	/*cursor: hand;*/
	background-repeat: no-repeat;
	height: 17px;
	background-color: transparent
}
.menu3 {
	background-image: url(images/folder3.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	/*cursor: hand;*/
}
.menu4 {
	background-image: url(images/folder4.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	/*cursor: hand;*/
}
.list {
	padding-left: 10px;
	background-image: url(images/list.gif);
	background-repeat: repeat-y;
}
.list1 {
	padding-left: 10px;
}
.file
{
	padding-left: 32px;
	background-image: url(images/file.gif);
	/*cursor: hand;*/
	background-repeat: no-repeat;
	height: 16px;
	background-color: transparent;
}
.file1 {
	background-image: url(images/file1.gif);
	background-repeat: no-repeat;
	height: 16px;
	/*cursor: hand;*/
	padding-left: 32px;
	background-color: transparent;
}
body {
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}

/*Á´½Ó·ç¸ñ*/
a:link {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #0000FF;
	text-decoration: none;
/*	position: relative;
	right: 1px;
	bottom: 1px;*/
}

.menu_tree
{
	background-color: tan;
}

.menu_tree0
{
	background-color: antiquewhite;
}

.menu_tree1
{
	background-color: mistyrose;
}

.Ab:link {color: #0000FF;text-decoration: none;}
.Ab:visited {color: #0000FF;text-decoration: none;}
.Ab:active {color: #0000FF;text-decoration: none;}
.Ab:hover {color: #000066;text-decoration: none;}


