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

}


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

.anylinkcss{
    background: url("../../images/dropdown_bg.png") repeat scroll 0 0 transparent;    
    /*border-bottom: 1px dashed #83B4D8;
    border-left: 1px dashed #83B4D8;*/
    margin: 5px 0 0 -15px;
    min-height: 93px;
    padding-top: 10px;
    min-width: 205px;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 100; /* zIndex should be greater than that of shadow's below */
    font-size: 13px;
}

.anylinkcss ul{
    letter-spacing: 1px;
}

.anylinkcss ul li{
    border-bottom: 1px dashed #83B4D8;
    float: none !important;
    list-style: none outside none;
    margin-right: 0 !important;
    padding: 5px 0;
    margin-left: 3px;
    height: 20px;
}

.anylinkcss ul li a{
    color: #85B4D6;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: none;
    font-weight: bold;
}

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

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


.anylinkcsscols{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    border: 1px solid black;
    padding: 10px;
    font-family: Arial,Helvetica,sans-serif;
    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: -1; /*zIndex for shadow*/    
    visibility: hidden;
}