.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*background: yellow;*/
}


/* ######### Default class for drop down menus ######### */

.menulinkcss{
position: absolute;
left: 0;
top: 0;
display: none;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 315px; /* default width for menu */
background: url(http://www.softfloor.com/image/white90.png);
}

.menulinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.menulinkcss ul li a{
width: 100%;
display: block;
/*border-bottom: 1px solid black;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 10px;
}

.menulinkcss a:link{
color: #1874bc;
font-family: "Arial Narrow", Arial, Helvetica, San-Serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
line-height: 16px;
}

.menulinkcss a:active{
color: #1874bc;
font-family: "Arial Narrow", Arial, Helvetica, San-Serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.menulinkcss a:visited	{
color: #1874bc;
font-family: "Arial Narrow", Arial, Helvetica, San-Serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.menulinkcss a:hover{ 
color: #990000;
font-family: "Arial Narrow", Arial, Helvetica, San-Serif;
font-size: 16px;
font-weight: bold;
text-decoration: none;

}



/* ######### Alternate multi-column class for drop down menus ######### */


.menulinkcsscols{
position: absolute;
left: 0;
top: 0;
display: none;
border: 1px solid black;
padding: 10px;
font: normal 18	px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.menulinkcsscols .column{
width: 130px;
float: left;
}

.menulinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.menulinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.menulinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
display: none;
}