/*------------------------------------------------------------------------*/
/*     Top Navigation                                                     */
/*------------------------------------------------------------------------*/

.NavTopContainer {
	font:18px Times New Roman, Times, serif; 
	font-weight:bold;
	width: 100%;
	height: 40px;
	margin: 0px; 
	padding: 0px; 
	
	background: url("/style/template/bkg-NavTopContainer.gif") no-repeat;
	}

.NavTopLeft {
	width: 15px;
	margin: 0px; 
	padding: 0px; 
	/* background: url("/style/template/bkg-NavTopLeft.gif") no-repeat; */
	}

.NavTopRight {
	width: 15px;
	height:25px;
	margin: 0px; 
	padding: 0px; 	
	/* background: url("/style/template/bkg-NavTopRight.gif") no-repeat; */
	}

#tabs {
	float: left;
	width: 100%;
	padding: 0px;
	}

#tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

	}

#tabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
	
	}

#tabs a {
	float: left;
	color: #996833;
	margin: 0px;
	text-decoration: none;
	}

#tabs a span {
	float: left;
	display: block;
	margin: 0px;
	padding: 8px 18px;
	background: url("/style/template/leaf.gif") no-repeat top left;
	border:0px solid #ff0000;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span { float: none; }
/* End IE5-Mac hack */

	
#tabs #selected a span {
	margin: 0px;
	padding: 0px;
	}

#tabs a:hover, #header a:hover span {
	color: #999966;
	/*background: url("/style/template/bkg-NavTopOn.gif") repeat-x top left;*/
	text-decoration: none;
	}

#tabs #selected a span, #header #current a {
	color: #999966;
	text-decoration: none;
	margin: 0px 0px 0px 35px;
	padding: 8px 18px;
	border:0px solid #ff0000;
	/*background: url("/style/template/bkg-NavTopOn.gif") repeat-x top left #fff;
	/* border-right: 1px solid #fec438;
	border-left: 1px solid #fed54a; */
	}



/*------------------------------------------------------------------------*/
/*     Nav Box Shadow                                                     */
/*------------------------------------------------------------------------*/

.ShadowContainer {
	width: 100%;
	margin: 0px; 
	padding: 0px; 
	background: url("/style/template/bkg-ShadowContainer.gif") repeat-y;
	}

