.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #101010;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #777777;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 250000; /* zIndex should be greater than that of shadow's below */
background: #101010;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid #fff;
padding: 10px;
font: normal 12px arial;
z-index: 250000; /*zIndex should be greater than that of shadow's below*/
background-color: #2b2b2b;
	background-image: url(/nd3/menubg.gif);
	background-repeat: repeat-x;
	background-position: left top;
/*background-image:url(/nd3/topnavfade.gif);*/
color:#c7c7c7;


}

.topnavlinks, .topnavlinks:link, .topnavlinks:visited, .topnavlinks:active{
color:#c7c7c7;
/*border-bottom:1px solid #c7c7c7;*/
line-height:12px;
font-size:11px;
}

.topnavlinks:hover{
color:#fff;
/*border-bottom:1px solid #c7c7c7;*/
line-height:12px;
font-size:11px;
text-decoration:none;
}



.smalllinetopnav {
border-bottom:1px solid #565656;
}


.anylinkcsscols .column{
width: 144px;
float: left;
text-align:left;
margin-right:5px;
color:#FFFFFF;
z-index:250000;
float:left;

margin-left:3px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:250000;
}

.anylinkcsscols li{
padding-bottom: 3px;
z-index:250000;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 240000; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
