/*
=======================================================================
	Categories Rules
=======================================================================
*/
.category {
	width:280px;
	padding:10px;
	float:left;
}

.arrowlistmenu{
	width: 280px;
	float:left;
}

.arrowlistmenu .menuheader{
	color: #666;
	background-image:url(../images/grey_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
	width:243px;
	height:18px;
	padding:7px 0px 0px 17px;
	border-bottom:#dbdbdb solid 1px;
	display:inline-block;
}

.arrowlistmenu .openheader{
	background-image:url(../images/grey_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

.arrowlistmenu ul li ul li a{
	color: #666;
	background-image:none !important;
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
	width:233px;
	height:18px;
	padding:7px 0px 0px 27px;
	display:inline-block;
}
.arrowlistmenu ul li a{
	color: #666;
}

.arrowlistmenu ul li .opensubheader{
	color: #666;
	background-image:url(../images/grey_arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
	cursor:pointer;
	width:233px;
	height:18px;
	padding:7px 0px 0px 27px;
	border-bottom:#dbdbdb solid 1px;
	display:inline-block;
}

.arrowlistmenu ul li .closedsubheader{
	color: #666;
	background-image:url(../images/grey_arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
	cursor:pointer;
	width:233px;
	height:18px;
	padding:7px 0px 0px 27px;
	border-bottom:#dbdbdb solid 1px;
	display:inline-block;
}

.arrowlistmenu ul li a{
	color: #666;
	background-image:url(../images/grey_arrow.gif);
	background-repeat:no-repeat;
	background-position:12px 10px;
	cursor:pointer;
	width:233px;
	height:18px;
	padding:7px 0px 0px 27px;
	border-bottom:#dbdbdb solid 1px;
	display:inline-block;
}

.arrowlistmenu ul li a:visited{
	color: #666;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	
}