
/* defaults for all examples */
.categories {
	list-style: none;
	position: relative;
	z-index:300;
	margin-bottom:20px;
	padding: 0;
	height:120px !important;
}
.categories li div { 
	width:205px; float:left; 
	background:url(../images/shade.png) top left no-repeat transparent; 
	padding:15px 5px 5px 15px;}
.categories li.section {
	display: block;
	overflow: hidden;
	width:119px;
	position:absolute;
	background:url(../images/backrep.gif) repeat-x top;
	min-width:90px !important;
}
/*.categories li.section:hover, .categories li.active {
 box-shadow:3px 3px 3px 3px #666;  -moz-box-shadow:3px 3px 10px #666;  -webkit-box-shadow:3px 3px 3px #666; background-color:#CCC; }*/
.categories li a.thumb  {
	display: block;
	float:left;
	width:83px;
	height:82px;
	margin-right:10px;
}
.categories li span  { display:block; float:left; font-size:10px; text-align:left; line-height:normal; width:110px; margin-top:-27px; }
.categories li h3    { margin:0; padding:0; padding-bottom:5px; font-size:13px; }
.categories li ul    { list-style-type:none; margin-left:0; padding:0; /*background-color:#D5D5D7;*/ display:block; margin-top:7px; }
.categories li ul li { padding-bottom:1px;}

#cat1 a.thumb { background:url(../images/footer-scouting.gif) top left no-repeat; }
#cat2 a.thumb { background:url(../images/footer-athletics.gif) top left no-repeat; }
#cat3 a.thumb { background:url(../images/footer-basketball.gif) top left no-repeat; }
#cat4 a.thumb { background:url(../images/footer-cultural.gif) top left no-repeat; }
#cat5 a.thumb { background:url(../images/footer-fundraising.gif) top left no-repeat; }
#cat6 a.thumb { background:url(../images/footer-programs.gif) top left no-repeat; }
