.chromestyle{
width: 99%;
}

/*Add margin between menu and rest of content in Firefox
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*border: 1px solid #BBB;*/
border-bottom-width: 0;
font:normal 16px Arial;
line-height:18px;
z-index:100;
background-color: #313131;
/*width: 200px;*/
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB;*/
padding: 6px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
white-space:nowrap;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #7D7D7D;
color:#ffffff;
}