#header {
	margin-top: 10px;
    position: relative;
	width: 100%;
	height: 3em;
    border-bottom: 1px solid #bdcbde;
}

#header ul#primary {
	margin: 0;
    margin-left: 30px;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 700px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a.off
{
	width: 12em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0px 0;
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	color: #003063;
	font-weight: bold;
	background: #e7eff7;
	border: 1px solid #bdcbde;
	padding-bottom: 4px;

}

#header ul#primary a.off:hover {
	border-color: #bdcbde;
        border-bottom: 0px solid #cecb84;  
	background: #FFF7CD;

}

#header ul#primary a.on {
	width: 12em;
	display: block;
	float: left;
	padding: 4px 0 5px 0px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	color: #003063;
	font-weight: bold;
	background: #fff;
	border: 1px solid #bdcbde;
	border-bottom: none;

}

#header ul#primary a.on:hover {
    color: #00f;


}

#header ul#secondary {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 40em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	/* text-align: auto; */
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }


#hsignup {
position: absolute;
right: 3px;
bottom: 5px;
padding: 0px;
margin: 0px; 
background-color: #fff;
font-weight: bold;
color:  #0000ff;
}

#hsignup a { text-decoration: none; }
#hsignup a:hover { text-decoration: underline; color: #f00; }

