.chromestyle {
font-weight: normal;
width: 100%;
}

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

.chromestyle ul {
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
margin: 0;
padding: 4px 0px;
text-align: left;
width: 100%;
}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a.menu {
border-right: 0px solid #000000;
color: #ffffff;
font-size: 19px;
font-weight: normal;
margin: 0;
padding: 5px 15px;
text-decoration: none;
}

.chromestyle ul li a:hover {
background-color: #eaecf4;
border-right: 0px solid #000000;
color: #000000;
font-size: 19px;
font-weight: normal;
margin: 0;
padding: 5px 15px;
text-decoration: none;
}

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

.dropmenudiv {
background-color: #ffffff;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
color: #000000;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
font-family: verdana;
font-size: 13px;
font-weight: normal;
line-height: 18px;
position: absolute;
top: 0;
visibility: hidden;
width: 200px;
z-index: 100;
}

.dropmenudiv a {
background-color: #ffffff;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
color: #000000;
display: block;
font-weight: normal;
padding: 2px;
text-decoration: underline;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #ffffff;
}

/* ######### Style ######### */

img.menuimg {
border: 2px solid #ffffff;
}

table.menu {
padding: 0;
}

tr.menu {
background-color: #b76f25;
}

tr.menubanner {
width: 100%;
}