#HeaderDiv {
	position:relative;
	border:0px;
	width:100%;
	height:160px;
	background-color:#222222;
}
#LogoDiv {
	position:absolute;
	width:100%;
	height:89px;
	text-align:center;
}
#TabBackgroundDiv {
	position:absolute;
	width:100%;
	height:46px;
	top:88px;
	background-image:url('http://cdn.packetstudio.com/desktopcandy/images/band_bg.gif');
	text-align:center;
}
#SearchBoxDiv {
	position:relative;
	bottom:1px;
	left:0px;
	border:0px;
}
#SearchBoxElement {
	postition:relative;
/**	width:282px; THIS IS FOR WHEN ALL OF THE OTHER 3 TABS/BUTTONS ARE VISIBLE*/
	width:748px;
	height:40px;
	border:1px solid #FFFFFF;
	background-color:#D6E699;
	font-family:tahoma;
	font-size:24px;
	color:#999999;
	text-align:center;
	line-height:34px;
}
#TypeMenuOuterDiv {
	position:absolute;
	width:100%;
	height:25px;
	top:134px;
	background-image:url('http://cdn.packetstudio.com/desktopcandy/images/nav_band_bg.gif');
}
#TypeMenuInnerDiv {
	position:relative;
	width:880px;
	height:100%;
	border:0px;
	line-height:23px;
	text-align:left;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#TypeMenuInnerDiv a:link {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#TypeMenuInnerDiv a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#TypeMenuInnerDiv a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#TypeMenuAddThisSpan {
	position:relative;
	border:0px;
	top:5px;
}