
#header {
	position: relative;
	width: 100%;
	height:3em;
	width: 745px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	border-bottom:1px solid lightgrey;
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	
	width: 745px; /* 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, #header ul#primary span, #header ul#primary a.current {
	/*width: 12em;*/
	height:2.3em;
	width:114px;
	display: block;
	float: left;
	padding: 3px 0;
	margin: 2px 4px 0 0;
	text-align: center;
	font-size: 90%;
	text-decoration: none;
	/*color: #333;*/
	color:#3F7A12;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid lightgrey;
	border-bottom: none;
	/*background: #FFF3B3;*/
	background:#f0f0f0;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	/*background: #FFFAE1;*/
	background:#f9f9f9;
	border: 1px solid lightgrey;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0px;
	border-color: lightgrey;
	border-bottom:none;
	/*background: #FFF7CD;*/
	background:#f0f0f0;
	padding-bottom: 4px;
}

.btnLogOutTab
{
	margin:5px 0 0 40px;
	font-size: 90%;	
	color:#3F7A12;
}
