/* Navigation */
/*
	NOTE:
	a:hover must be the last style declared to properly work as a mouse over
*/

/* Colours 
#D2AB67 - Beige
#336600 - Green
*/


#nav 
{
	padding: 7px;
	background: #ffffff;
	font-family: EuroRoman;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

#thumbnailNav 
{
	width: 100%;
	background: #ffffff;
	border: none /*solid 1px #000000*/;
	font-family: EuroRoman;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}


/* LINKS - ANCHORS */
a:link
{
	color: #D2AB67;
	background:transparent;
	text-decoration: none;
}

a:visited
{
	color: #D2AB67;
	background: transparent;
	text-decoration: none;
}

a:hover
{
	/*border: solid 1 #CC0033;*/
	color: #336600;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #D2AB67;
	background: transparent;
	text-decoration: none;
}
