@charset "utf-8";

/*
	콘텐츠 네비게이션 플러그인 CSS cwsong 2011.07.05
	
	이부분을 테마로 옮기지 말것 - 수정도 이 파일을 할것
	테마별로 다른 컬러나 디자인이 적용되어야 한다면 이 클래스들을 오버라이딩 할것.
	플러그인 CSS는 가능한 플러그인에서 처리해야 함.
*/

div.current-location {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px dashed #BABABA;
}

.current_location a img{vertical-align:top;margin-top:2px;}
div.current-location ul{
	margin: 0;
}

div.current-location a, div.current-location a:visited, div.current-location a:link, div.current-location a:hover{
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #717171;
}	
