/***********************************
 *                                 *
 *            CAT                  *
 *                                 *
 ***********************************/
 div.catheader
{
	background:                 #0073C4 url(img/arrow-down.png) no-repeat top right;
	padding:                    3px 10px 3px 8px;
	color:                      #fff;
	font:                       17px/1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:                bold;
	margin:                     3px 0 3px 0;
	cursor:                     pointer;
}

div.catopen
{
	background:                 #0073C4 url(img/arrow-up.png) no-repeat top right;
}

div.catcontent
{
	padding:                    2px 0 15px 0;
}


div.catcontent ul
{
	list-style:                    none;
}
