.chromestyle{
width: 100%;
font:normal 16px Trebuchet MS, Helvetica, sans-serif;
font-weight:bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #e9e9eb;
width: 100%;
background: url(menu-bar.png) center center repeat-x; /* menu bar image */
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #00365c; /* menu item color */
font: normal 16px Trebuchet MS, Helvetica, sans-serif;
padding: 0px 28px; /* space between menu items */
margin: 0;
text-decoration: none;
/*border-right: 1px solid #BBBBBB; darker*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(menu-bar.png) center center repeat-x; /* menu hi-lite image */
color: #000000;
font-weight: normal;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/* THEME CHANGE HERE -- #EEEEEE grey old style*/
border-top: 0px solid #e9e9eb; 
border-left: 1px solid #e9e9eb; 
border-right: 1px solid #888888; 
border-bottom: 1px solid #888888; 
font:normal 15px Trebuchet MS, Helvetica, sans-serif;
line-height:16px;
z-index:100;
/* background-color: #e9e9eb; -- Dropped-menu background */
background: url(menu-background.png) center center repeat-x;
width: 195px;
visibility: hidden;
-moz-box-shadow: 3px 4px rgba(0,0,0,0.25);
-webkit-box-shadow: 3px 4px rgba(0,0,0,0.25);
box-shadow: 3px 4px rgba(0,0,0,0.25);
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #849bad; /* THEME CHANGE HERE -- inner line color */
padding: 3px 0px; /* height and padding of cells */
text-decoration: none;
font-weight: normal;
color: #888888; /* #777777; Text color for dropdown text*/
filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#FFFFFF);
text-shadow: 0.1em 0.1em #FFFFFF
/*zoom: 1; */
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE -- Text hover over hi-light*/
background-color: #FFFFFF; /*#F0F0F0;*/
font-weight: normal;
color: #000000;
}

* {
margin: 1;
}

html, body {
height: 100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}

.footer, .push {
height: 4em;
}