
/*
** Markup : KSJade
** Website: http://www.ksodesign.com
** Email : enigma5685@naver.com
*/

/* bread_crumb
---------------------------------------------------------------------------------*/
.menuPath { position:relative; height:33px; margin:0 0 20px 0; background:none; border-bottom:1px dashed #ddd;}
.menuPath a { float:left; display:inline-block; height:22px; padding-top:11px; padding-right:20px; margin-right:10px; background:url(../img/crumb_arrow.gif) no-repeat right 14px; color:#666; font-size:12px; *background-position:right 13px;}
.menuPath a.last { background:none; }
.menuPath a:hover { color:#999; text-decoration:none; }
.menuPath a.home { padding-left:20px; width:30px; }
.menuPath span.pageTitle { float:left; display:inline-block; height:22px; padding-top:10px; padding-right:20px; margin-right:10px; color:#666; font-size:12px; }

