.chromestyle{
/*width: 546px;
margin-left: 205px; */
border: 1px solid #BBB;
padding: 4px;
font-weight: bold;
font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle img{
margin-bottom: 2px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 4px 6px 4px 6px;
text-decoration: none;
}

.chromestyle ul li ul li ul li a{
padding-left: 20px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border: 1px solid #BBB;
border-bottom-width: 0;
position:absolute;
margin-left: -1px;
margin-top: -1px;
top: 0;
z-index: 100;
background-color: white;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
border-bottom: 1px solid #BBB;
font-weight: bold;
}

.dropmenudiv a:hover{
background-color: #EEEEF0;
}
