@charset "UTF-8";
/* CSS Document */

/*  NAVIGATION  ************************************************************************/
/*  NAVIGATION  ************************************************************************/


.MainNavigation {
	background-image:url(../images/template/hero_divider.jpg);
	border-top-width:1px;
	border-top-color:#644606;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999;
	border-bottom-style:solid;
	}
1

.bgShadow {
	background-image: url(../images/template/Shadow_Background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.MainNavigation a:link {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #ffb600;
	text-align: center;
	text-decoration: none;
}
.MainNavigation a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #ffb600;
	text-align: center;
	text-decoration: none;
}
.MainNavigation a:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E5D6B;
}

.SideNavigation a:link {
	font-size: 12px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*color: #ffb600;*/
	color: #ffb600;
	text-align: left;
	text-decoration: none;
	}
.SideNavigation a:visited {
	font-size: 12px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: #ffb600;
	text-align: left;
	text-decoration: none;
	}
.SideNavigation a:hover{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E5D6B;
	}	
.SideNavigation td{
	padding: 8px 0 0 10px;
	}
