﻿@charset "utf-8";
#header{
	width:auto;
	height:90px;
	text-align:left;
	position: relative;
	margin: 0px;
	overflow: visible;
	zoom: 1;
}
#header .contextSearch {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: absolute;
	right: 0px;
	bottom: 26px;
	z-index: auto;
}
#header .contextSearch dt {
	background-image: url(../images/searchBar_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	text-indent: 0px;
	zoom: 1;
	overflow: hidden;
	width: 151px;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#header .contextSearch dd {
	background-image: url(../images/searchBarBg.gif);
	float: left;
	zoom: 1;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 24px;
	line-height: 24px;
}
#header    .cs-textInput     {
	font-size: 1.1em;
	width: 18em;
	margin: 0 4px;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	color: #666666;
}
#header   .cs-btn-primary    {
	margin-right:20px;
}


#header .logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 159px;
	text-indent: -2000px;
	float: none;
	cursor: pointer;
	margin: 6px 10px;
}
#header  .quickLink {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
	position: absolute;
	top: 15px;
	right: 6px;
	z-index: auto;
	float: none;
}
#header  .quickLink  li {
	margin: 0px;
	float: left;
	border-left: 1px solid #000000;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0px 0.5em;
	zoom:1;
	overflow: hidden;
	display: inline;
}
#header  .quickLink  li:first-child {
	border-style: none;
}
#headerMenu  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/headerMenuBg.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 26px;
	background-position: left center;
	position: absolute;
	zoom: 1;
	clear: both;
	bottom: 0%;
	overflow: visible;
}
#headerMenu a {
	color: #FFFFFF;
}
#headerMenu  .level1 {
	margin: 0px;
	padding: 0px;
	float: left;
	zoom:1;
	overflow: hidden;
	text-indent:0px;
	cursor:pointer;
	display: inline;
}
#headerMenu  .level1 span  {
	height: 0px;
	width: 0px;
	overflow: hidden;
	display: block;
}
#headerMenu   .level1:hover .level2   {
	display: block;
}
#headerMenu   .level2   {
	display: none;
	margin: 0px;
	position: relative;
	top: 26px;
	padding: 0px;
	width: auto;
	background-color: #757575;
	border-top: 0px groove #CCCCCC;
	border-right: 2px groove #CCCCCC;
	border-bottom: 2px groove #CCCCCC;
	border-left: 2px groove #CCCCCC;
	background-image: url(../images/headerMenuSub.gif);
	background-repeat: repeat-x;
	background-position: center top;
	zoom: 1;
	overflow: hidden;
}
#headerMenu .level2 li {
	margin: 0px;
	padding: 3px;
	float: none;
	cursor:pointer;
	height: 1.5em;
	width: auto;
	text-indent: 0px;
	border-bottom: 0px solid #CCCCCC;
	line-height: 1.5em;
	display: block;
	text-align: center;
	font-size: 12px;
}
#headerMenu .level2 li:hover     {
	background-color: #FFFFFF;
	}
#headerMenu .level2 li:hover  a    {
width:100%;
height:100%;
display:block;
color: #990000;
}


#headerMenu li#item1 {
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 74px;
	height: 26px;
	margin-left: 14px;
}
#headerMenu li#item2 {
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 74px;
	height: 26px;
}
#headerMenu li#item3 {
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 74px;
	height: 26px;
}
#headerMenu li#item4 {
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 74px;
}
#headerMenu li#item5 {
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 74px;
}
#headerMenu li#item6 {
	background-image: url(../images/menu_06.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 74px;
}

#headerMenu li#item1:hover {
	background-image: url(../images/menu_01o.gif);
}

#headerMenu li#item2:hover {
	background-image: url(../images/menu_02o.gif);
}
#headerMenu li#item3:hover {
	background-image: url(../images/menu_03o.gif);
}
#headerMenu li#item4:hover {
	background-image: url(../images/menu_04o.gif);
}
#headerMenu li#item5:hover {
	background-image: url(../images/menu_05o.gif);
}
#headerMenu li#item6:hover {
	background-image: url(../images/menu_06o.gif);
}

#headerMenu li#item5 a {
	display: block;
	height: 100%;
	width: 100%;
}
#headerMenu li#item6 a {
	display: block;
	height: 100%;
	width: 100%;
}
