.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-color:#80B62A;
border:1px inset #80B62A;
padding:5px;
color:#C0C0C0;
text-decoration:none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.anchorclass {
background-color:#80B62A;
border:1px outset #80B62A;
padding:5px;
color:#282828;
text-decoration:none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.anchorclass a {
color:#282828;
border:1px outset #80B62A;
text-decoration:none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}



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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#80B62A;
border:1px outset #80B62A;
color:#FFFFFF;
display:block;
font-family:arial,helvetica,sans-serif;
font-size:12px;
margin:10px 0 0 20px;
padding:5px 10px 5px 10px;
text-align:center;
text-decoration:none;
width:200px;
}
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
background:#80B62A;
color:#80B62A;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px inset #80B62A;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#282828;
font-size:14px;
height:24px;
}

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

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


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

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

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

/* ######### 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;
}