table.theader {
	width: 100%;
	border: 0;
}

.theader td {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

.theader td.logo {
	width: 220px;
	text-align: left;
	vertical-align: bottom;
}

.theader td.topnav {
	text-align: right;
	vertical-align: top;
}

.htoplogin {
	margin-right: 8px;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.htoplogin {
	margin-right: 8px;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.htopuser {
	font-weight: bold;
}

.htoplogin {
	margin-top: 2px;
}

.htoplogin a:link, .htoplogin a:visited, .htoplogin a:active {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #005EC2;
	text-decoration: underline;
}

.htoplogin a:hover {
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #005EC2;
	text-decoration: none;
}

.htopnav {
	vertical-align: middle;
	border: 0;
	margin-top: 22px;
	margin-left: 230px;
	margin-right: 8px;
}

.topnavtable td {
	padding: 2px;
}

.topnavtable td.htopnavtext {
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #546EA2;
}

.topnavtable td.htopnavtext a:link, .topnavtable td.htopnavtext a:visited, .topnavtable td.htopnavtext a:active {
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #546EA2;
	text-decoration: none;
}

.topnavtable td.htopnavtext a:hover {
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #546EA2;
	text-decoration: underline;
}

.topnavtable td.htopcontact {
	padding-top: 4px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
}

.topnavtable td.htopcontact .hours {
	vertical-align: top;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	
}

table.search-bar {
	width: 100%;
	height: 15px; /*was 30px with search*/
	background: #FFF url(/images/template/header/header-search-bg.gif) repeat-x; /*remove when search is added*/
	vertical-align: middle;
}

table.search-bar td {
	padding: 0 8px 0 8px;
	border-left: 1px solid #000099;
	background: #FFF url(/images/template/header/header-search-bg.gif) repeat-x;
	vertical-align: middle;
}

.searchform input.go {
	vertical-align:bottom;
}

.searchlabel {
	color: #FFF;
	font: bold 12px Arial;
}



.chromestyle{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 731px;
border: 1px solid #000099;
border-width: 1px 0;
background: #000099 url(/images/template/header/blockdefault.gif) center center repeat-x;
}

.chromestyle ul{
width: 100%;
font: bold 11px Arial;
padding: 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle li a:link, .chromestyle li a:visited, .chromestyle li a:active {
float: left;
color: #FFF;
padding: 6px 11px;
text-decoration: none;
border-right: 0px solid #FFF;
}

.chromestyle li.first a:link, .chromestyle li.first a:visited, .chromestyle li.first a:active, .chromestyle li.first a:hover {
width: 40px;
color: #444;
border-left: 1px solid #000099;
background: #f3f3f3 url(/images/template/header/header-shop.jpg) no-repeat right center;
}

.chromestyle li.last a:link, .chromestyle li.last a:visited, .chromestyle li.last a:active {
border-right: 0px;
}

.chromestyle li a:visited {
color: white;
}

.chromestyle li a:hover, .chromestyle li .current{
color: #444;
background: #f3f3f3 url(/images/template/header/blockactive.gif) center center repeat-x;
}

#bread {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #343434;
	border-left: 1px solid #000099;
	background: #E3E3E3 url(/images/template/header/breadcrumb-bg.gif) repeat-x;
	padding: 4px 3px 4px 4px;
	margin: 0;
	text-decoration: none;
	text-align: left;
}

#bread a {
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #333399;
	background: #E3E3E3 url(/images/template/header/breadcrumb-bg.gif) repeat-x;
	padding: 4px 3px 4px 4px;
	margin: 0;
	text-decoration: none;
	text-align: left;
}

#bread ul, #bread ul a {
	margin-left: 0;
	padding-left: 4px;
	display: inline;
	border: none;
} 

#bread ul li, #bread ul li a {
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style: none;
	display: inline;
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: #EFEFEF;
width: 240px;
/* border-left: 1px solid #CACACA; border-right: 1px solid #CACACA; */
border-bottom: 1px solid #000099;
visibility: hidden;
}


.dropmenudiv a:visited, .dropmenudiv a:link, .dropmenudiv a:active {
display: block;
/*text-indent: 6px;*/
padding: 2px 0 2px 19px;
text-decoration: none;
color: black;
}

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

.dropmenudiv a:hover{
padding: 2px 0 2px 19px;
background: #F6F9FF url(/images/template/linkarrow.gif) no-repeat left center;
/* background: #E3E3E3 url(/images/template/header/header-menu-hover.gif) repeat-x; */
color: #000099;
}

div.holidaymessage {
	font-size: 11px; 
	color: #000000; 
	font-weight: normal;
	padding: 8px 6px;
  border: 1px solid #000000;
  background: #CCFFCC;
  margin: 8px 0 0 0;
}