﻿/* *** HEADER STYLES *** */
#header
{
	vertical-align:top;
	background-color: #000000;
}

#header #headerlogo
{
	background: #000000 url(images/hh_logo.jpg) no-repeat left top;
	height: 70px;
	width: 1038px;
  
}

#header #headermenu
{
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #666666;
  width: 1038px;
  height: 30px;
}

#menu
{
  float:left;
	width: 600px;
	/*
	margin-left: auto;
  margin-right: auto;
  */
}

ul#menu li {
	display: inline; /* Prevents "stepdown" */
}

ul#menu li a {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#sitesearch
{
  float:right;
}

/*
#header .AspNet-Menu-Horizontal
{
	margin-left: auto;
  margin-right: auto;
	padding-left: 100px;
	width: 622px;
}

#header .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: 622px;
}

#header .AspNet-Menu-Horizontal ul.AspNet-Menu-Leaf li
{
	text-align: left;
  white-space: nowrap;
}
*/

/*
.headerMenu_dynamic
{ 
	filter: progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#ffffff,endColorStr=red);
	background-color: #dcdcdc; 
}

.headerMenu_dynamic a
{
	color: #696969;
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
}

.headerMenu_dynamic a:link
{
	color: #696969;
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
}

.headerMenu_dynamic a:visited
{
	color: #696969;
	text-decoration: none;
	border: 0 none;
	font-weight: bold;
}

.headerMenu dynamic a:hover
{
	color: #000000;
	text-decoration: underline;
	border: 0 none;
	font-weight: bold;
}
*/
#header #headerad
{
  padding: 3px 0px 0px 3px;
  clear: both;
  height: 90px;
  width:1038px;
  background-color: #000000;
}

#header #headerad #subad
{
  float:left;
}

#header #bannerad
{
  float:right;
  display:inline;
  height: 90px;
  padding-right: 3px;
	padding-left: 1px;
	background-color: #000000;
}

#header #breadcrumb
{
  /*Background-Color:#d3d3d3;*/ /*background-color:#2c2c2c;*/ /*background-color: #ed2124;*/ /*background-color: #ed2124;*/
  background-color: #990000;
  padding-right: 3px;
  height: 24px;
  font-size: 0.8em;
  text-align:left;
}

/* *** END HEADER STYLES *** */5
