/*
Original: Sun Kim
Customized for http://hanpower.com
*/
a {   
    color:#000;   
    text-decoration:none;   
}   
  
a:hover {   
    color:#3597c4;   
    text-decoration:none  
}   
  
#tabMenu {   
    margin:0;   
    padding:0;   
    list-style:none;   
}   
  
#tabMenu li {   
    float:left;   
    height:34px;      
    cursor:pointer;   
    cursor:hand;
	text-align: center;
	background-position:0 0;
	background-image:	url("../images1/news_bg.gif");
	padding: 5px 0 0 0;
}   
  
/* this is the button images */  
li.comments {background:url(images/tabComment.gif) no-repeat 0 -32px;}   
li.posts {background:url(images/tabStar.gif) no-repeat 0 -32px;}   
li.category {background:url(images/tabFolder.gif) no-repeat 0 -32px;}   
li.famous {background:url(images/tabHeart.gif) no-repeat 0 -32px;}   
li.random {background:url(images/tabRandom.gif) no-repeat 0 -32px;}   
  
#tabMenu li.mouseover {
	background-position:0 0;
	background-image:	url("../images1/news_bg_over_test2.gif");
	}   
#tabMenu li.mouseout {
	background-position:0 0;
	/* background-image:	url("../images1/news_bg_test1.gif") */
	background-image:	url("../images1/news_bg_test1.gif")
	}   
#tabMenu li.selected {
	background-image:	url("../images1/news_bg_over_test2.gif");
	background-position:0 0;
	} 

#tabMenu li.products.mouseout {
    width:173px;
	background-image:	url("../images1_new/ic-off-01.gif")
	}
#tabMenu li.products.selected {
	width:173px;
	background-image:	url("../images1_new/ic-on-01.jpg")
	}
#tabMenu li.news.mouseout {
    width:163px;
	background-image:	url("../images1_new/ic-off-02.jpg")
	}
#tabMenu li.news.selected {
	width:163px;
	background-image:	url("../images1_new/ic-on-02.jpg")
	}
#tabMenu li.drama.mouseout {
    width:178px;
	background-image:	url("../images1_new/ic-off-03.jpg")
	}
#tabMenu li.drama.selected {
	width:178px;
	background-image:	url("../images1_new/ic-on-03.jpg")
	}
  
.box {   
    width:100%;
	height: 150px;
	border: none 1px #000;
	padding: 2px;
}   
  
.box #tabWrapper {
	width: 100%;
	height: 40px;
	}

.boxTop {   
    background:url(images/boxTop.gif)no-repeat;  
	width: 100%;
    height:3px;   
    clear:both  
}   
  
.boxBody {   
    background-color:#fffff6;
	width: 60%;
	padding: 1px 0 0 17px;
}  

.boxBody li a {
	font-family: dotum;
	font-size: 100%;
	line-height: 18px;
	width: 165px;
	}
  
.boxBottom {     
    height:11px;   
}   
  
.boxBody div {   
    display:none; 
	width: 95%;
}   
  
.boxBody div.show {   
    display:block;
	width: 100%;
}   
  
  
.boxBody #category a {   
    display:block;  
}   
  
/* styling for the content*/  
.boxBody div ul {   
    margin:0;   
    padding:0;   
    width:98%;   
    list-style-image:url(images/arrow.gif);  
}   
  
.boxBody div li {   
    border-bottom:1px dotted #d1d1d1;    
    padding:1px 0;   
    cursor:hand;   
    cursor:pointer;
	width:	350px;
}   
/*  
.boxBody div ul li.last {   
    border-bottom:none  
}   
*/  
.boxBody div li span {   
    font-size:8px;   
    font-style:italic;    
    color:#888;   
}   
  
/* IE Hacks */  
*html .boxTop {margin-bottom:-2px;}   
*html .boxBody div ul {margin-left:10px;padding-left:15px;}   
  