.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
font: normal 12px;
line-height: 18px;
z-index: 900; /* zIndex should be greater than that of shadow's below */
background: transparent;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
background:#fff;
border-right:1px solid #d2d2d2;
border-left:1px solid #d2d2d2;
margin-top:10px;
}
div.anylinkcss div.shadow{
margin: 0 1px;
}
.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ 
text-decoration:underline;
/*hover background color
background: #003D66;
color: #fff;*/
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 0px;
z-index: 900; /*zIndex should be greater than that of shadow's below*/
font-weight:bold;
padding-top:10px;
overflow:hidden;

}
.anylinkcsscols div{

}
.anylinkcsscols .shadow{
width:inherit;
padding:0;
margin:0;
*display:none;
}

.anylinkcsscols div.menu_bg{
background:#fff;
border-left:1px solid #D2D2D2;
border-right:1px;
}


.anylinkcsscols .column{
padding: 0;
float: left;
background:#fff;
min-height:145px;
min-height:145px;
height:auto !important;
height:145px;
border-right:2px solid #CCCCCC;

}

#submenu_footballnews ul.column{


}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkcsscols li {
padding-bottom:3px;
padding-left:10px;
padding-right:10px;
color:#003D66;
min-width:120px;

}
ul.menu_first_col{
background:#E6E6E6 !important;
padding-left:5px !important;
}
.menu_first_col_title{
display:block;
padding-right:5px;

}
ul.menu_first_col li{
padding: 0 !important;
}
ul.menu_first_col li img{
padding: 3px 5px 0pt 0pt; 
margin-top: 2px;
}

.anylinkcsscols ul{
background:#fff;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
