/******* header *******/

/******* surrounding <div> for the branding image *******/
#header #branding { 
	background: url(../images/Branding.gif) no-repeat;
	height:119px;
	width:615px;
	float: left;
}

#header #logo{
	background: url(../images/Logo_SSK.gif) no-repeat;
	height:140px;
	width:176px;
	float: left;
}

#header #tabbar {
	height:31px;
	width:600px;
}

#header #colorbar {
	position: relative;
	top:-6px;
  float: left;
  background: url(../images/Colorbar.gif) no-repeat;
	height:12px;
  width: 100%; /*width: 568px;*/
	overflow: hidden;
}

#header #breadcrumb {
	position: relative;
	top:-6px;
	left: 3px;
  float: left;
	background: url(../images/SSK_BG.gif) repeat;
	height:16px;
  width: 599px;
	overflow: hidden;
}

#pathway {
	padding-left:10px;
	font-size: 10px;
}


#header #bread_shadow{
  position: relative;
	top:-6px;
  float: left;
	display: inline;
	height:16px;
	background: url(../images/Content_Border.gif) repeat-y;	
	width:16px;
}

/******* global navigation link list *******/
/* #header must be set */
#header #globalNav {
	background: transparent;
	position: absolute;
	top: 88px;
	left: 176px;
	right: 0;
	width: 615px;
	font-size: 110%;
}
