a:              {text-decoration: none}
a:link 		{color:#2a5c85; text-decoration: none}
a:active	{color:#9EB9D4; text-decoration: none}
a:visited	{color:#2a5c85; text-decoration: none}
a:hover		{color:#90c8fb; text-decoration: none}


html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#E8EBF0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	
}

#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: 4px 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:93px;
	padding: 8px 7px 0px 7px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	
	background-image: url(Active.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;
}
