/* dropdowns start here*/
.dropdowns{
margin-top: 11px;
position:absolute;
visibility: hidden;
z-index: 100;
width: 100px;
height: 99px;
color: #ffffff;
text-align: center;
background-color: #717781;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.dropdowns a{
width: 100px;
display: block;
padding-top: 5px;
padding-bottom: 5px;
text-decoration: none;
color: #ffffff;
text-align: center;

}

.dropdowns a:hover{ /*hover background color*/
background-color: #b8bbc0;
color: #ffffff;
text-decoration: none;
}

.dropdowns-what{
margin-top: 11px;
position:absolute;
visibility: hidden;
z-index: 100;
width: 100px;
height: 99px;
color: #ffffff;
text-align: center;
background-color: #82876b;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.dropdowns-what a{
width: 100px;
display: block;
text-decoration: none;
color: #ffffff;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;

}

.dropdowns-what a:hover{ /*hover background color*/
background-color: #c1c3b5;
color: #ffffff;
text-decoration: none;
}


.dropdowns-where{
margin-top: 11px;
position:absolute;
visibility: hidden;
z-index: 100;
width: 100px;
height: 99px;
color: #ffffff;
text-align: center;
background-color: #a47954;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}

.dropdowns-where a{
width: 100px;
display: block;
text-decoration: none;
color: #ffffff;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;

}

.dropdowns-where a:hover{ /*hover background color*/
background-color: #d2bcaa;
color: #ffffff;
text-decoration: none;
}