/******************************************/
/*   Styles for the W09Header.ssi page    */
/*   that enables the CSS powered drop    */
/*   down menu to function.               */
/******************************************/
/*                                        */
/* Copyright 2009 Michael Riley           */
/*                                        */
/******************************************/

  #container
{
    width: 990px;
    margin: auto;
    position: relative;
    height: 100%;
}

#CSShdr {
	height: 160px; /* 135 for the graphic and 25 for the nav bar */
	background-color: White;
	width: 100%;
	z-index: 100;
}



#hdr_nav
{
	margin: 0 0 0 0;
	padding-left: 3px;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 135px;
	z-index: 100;
}

#hdr_byeline {
	margin: 0 0 0 0;
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0px;
	top: 160px;
	z-index: 10;
}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	height: 25px;
	width: 123px;
	float: left;
	color: White;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url(../imagesNS/misc/W7_menuBtn.png);
	text-indent: 5px;
}

#nav li ul {
	margin-left: 0px;
	position: absolute;
    width: 123px;
	left: -999em;
    z-index: 100;
}

#nav li:hover ul, #nav li.sfHover ul {
	position: relative;
	left: auto;
	top: 0px;
    z-index: 1000;
}

#CSShdr a {
	color: White;
	text-decoration: none;
	background-color: transparent;
}

#CSShdr a:hover, #CSShdr a.sfHover {
	color: black;
}