

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
z-index:100;
width: 168px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

