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

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

.anylinkmenucols{
position: absolute;
width: 100px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #929496;
border-radius: 1em;
padding: 2px 10px 10px 10px;
font-family: 'Arial Narrow', Arial, sans-serif;
background: -webkit-linear-gradient(#fff, #cccccc); /* Safari */
background: -o-linear-gradient(#fff, #cccccc); /* Opera */
background: -moz-linear-gradient(#fff, #cccccc); /* Firefox */
background: linear-gradient(#fff, #cccccc); /* Standard */
box-shadow: 6px 6px 12px #333;
}

.anylinkmenucols a{
color: #fff;
text-decoration: none;
}

.anylinkmenucols li{
padding-bottom: 3px;

}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
margin-bottom: 2px;
background: #dd7c0a;
border-radius: 0.3em;
}

.anylinkmenucols .column ul{
margin: 0px;
padding: 2px;
list-style-type: none;

}

.anylinkmenucols a:hover{ /*hover background color*/
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,124,10,1) 0%, rgba(235,198,155,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,198,155,1)), color-stop(50%,rgba(235,198,155,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,124,10,1) 0%,rgba(204,220,233,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,124,10,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,124,10,,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,124,10,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7c0a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
text-decoration: none;
color: #dd7c0a;
}

.anylinkmenucols .column:hover{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,124,10,1) 0%, rgba(235,198,155,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,198,155,1)), color-stop(50%,rgba(235,198,155,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,124,10,1) 0%,rgba(204,220,233,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,124,10,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,124,10,,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,124,10,1) 0%,rgba(235,198,155,1) 50%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7c0a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
text-decoration: none;
color: #dd7c0a;
}

