.navcontainer
{
	margin: 0em;
	font-family: "Century Gothic";
	font-size: 1em;
	color: #003399;
	width: 50%;
	float: left;
	height: 5em;
	padding: 0em;
}

.navcontainer UL
{
	list-style: none;
	margin: 0em;
	padding: 0em;
	border: none;
	height: 2em;
}

.navcontainer LI
{
	display: block;
	padding: 0em;
	float: right;
	width: auto;
	height: 1em;
	margin-top: 3em;
	text-align: right;
}

.navcontainer A
{
	color: #3399CC;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0em;
	padding: 0.7em 0.8em;
	font-family: "Century Gothic";
	font-size: .9em;
	border-top-width: .1em;
	border-bottom-width: .1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	
}

.navcontainer A:hover, .navcontainer A:active {
	font-family: "Century Gothic";
	font-size: .9em;
	text-decoration: underline;
	color: #993333;
	display: block;
}



body#index a#indexnav,
body#exhibitions a#exhibitionsnav,
body#outlets a#outletsnav,
body#contact a#contactnav
 {
	color: #993333;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0em;
	padding: 0.7em 0.8em 0.8em;
	font-family: "Century Gothic";
	font-size: .9em;
	border-top-width: .1em;
	border-bottom-width: .1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: bold;
}

