@charset "utf-8";
/* CSS Document */

body			{font-size:0.75em;  line-height:1.5em;  font-family:dotum, Verdana, Arial, Helvetica, sans-serif;  color:#666;}
a				{text-decoration:none;}
a:link			{color:#666;}
a:visited		{color:#666;}
a:hover			{color:#000;  text-decoration:underline;}		
a:active		{color:#666;}		
ul,
ol,
li				{ padding:0; margin:0;}


/* tab_type01 */
.tab_type01 {
	width:515px;  
	background:url(/images/tab_bg.gif) repeat-x;
}

.tab_navi {	
	width:360px;  
	height:27px;
	list-style:none;  
	text-align:left;
	}

.tab_navi li {
	display:inline;
	}

.tab_type_right {	
    float:right;
	width:360px;  
	}
		
.tab_navi a	{
	float:right;  
	padding:27px 0 0 0;  
	overflow:hidden;	 
	height:0px !important; 
	height /**/:27px; 	 / ie6  hack */
	margin:0 1px;
	}	

.tab_art a {
	width:84px;  
	background:url(/images/tab_art.gif) no-repeat;
	}
	
.tab_desk a {
	width:80px;  
	background:url(/images/tab_desk.gif) no-repeat;
	}	
	
.tab_school a {
	width:70px;  
	background:url(/images/tab_school.gif) no-repeat;
	}
	
.tab_diy a {
	width:60px;  
	background:url(/images/tab_diy.gif) no-repeat;
	}
	
.tab_lux a {
	width:65px;  
	background:url(/images/tab_lux.gif) no-repeat;
	}

.tab_art2 a {
	width:84px;  
	background:url(/images/tab_art.gif) no-repeat;
	background-position:0 -27px;
	}
	
.tab_desk2 a {
	width:80px;  
	background:url(/images/tab_desk.gif) no-repeat;
	background-position:0 -27px;
	}	
	
.tab_school2 a {
	width:70px;  
	background:url(/images/tab_school.gif) no-repeat;
	background-position:0 -27px;
	}
	
.tab_diy2 a {
	width:60px;  
	background:url(/images/tab_diy.gif) no-repeat;
	background-position:0 -27px;
	}
	
.tab_lux2 a {
	width:65px;  
	background:url(/images/tab_lux.gif) no-repeat;
	background-position:0 -27px;
	}

.tab_navi a:active,
div#art .tab_art a,
div#school .tab_school a,
div#diy .tab_diy a,
div#arch .tab_lux a {
	background-position:0 -27px; 
}	
}


