/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 182px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 130px; /*sub menu width*/
top: 0;
visibility: hidden;
border: 1px solid #000;
padding: 0px 0px;
text-align: left;
font-size: 13px;
background: url(http://www.isasportsacademy.com/images/ddbg.jpg);
text-decoration: underline;
z-index: 1000;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: url(http://www.isasportsacademy.com/images/ddbg.jpg);
padding: 0px 0px;
border: 0px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: ;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

html>/**/body #suckertree1 { position: absolute; left: 0; top: 289px; } /*lax*/
html>/**/body #suckertree2 { position: absolute; left: 0; top: 313px; } /*soccer*/
html>/**/body #suckertree3 { position: absolute; left: 0; top: 336px; } /*bball*/
html>/**/body #suckertree4 { position: absolute; left: 0; top: 359px; } /*volleyball*/
html>/**/body #suckertree5 { position: absolute; left: 0; top: 382px; } /*speed*/
html>/**/body #suckertree6 { position: absolute; left: 0; top: 405px; } /*futsal*/
html>/**/body #suckertree7 { position: absolute; left: 0; top: 428px; } /*golf*/
html>/**/body #suckertree8 { position: absolute; left: 0; top: 451px; } /*sk8*/
html>/**/body #suckertree9 { position: absolute; left: 0; top: 475px; } /*dodgeball*/
html>/**/body #suckertree10 { position: absolute; left: 0; top: 498px; } /*baseball*/
html>/**/body #suckertree11 { position: absolute; left: 0; top: 521px; } /*softball*/
html>/**/body #suckertree12 { position: absolute; left: 0; top: 544px; } /*field hockey*/
html>/**/body #suckertree13 { position: absolute; left: 0; top: 567px; } /*football*/
html>/**/body #suckertree14 { position: absolute; left: 0; top: 590px; } /*track*/
html>/**/body #suckertree15 { position: absolute; left: 0; top: 613px; } /*fitness*/
html>/**/body #suckertree16 { position: absolute; left: 0; top: 638px; } /*kidscamps*/
html>/**/body #suckertree17 { position: absolute; left: 0; top: 662px; } /*pre-k*/
html>/**/body #suckertree18 { position: absolute; left: 0; top: 686px; } /*bday*/
html>/**/body #suckertree19 { position: absolute; left: 0; top: 711px; } /*seniors*/
html>/**/body #suckertree20 { position: absolute; left: 0; top: 735px; } /*fa*/


/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */