/* CSS Document */


.categoryitem {
	height: 18px;
	clear: both;

	
}


.categoryitem a span {
	height: 18px;
	padding-left: 0px;
	padding-top:0px;
	cursor:pointer;	


}


.categoryitem a {
	display: block;
	height: 50px;
	width:300px;
	text-decoration:none;
	color:#333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #C4FF88;
	border-left-color: #FFFFFF;

}

.categoryitem span {


}



.categoryitem a:hover {
	/*height: 50px;*/
	text-decoration:none;
	background-color:#D2FFA6;
	border: 1px solid #C4FF88;
	
	
	


}
