#DropDownWrapper{
position:relative;
margin-bottom:10px;
width:700px;
margin-left:-3px;
}

#DropDownWrapper table{
border-collapse:collapse;
}
#DropDownWrapper table td{
padding:0px;
margin:0px;
}

.dropDown{
display:none;
position:absolute;
top:40px;
border-left:3px solid #7e7a7b;
border-right:3px solid #7e7a7b;
border-bottom:3px solid #7e7a7b;
background-color:#ffffff;
padding:5px;

}

#College{
right:379px;
width:298px;
}
#MLB{
right:281px;
width:298px;
}
#NFL{
right:190px;
width:298px;
}
#NHL{
right:98px;
width:298px;
}
#NBA{
right:6px;
width:298px;
}

.FlyOutHeader{
background-color:#fdd276;
font-family:arial;
font-size:12pt;
font-weight:bold;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
color:#000000;
}

#DropDownWrapper .dropDown .listTable td{
padding:3px;
}

#DropDownWrapper .dropDown .listTable{
border-collapse:collapse;
}


#DropDownWrapper .dropDown .listTable td a:link{
text-decoration:none;
color:#585656;
display:block;
width:138px;
height:16px;
line-height:16px;
}

#DropDownWrapper .dropDown .listTable td a:visited{
text-decoration:none;
color:#585656;
display:block;
width:138px;
height:16px;
line-height:16px;
}

#DropDownWrapper .dropDown .listTable td a:active{
text-decoration:none;
color:#585656;
display:block;
width:138px;
height:16px;
line-height:16px;
}

#DropDownWrapper .dropDown .listTable td a:hover{
text-decoration:underline;
color:#ffffff;
display:block;
background-color:#bbbbbb;
width:138px;
height:16px;
line-height:16px;
}

#College a:link{
text-decoration:underline;
}
#College a:visited{
text-decoration:underline;
}
#College a:active{
text-decoration:underline;
}
#College a:hover{
text-decoration:underline;
}
