.dropdown{
position:absolute;
top: 0;
margin-top: -8px;
font: 12px Geneva, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background:none;
width: 400px;
visibility: hidden;
}
.dropdown2{
position:absolute;
top: 0;
margin-top: -5px;
font: 12px Geneva, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background:none;
width: 180px;
visibility: hidden;
}
.dropdown a,.dropdown2 a {
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #e8e8e8;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
padding: 4px 0;
text-decoration: none;
color: black;
background-color: #ffffff;
}
* html .dropdown a, .dropdown2 a {
width: 100%;
}
.dropdown a:hover, .dropdown2 a:hover{
background-color: #f8fbff;
}
.header {
display: block;
text-indent: 5px;
border: 0 solid #e8e8e8;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
padding: 8px 0;
background-color: #f9f9f9;
font-weight:bold;	
}
.grey {
color:#666666;
width: auto;
}
.blue {
color:#66b222;
width: 180px;
}
.green {
color:#177ab9; 
width: auto;
}