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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin-top: 4px;
visibility: hidden;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 140px; /* default width for menu */
background-color: #FFFFFF;
}

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

.anylinkcss ul li a{
width: 45px;
display: block;
padding: 6px 40px 6px 40px;
font-family: inherit;
font-weight: bold;
font-size: 15px;
line-height: 18px;
}

.anylinkcss a:hover{ /*hover background color*/
text-decoration: none;
color: #FFFFFF;
}

.anylinkborderbottom {
border-bottom: 1px dotted #adadad;	
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
display: none!important;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* Flags */

#uk { position: relative; z-index: 100; background-image: url('../images/uk.png'); background-repeat: no-repeat; background-position: 15px 6px; }
#uk:hover { background-color: #464646; color: #FFFFFF; }
#germany { position: relative; z-index: 100; background-image: url('../images/germany.png'); background-repeat: no-repeat; background-position: 15px 6px; }
#germany:hover { background-color: #464646; color: #FFFFFF; }

/* Flags */