#logo {
   	margin:0px 0px 0px 0px;
	list-style-type:none;

}
#stylefour{
	position:relative;
	display:block;
	float:left;
	height:39px;
	font-size:14px;
	font-family:"굴림체"; /* 글자체 */
	font-weight:bold;
	}

#stylefour ul{
	display:block;
	margin:0;
	padding:4px 0 0 600px;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	margin:0;
	float:left;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:10px 20px 0 20px;
	height:25px;
	background:transparent url(bgDIVIDER.gif) no-repeat top right;
	}

#stylefour ul li a:hover{
	color:#B30000;
	background-color:#fff;
	}
	
#stylefour ul li a.current{
    background:transparent url(bgDIVIDER.gif) no-repeat top right;  

}