/* ######### Default class for drop down menus ######### */
/*.dropdownanchor.selectedanchor {
	background:#000;
}*/
.anylinkshadow {
	display:none;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
visibility:collapse;
/*border: 2px solid #fff;*/
border-bottom-width: 0;
/*font: normal 12px Verdana;*/
font-size:14px;
line-height:26px;
background: #60B7E6;
width: 120px; /* default width for menu */
margin:10px 0 0 0; /* how far down the top of the dropdown menu is */
font-family: 'Lato', sans-serif;
text-align:center;
z-index:4;
}

.anylinkmenu ul{
margin:0 auto;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
/*width: 100%;*/
display: block;
/*text-indent: 3px;*/
border-top:5px solid #737373;
/*border-bottom: 1px solid #fff;*/
/*padding:3px 0 3px 10px;*/
text-decoration: none;
/*font-weight: bold;*/
/*text-indent: 5px;*/
color:#fff;
margin:0 auto;
padding:0;
}

.anylinkmenu a:hover{ /*hover background color*/
/*background:#737373;
color: #fff;*/
text-decoration:underline;
}

/* DONOR MENU **************************************************************************************/
.anylinkmenu2{
position: absolute;
left: 67px;
top: 0;
visibility: hidden;
visibility:collapse;
/*border: 2px solid #fff;*/
border-bottom-width: 0;
/*font: normal 12px Verdana;*/
font-size:14px;
line-height:26px;

width: 265px; /* default width for menu */
margin:0 auto; /* how far down the top of the dropdown menu is */
font-family: 'Lato', sans-serif;
text-align:center;
}

.anylinkmenu2 ul{
margin:2px 72px 0 72px;
padding: 0;
list-style-type: none;
width:120px;
background: #60B7E6;
}

.anylinkmenu2 ul li a{
/*width: 100%;*/
display: block;
/*text-indent: 3px;*/
border-top:5px solid #737373;
/*border-bottom: 1px solid #fff;*/
/*padding:3px 0 3px 10px;*/
text-decoration: none;
/*font-weight: bold;*/
/*text-indent: 5px;*/
color:#fff;
margin:0 auto;
padding:0;
}

.anylinkmenu2 a:hover{ /*hover background color*/
/*background:#737373;
color: #fff;*/
text-decoration:underline;
}