.container
{
	width: 800px;
	height: 30px;
	padding: 15px 0px 15px 0px;
	margin: 3px 0px 0px 0px;
	background: #243259;
}

#navPyra
{
	margin: 0;
	padding: 0 0 0px 20px;
}

#navPyra li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navPyra a:link, #navPyra a:visited
{
	float: left;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding: 0 10px 8px 8px;
	text-decoration: none;
	color: #AAAAAA;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover
{
	color: white;
	background: url(images/pyramid3.jpg) no-repeat bottom center;
}

