.chromestyle
{
font-weight: bold;
}

/*Add margin between menu and rest of content in Firefox*/

/*
.chromestyle:after
{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
*/

.chromestyle ul
{
height: 48px;
_height: 30px; /* ie6 hack */
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
background: url("http://www.schaapmoving.com/newsite/images/MenuUpBG1.gif") repeat-x;
_background: #3f3f3f url("http://www.schaapmoving.com/newsite/images/MenuUpBG1.gif") repeat-x; /* ie6 hack */
}

.chromestyle ul li
{
float:left;
display:block;
width: 125px;
height: 48px;
_height: 30px; /* ie6 hack */
font-weight:700;
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
background: url("http://www.schaapmoving.com/newsite/images/MenuUpBG1.gif") repeat-x;
background-position:top;
border-right:thin solid #4f4f4f;
}

.chromestyle ul li a
{
display: block;
width: 125px;
height: 48px;
_height: 30px; /* ie6 hack */
padding-top: 18px; /**/
color: #fff;
font-weight:700;
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
text-decoration: none;
}

li#active
{
font-weight:700;
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
color: #ffc476;
background: url("http://www.schaapmoving.com/newsite/images/MenuUpBG2.gif") repeat-x;

}

.chromestyle ul li a:hover
{ /*script dynamically adds a class of "selected" to the current active menu item*/
font-weight:700;
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
padding-top: 18px;
color: #ffc476;
background: url("http://www.schaapmoving.com/newsite/images/MenuUpBG2.gif") repeat-x;
}

.chromestyle ul li a.selected
{
font-weight:700;
text-align:center;
font: 12px Arial, Helvetica, sans-serif;
color: #ffc476;
background: url("http://www.schaapmoving.com/newsite/images/MenuUpBG2.gif") repeat-x;
}

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

.dropmenudiv
{
margin-top:-20px;
position:absolute;
top: 0;
border: 1px solid #4f4f4f;
border-bottom-width: 0;
font-weight:700;
font: 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #3f3f3f; /* #078ec2; */
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#0d6db1,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited
{
width: auto;
display: block;
text-indent: 3px;
font-weight:700;
font: 12px Arial, Helvetica, sans-serif;
border-bottom: 1px solid #4f4f4f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
color: #ffc476;
}
