#tabnav {
    height: 30px;
    background-color: #acaeac;
}

#tabnav a { text-decoration: none; }
#tabnav a:link { color: #fff; }
#tabnav a:visited { color: #fff; }
#tabnav a:hover { color: #333; }
#tabnav a:active { color: #fff; }

#tabnav ul {
    position: static;
    margin: 0;
    padding: 0;
}

#tabnav li {
    float: left;
    list-style: none;
    width: 160px;
    font-family: "Arial Black", Gadget, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 20px;
}


#tabnav li span {
    display: block;
    font-family: arial, Helvetica, Garuda, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}


#locations #locationsTab,
#order #orderTab,
#about #aboutTab,
#contacts #contactTab,
#apply #applyTab,
#careers #careersTab {
    background-color: #ee3a43;
}

#locations #locationsTab a:hover,
#order #orderTab a:hover,
#about #aboutTab a:hover,
#contacts #contactTab a:hover,
#apply #applyTab a:hover,
#careers #careersTab a:hover {
    color: #fff;
}

.active_subnav {
    color: #ee3a43;
    text-decoration: underline;
}

.inactive_subnav {
    text-decoration: none;
}

#subnav {
    height: 20px;
    padding: 10px;
    background-color: #fff;
}

#subnav a:link { color: #ee3a43; }
#subnav a:active { color: #ee3a43; text-decoration: underline;}
#subnav a:visited { color: #ee3a43; }
#subnav a:hover { color: #ee3a43; }

#subnav ul {
    margin: 0;
    padding: 0;
}

#subnav li {
    float: left;
    list-style: none;
    font-family: arial, Helvetica, Garuda, sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 20px;
}










.button-link, .button-link-black, .button-link-long, .button-link-extra-long, .button-link-super-extra-long {
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 79px;
    height: 21px;
    padding: 0;
    margin: 0;
    background: transparent url('/images/bg-button.gif') no-repeat top left;
}

.button-link-black {
    background: transparent url('/images/bg-button-black.gif') no-repeat top left;
}

.button-link-long {
    width: 100px;
    background: transparent url('/images/bg-button-long.gif') no-repeat top left;
}

.button-link-extra-long {
    width: 150px;
    background: transparent url('/images/bg-button-extra-long.gif') no-repeat top left;
}

.button-link-super-extra-long {
    width: 150px;
    background: transparent url('/images/bg-button-super-extra-long.gif') no-repeat top left;
}

.button-link:hover, a.button-link:hover,
.button-link-black:hover, a.button-link-black:hover,
.button-link-long:hover, a.button-link-long:hover,
.button-link-extra-long:hover, a.button-link-extra-long:hover,
.button-link-super-extra-long:hover, a.button-link-super-extra-long:hover {
    color: #efefef;
    padding: 2px 0 0 4px;
    background-position: 0 -21px;
}

a.button-link, a.button-link-black, a.button-link-long, .button-link-extra-long, .button-link-super-extra-long {
    display: block;
    text-align: center;
}

a.button-link:link, a.button-link:visited,
a.button-link-black:link, a.button-link-black:visited,
a.button-link-long:link, a.button-link-long:visited,
.button-link-extra-long:link, a.button-link-extra-long:link,
.button-link-super-extra-long:link, a.button-link-super-extra-long:link {
    color: #fff;
    font-weight: bold;
    font-family: arial, Helvetica, Garuda, sans-serif;
}





.search-item {
display: inline; 
cursor: pointer;
}










.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url('/images/arrow-square.gif') no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
