.chromestyle2{
width: 739px;
font-weight: bold;
padding: 0px 0 0 9px;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
border: 1px solid #000;
width: 100%;
background: #000 url(events.png) 5px center no-repeat; /*THEME CHANGE HERE*/
padding: 0.655em 0 0.7em;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
color: #FFF;
font-size: 12px; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding: 0.6em 20px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000;
}

.chromestyle2 ul li a:hover, .chromestyle2 ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
color: #ffa50a;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 12px; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
line-height:18px;
z-index:100;
background-color: white;
width: auto;
padding: 0;
visibility: hidden;
margin: -1px 0;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 3px 5px;
text-decoration: none;
font-weight: bold;
color: #000;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #ffa50a;
}
