/* GOTO CSS */

.goto {
	float: right;
}

A.ArticleGotoNagivator {
	FONT-FAMILY: Verdana; 
	FONT-SIZE: 9pt;
	TEXT-DECORATION: none;	
	COLOR: #f18101;
}

A.ArticleGotoNagivator:hover {
	COLOR: #f18101;
}
A.ArticleGotoNagivator:active {
	COLOR: #f18101;
}

A.ArticleGotoNagivator:visited {
	COLOR: #f18101;
}

.goto_section {
    display:none;
    position: absolute;    
	background: #fff;   
    margin:0;
    padding: 0;
    z-index:9999;
    width: 180px;	
    box-shadow: 0.2em 0.2em 0.3em #999; 
}

.goto_section ul {
	overflow: hidden;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
	
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px;
}

.goto_section li {
	margin: 0 0;
	padding: 0 0;
	
	width: 180px;
	background-color:white; 
	font-family: Arial;	
	font-size: 9pt;	
	text-indent: 5px;	
	color: #cccccc;	
	
	/* Ãâ·Â³»¿ëÀÌ ¸¹À» °æ¿ì ... À» ºÙÀÎ´Ù */
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;    
	}

.goto_section li:hover { 	
	color: white;	
	background: #cccccc !important;
	}

.goto_section li a {
	display:block;
    white-space:nowrap;
    text-align:left;
    padding: 0px;
    color: #f18101;	
    text-decoration: none;
	}

.active > a {    
}