.chromestyle{
width:720px;
padding:73px 0 0 0;
text-align:right;
}

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

.chromestyle ul{
padding: 0;
margin: 0;
}

.chromestyle ul li{
display:inline;
width:120px;
text-transform:uppercase;
}

.chromestyle ul li a{
padding: 4px 7px;
margin: 0;
text-decoration: none;
color:#7D7B7A;
}

.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{
position:absolute;
text-align:left;
width:120px;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
visibility: hidden;
}


.dropmenudiv a{
width: 120px;
display: block;
height:1%;
text-indent: 3px;
border-bottom: 1px solid #ddd; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
width: 120px;
}
