.selectedanchor{ font-weight: normal; font-style: normal; ont-variant: normal; background: #949490; color: #fff; font: 1.1em Verdana, sans-serif; padding: 8px 12px; }


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

.dropdcss{ position: absolute; left: -5px; top: 10px; visibility: hidden; font: 0.8em Verdana; z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; background: #949490; color: #fff; font: 1.1em Verdana, sans-serif; background: #949490; color: #fff; font: 1.1em Verdana, sans-serif; }

.dropdcss ul{ list-style-type: none; background: #fff; color: #66615e; font: 1.1em Verdana, sans-serif; padding: 4px 11px 4px 8px; border-color: transparent; }

.dropdcss ul li a{ width: 100%; display: block; text-decoration: none; color: #66615e; font: 1.1em Verdana, sans-serif; background-color: #f7f7f2; background-image: none; background-position: 0 0; margin-left: -4px; padding: 5px 4px 7px 8px; }

.dropdcss a:hover{ /*hover background color*/
color: white; background: #d8deec; color: #3a3838; font-size: 1.1em; font-family: Verdana, sans-serif; font-style: normal; font-variant: normal; line-height: normal; margin-left: -4px; padding: 5px 4px 7px 8px; }

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


.dropdcsscols{
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;
}

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

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

.dropdcsscols li{
padding-bottom: 5px;
}

/* ######### 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: #CCCCCC ;
visibility: hidden;
}