@charset "utf-8";
#header ul{
	margin: 0 6px;
	height: 34px;
	background-image: url(/images/topnav-bg.jpg);
	padding: 0px;
}
#header ul li{
	font-size: 11px;
	padding-left: 17px;
	background-repeat: no-repeat;
	float: right;
	list-style-type: none;
	margin: 0 14px;
	background-position: left center;
	line-height: 34px;
}
#header ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	cursor:pointer;
}
#header ul li a:hover{
	text-decoration:underline;
}
#header ul li.home{
	background-image: url(/images/home.gif);
}
#header ul li.about{
	background-image: url(/images/about.gif);
}
#header ul li.faq {
	background-image: url(/images/frequently-asked-questions.gif);
}
#header ul li.contact{
	background-image: url(/images/contact.gif);
}
#header ul li.login{
	background-image: url(/images/login.gif);
}
#header form{
	display: none;
	padding: 8px;
	position: absolute;
	width: 280px;
	margin: 0 0 0 536px;
	padding: 8px;
	background-color: #BDCCC7;
}
#header form p{
	padding: 0px;
	margin: 2px 0 2px 0;
	line-height: 23px;
}
#header form label{
	margin-right: 8px;
	font-size: 11px;
	text-transform: uppercase;
	width: 105px;
	float: left;
	white-space:nowrap;
	clear:left;
	height:23px;
	overflow:hidden;
}
#header form input{
	width: 95px;
	margin-right: 8px;
	white-space:nowrap;
}
#header form input.button{
	width: auto;
	margin: 0px;
}
#header form small {
	clear:both;
	float:left;
	margin-top:3px;
	font-size:11px;
}
