@charset "utf-8";
/* CSS Document */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
padding:0 !important;
margin:0 !important;
}

/* ######### Default class for drop down menus ######### */
.menuanchorclass{padding:0 !important;
margin:0 !important; border:none !important;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100; /* zIndex should be greater than that of shadow's below */
}

.anylinkmenu ul{
margin: 0 !important;
padding: 0 !important;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 5px 0;
text-decoration: none;
text-indent: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFF;
border-bottom:2px dotted #434343;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #bb8d09 !important;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */






/* ######### 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;
}
