.cat_head_shadow {
	background-color: #EFEFF1;
	height: 20px;
	width: 180px;
	display: block;
}


.cat_head {
	background-image: url(navi/navi_cat_normal.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 180px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
	text-indent: 23px;
	text-align:left;
	cursor:pointer;
	line-height:18px;
	position: relative;
}
.cat_head_hover {
	background-image:url(navi/navi_cat_hover.jpg);
	color:#FFF;
}
.cat_head_active {
	background-image: url(navi/navi_cat_active.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}

.cat_head_current {
	background-image: url(navi/navi_cat_active.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
}


#accordion label {
	cursor:pointer;
}

.category {
	padding-bottom:1px;
	width:180px;
}


.cat_even {
	background-image: url(navi/checkbox_button_even.jpg);
	background-repeat: no-repeat;
}
.cat_odd {
	background-image: url(navi/checkbox_button_odd.jpg);
	background-repeat: no-repeat;
}
.cat_even, .cat_odd {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#333;
	height:20px;
	border-left-color:#A9A9A9;
	border-right-color:#A9A9A9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	text-align:left;
	line-height: 20px;
	overflow:visible;
	padding-left: 20px;
}

.cat_even:hover, .cat_odd:hover, .cat_even:focus, .cat_odd:focus {
	color:#FFF;
	background-image: url(navi/checkbox_button_hover.jpg);
	background-repeat: no-repeat;
}
.cat_even:active, .cat_odd:active {
	color:#FFF;
	font-weight: bold;
	background-image: url(navi/checkbox_button_hover.jpg);
	background-repeat: no-repeat;
}
.cat_checked {
	background-color:#F79413;
	background-image: url(navi/checkbox_button_hover.jpg);
	background-repeat: no-repeat;
	border-left-color:#F79413;
	border-right-color:#F79413;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}

.navi_submissions_head {
	background-image: url(navi/navi_submissions_head.jpg) !important;
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:200px;
	font-weight: bold;
	text-align: center;
	color: #333;

}

.navi_cancel {
	background-image: url(navi/cancel.jpg);
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	text-indent: 23px;
	color: #333;
	cursor:pointer;
	}
.navi_cancel_hover {
	background-image: url(navi/cancel_hover.jpg);
}
.navi_cancel_active {
	background-image: url(navi/cancel_active.jpg);
	color:#FFF;
}

.navi_search {
	background-image: url(navi/search.jpg);
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	line-height:18px;
	text-align:left;
	text-indent: 10px;
	color: #fff;
	cursor:pointer;}


#navi_cancel_one, #navi_cancel_two {
	width:69px;
	height: 20px;
	position: absolute;
	left:0px;
}
#navi_between_one, #navi_between_two {
	position: absolute;
	width:58px;
	left: 71px;
	background-image: url(navi/between.jpg);
	height: 20px;

}
#navi_search_one, #navi_search_two {
	position: absolute;
	width:69px;
	height: 20px;
	left: 131px;
}
.navi_search_hover {
	background-image: url(navi/search_hover.jpg);
}
.navi_search_active {
	background-image: url(navi/search_active.jpg);
}
#cancel_search_one, #cancel_search_two {
	position: relative;
	height: 20px;
	width: 180px;
}
.navi_bottom {
	background-image: url(navi/bottom.jpg) !important;
	background-repeat: repeat-x;
	height: 17px;
	width:200px;
}
