.anylinkcss{
color:white;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #666666;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #333333;
width: 130px; /* 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 #666666;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:white;
}

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

/* ######### Alternate multi-column class for drop down menus ######### */
#links
{
	color:#ee2d1d;
	text-decoration:none;
}

.anylinkcsscols{
position: absolute;
width: 370px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid red;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

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

.anylinkcsscols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

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

.cssanchorclass {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EE2D1D;
	font-weight:bold;
	text-decoration:none;
}
