.chromestyle{ line-height:40px;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0px;
display: inline;
}

.chromestyle ul li{
display: inline;
padding:0;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 0px solid #BBB; /*THEME CHANGE HERE
border-bottom-width: 0;*/
font-family:tahoma, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:auto;
z-index:100;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: inline;
text-indent:0px;
/*border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding:0px;
text-decoration: none;
font-weight: normal;
color: black;
}

