.navcontainer
{
	line-height: .3em;
	width: 38em;
	float: right;
	margin-bottom: 1.4em;
	margin-top: 2.8em;
}

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

.navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	height: .6em;
}
.navcontainer A
{
	font-family: "Century Gothic";
	font-size: .9em;
	color: #3399CC;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: .1em .6em;
	border-left: .1em solid #fff;
	border-top: .1em solid #fff;
	border-right: .1em solid #aaa;
	line-height: 1.4em;
}

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

.navcontainer A.active:link, .navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}
body#home a#homenav, 
body#about a#aboutnav,
body#pictures a#picturesnav,
body#jewellery a#jewellerynav,
body#shop a#shopnav,
body#exhibitions a#exhibitionsnav,
body#contact a#contactnav {

	color: #ffffff;
	background:  url("../Resources/glowJPEG.jpg");
}

