.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0;
padding: 0;
white-space:nowrap;
list-style-type:none;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display:block;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #e5e5e5; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:25px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 10px 0;
text-decoration: none;
color:#333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#FF6600;
}
