A.nav:link	{ color: #FFFFFF; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
A.nav:visited	{ color: #FFFFFF; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
A.nav:hover	{ color: #92C6F7; font-weight: bold; letter-spacing: 1px; text-decoration: none; }
A.nav:active	{ color: #92C6F7; font-weight: bold; letter-spacing: 1px; text-decoration: none; }

#Site{
	position:relative;
	width:800px;
	float:left;
	background-color:#FFFFFF;

}
#SiteHeader{
	position:relative;
	width:100%;
}
#SiteHeaderLinks{
	position:relative;
	margin:5px 10px 10px 5px;
}
#SiteHeaderMenu{
	position:absolute;
	top: 59px;
	left:0px;
	background-image: url(Background.gif);
	background-position: right;
}
.SiteHeaderMenuItem{
	position:relative;
	float:left;
	height:18px;
	padding: 6px 4px 4px 7px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
}

.SiteHeaderMenuItemActive{
	position:relative;
	float:left;
	height:21px;
	width:126px;
	padding: 8px 7px 0px 7px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	
	background-image: url(Active2.gif);
	background-repeat: no-repeat;
	
	text-transform:uppercase;
	text-align:center;
}

.SiteHeaderMenuItem A{
	text-decoration: none;
	color:white;
}

.SiteHeaderMenuItemActive A{
	text-decoration: none;
	color:#F1690F;
}

.style1 {color:#F1690F ! important;}