#innoCatBox{
	width:100%;
	margin:0;
	position:relative;
}
#innoCatBox .header{
	overflow:hidden;
	background:url(images/h_bg.gif) repeat-x;
	height:39px;
	margin:0;
}
#innoCatBox .header .l{
	overflow:hidden;
	background:url(images/h_l.gif) 0px 0px no-repeat;
}
#innoCatBox .header .r{
	overflow:hidden;
	background:url(images/h_r.gif) 100% 0px no-repeat;
	height:39px;
	line-height:39px;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
}
#innoCatBox .line_space{
	overflow:hidden;
	height:14px;
	background-color:#6895bf;
	border-left:1px solid #48749c;
	border-right:1px solid #48749c;
}
#innoCatBox .footer{
	overflow:hidden;
	background:url(images/f_bg.gif) repeat-x;
	height:6px;
	margin:0;
}
#innoCatBox .footer .l{
	overflow:hidden;
	background:url(images/f_l.gif) 0px 0px no-repeat;
}
#innoCatBox .footer .r{
	overflow:hidden;
	background:url(images/f_r.gif) 100% 0px no-repeat;
	height:6px;
}
#innoCatBox .category {
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
#innoCatBox .category a{
	clear:both;
	overflow:hidden;
	display:block;
	height:33px;
	line-height:33px;
	background-color:#6895bf;
	border:1px solid #48749c;
	border-top:0;
	text-decoration:none;
	padding-left:14px;
	color:#FFF;
}
#innoCatBox .category a:hover{
	background-color:#4c7ba7;
}
#innoCatBox .category div.arrow{
	position:absolute; right:10px; top:10px; cursor:pointer;
}
#innoCatBox .slide_wrapper{
	position:relative; overflow:hidden;
}
#innoCatBox div.sub_cat{
	position:absolute; width:100%;
}
#innoCatBox .sub_cat a{
	display:block;
	height:33px;
	line-height:33px;
	background:#7ba5cd url(images/sub_cat_arr.png) 14px 55% no-repeat;
	border:1px solid #48749c;
	border-top:0;
	text-decoration:none;
	padding-left:27px;
	color:#FFF;
}
#innoCatBox .sub_cat a:hover{
	background-color:#94b9dc;
}
.selected_cat {
	color:#C00;
}
