/************************************************************************/
/** FADES & BACKGROUND COLORS *******************************************/
/************************************************************************/
#container_header
{
	height: 115px;
	background: url('/images/home_header_dull_bkgd_small.jpg') repeat-x #FFFFFF;
	margin: 0px;
	position: relative;
}
#container_header_fade
{
	height: 115px;
	background: url('/images/home_fade_bkgd_small.jpg') repeat-y center;
	margin: 0px;
	position: relative;
}

#header
{
	width:972px;
	height: 115px;
	background: url('/images/home_header_brite_bkgd_small.jpg') repeat-x #FFFFFF;
	margin: 0px auto;
}
/************************************************************************/
/** OTHER ***************************************************************/
/************************************************************************/
#header table
{
	width:972px;
}
#logo
{
	vertical-align: top;
	width:193px;
	padding:42px 0px 5px 20px;	/*top, right, bottom, left*/
	font-size: 0px;
}
#serverImg
{
	font-size: 14px;
	vertical-align: top;
	height:43px;
	background: url('/images/servers_small.jpg') no-repeat bottom right;
}
#smHdrLogin
{
	height:30px;
	float: right;
	padding-top: 7px;
	padding-right: 10px;
}
.topnavLinks
{
	background: url('/images/servers_large_noPwrdBy.jpg') no-repeat bottom right;
}

/*************************************************/
/* DROPDOWN STYLES *******************************/
/*************************************************/
.dropmenudiv{
	position:absolute;
	line-height:3px;
	z-index:100;
	visibility: hidden;
	align:right;
	font-size: 13px;
}
