#fancymenu {
	position: relative;
	height: 40px;
	width: 660px;
	background: url('../images/bg.gif') no-repeat top;
	padding: 0px;
	margin: 0px 0;
	overflow: hidden;
}

#pictureselect {
	position: relative;
	height: 1%; /* ie bug */
}

#fancymenu ul, #pictureselect {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li, #pictureselect li {
	float: left;
	list-style: none;
}

#fancymenu ul li a, #pictureselect li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
}

#pictureselect li {
	height: 40px;
}

#pictureselect li a {
	height: 40px;
	width: 62px;
}

#menu_home a {
	width: 60px;
	background: url('../img/menu/1_home.png') no-repeat center !important;	
	background: url('../img/menu/1_home.gif') no-repeat center;
}

#menu_aboutus a {
	width: 107px;
	background: url('../img/menu/2_aboutus.png') no-repeat center !important;	
	background: url('../img/menu/2_aboutus.gif') no-repeat center;
}

#menu_organization a {
	width: 109px;
	background: url('../img/menu/3_organization.png') no-repeat center !important;	
	background: url('../img/menu/3_organization.gif') no-repeat center;
}

#menu_test a {
	width: 96px;
	background: url('../img/menu/4_test.png') no-repeat center !important;	
	background: url('../img/menu/4_test.gif') no-repeat center;
}

#menu_member a {
	width: 109px;
	background: url('../img/menu/5_member.png') no-repeat center !important;	
	background: url('../img/menu/5_member.gif') no-repeat center;
}

#menu_download a {
	width: 83px;
	background: url('../img/menu/6_download.png') no-repeat center !important;	
	background: url('../img/menu/6_download.gif') no-repeat center;
}

#menu_community a {
	width: 96px;
	background: url('../img/menu/7_community.png') no-repeat center !important;	
	background: url('../img/menu/7_community.gif') no-repeat center;
}

#nopicture a {
	background: url('../images/no_picture.gif') no-repeat center;
}

#picture_1 a {
	background: url('../images/picture_1.jpg') no-repeat center;
}

#picture_2 a {
	background: url('../images/picture_2.jpg') no-repeat center;
}

#picture_3 a {
	background: url('../images/picture_3.jpg') no-repeat center;
}

#picture_4 a {
	background: url('../images/picture_4.jpg') no-repeat center;
}

#fancymenu li.background {
	/*background: url('../img/menu/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../img/menu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('../img/menu/bg_menu.png') no-repeat top left !important;*/
	background: url('../img/menu/bg_menu.gif') no-repeat top left;
	height: 40px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

#pictureselect li.background {
	background: url('../images/bg_images.gif') no-repeat top;
	z-index: 8;
	position: absolute;
	width: 53px;
	visibility: hidden;
}

#pictureselect li.background .left { display: none; }

#userprofile {
	margin-top: 15px;
	background: url('../images/bg_form.gif') no-repeat top left;
	width: 360px;
	height: 180px;
	overflow: hidden;
	padding: 0 15px;
}

#userprofile h4 {
	font: bold 11px Verdana;
	margin-bottom: 10px;
}

#userprofile p.input {
	background: #EBEBEB;
	overflow: hidden;
	padding: 0 !important;
	padding: 2px 0;
}

#userprofile p.input input {
	display: block;
	margin: 3px;
	width: 348px;
	border: 1px solid #D4D4D4;
	padding: 3px 0 3px 4px;
}

#userprofile p.input input:focus {
	border: 1px solid #999;
}
.pvt {
	font-family: "돋움", "굴림", "맑은 고딕";
	font-size: 12px;
	color: #555555;
	line-height: 18px;
}
.pvg {
	font-family: "돋움", "굴림", "맑은 고딕";
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.pvs {
	font-family: "돋움", "굴림", "맑은 고딕";
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
