#HeaderContainer
{
	position: absolute;
	top: 0px;
	background-image: url(/Images/header_bg_new.gif);
	background-repeat: repeat-x;
	height: 156px;
	width: 960px;
	background-color: #ccc;
}
#LogoBannerRow
{
	height:100px;
	padding: 10px 0 0 10px;
	
}
#Logo
{
	float:left;
	margin: 0;
	
	height: 100px;
}
#Logo img
{
	border: 0;
}
#BannerAdvert
{
	float:right;
	margin: -4px 10px 0 0;
	
}
.AdvertiseHere
{
	text-align: center;
	color: #000;
	background-color: #ccc;
	padding: 0 0 3px 0;
}
.AdvertiseHere a
{
	font-family: Verdana,arial;
	color: #000;
	font-size: 9px;
}
.TopBanner
{
	border: solid 1px #ccc;
}
#NavRow
{
	padding: 14px 0 2px 63px;
	height: 20px;
	font-weight: bold;
	
}
.NavLinkHolder
{
	position: absolute;
	font-family: verdana, Arial;
	font-size: 11px;
	color: #fff;
	padding: 2px 0 2px 0;
	top: 77px;
	width: 100%;
	
}
.NavLinkHolder a
{
	color: #fff;
	text-decoration: none;
}
.NavLinkHolder a:hover
{
	text-decoration: underline;
}
.NavLinkHolderSelected
{
	width: 100px;
	height: 16px;
	float:left;
	font-family: verdana, Arial;
	font-size: 11px;
	color: #fff;
	background-image: url(/Images/selected_menu.gif);
	background-repeat: no-repeat;
	border-right: solid 2px #fff;
	text-align: right;
	padding: 4px 5px 0 0;
}
.NavLinkHolderSelected a
{
	color: #fff;
	text-decoration: none;
}
.NavLinkHolderSelected a:hover
{
	text-decoration: underline;
}

#SubMenu
{
	height: 16px;
	background-image: url(/Images/Sub_menu_bg.gif);
	background-repeat: repeat-x;
	padding-left: 166px;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
.SubLinkHolder
{
	padding-right: 15px;
	float: left;
}
.SubLinkHolder a
{
	color: #333;
	text-decoration: none;
}
.SubLinkHolder a:hover
{
	text-decoration: underline;
}
.searchbox
{
	width: 200px;
	height: 16px;
	font-family: verdana, Arial;
	font-size: 11px;
	text-align: right;
	color: #fff;
	padding: 0 0 0 5px;
	position: absolute;
	top: 120px;
	right: 10px;
	z-index: 1000;
}
.SearchBtn
{
	border: 0;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial;
	height: 17px;
}
.SearchInput
{
	width: 130px;
	font-size: 10px;
}
.UserAccount
{
	position:absolute;
	top: 142px;
	right: 10px;
	z-index: 200;
}
.UserAccount a
{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.UserAccount a:hover
{
	text-decoration: underline;
}