﻿#categoryBtns {
	background:url('/assets/images/v15/btnCategories.png') no-repeat;
	width:933px;
	height:59px;
	padding:0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#categoryBtns span {
display: none;
}

#categoryBtns li, #categoryBtns a {
height:59px;
display:block;
}

#categoryBtns li {
float:left;
list-style:none;
display:inline;
}

#btnAll {width: 216px;}
#btnHourly {width: 239px;}
#btnProf {width: 251px;}
#btnExec {width: 227px;}

#btnAll a:hover {background:url('/assets/images/v15/btnCategories.png') 0px -62px no-repeat; }
#btnAll a.current {background:url('/assets/images/v15/btnCategories.png') 0px -124px no-repeat; }
#btnHourly a:hover {background:url('/assets/images/v15/btnCategories.png') -216px -62px no-repeat; }
#btnHourly a.current {background:url('/assets/images/v15/btnCategories.png') -216px -124px no-repeat; }
#btnProf a:hover {background:url('/assets/images/v15/btnCategories.png') -455px -62px no-repeat; }
#btnProf a.current {background:url('/assets/images/v15/btnCategories.png') -455px -124px no-repeat; }
#btnExec a:hover {background:url('/assets/images/v15/btnCategories.png') -706px -62px no-repeat; }
#btnExec a.current {background:url('/assets/images/v15/btnCategories.png') -706px -124px no-repeat; }


.totalJobs {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}
.category .count {
	color: #666666;
	font-weight: normal;
	padding-left: 5px;
}
.category {
	float: left;
	width: 300px;
	margin-bottom: 5px;
}
.category a {
	text-decoration: none;
	margin-left: 7px;
}
.category a.parent   {
	font-weight: bold;
	margin-left: 5px;
}
.category img
{
	cursor: pointer;	
}
.categoryColumn
{
	width: 310px;
	float: left;
	padding-bottom: 30px;	
}