.sdmenu {
    width: 165px;       						   /* sets width of the menu */
    font-family: Sans-Serif;  					/* sets font of the menu items */
    font-size: 11px; 						 /* sets font size of the menu items */
    					
    padding-bottom: 10px;  					 /* sets the border height at the bottom of the menu */
    background: #008B8B url('bottom.gif') no-repeat right bottom;       /* sets the bg color of the entire menu - not visable except for tiny aqua colr at the bottom */
    color: #FFF
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    font-weight: bold;
    color: black;						/* sets text color of the main menu items NFL,NBA etc. */
    background: #FFF url('title.gif') repeat-x;; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:1px    /* padding-top moves arrow and catoegory text in its frame  */
}

.sdmenu .title {
    border-bottom: 1px solid #EEE;          /* sets height of the first row in each of the menu sections */
}

.sdmenu .arrow {
		margin-left: 10px;  /* sets placment of the clickable arrows */
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url('toptitle.gif') no-repeat;  /* sets the top bar - now orange of the menu */
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 1px 0;				/* sets height of bg of each menu item */
    text-indent: 10px;			/* sets text margins for each menu item and category */
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color:#008B8B;				/* sets font display color of menu items - nfl teams, nba teams etc */
    text-decoration: none;
    font-size: 11px; 


}

.sdmenu .submenu a:hover {
    background : #BDB76B url('linkarrow.gif') no-repeat right center;    /* sets  display color of menu items bg upon rollover */
    color: #FFF						 /* sets  display color of menu items font upon rollover */
}
