/*------------------------------------------------------------------------*/
/*     Top Navigation                                                     */
/*------------------------------------------------------------------------*/

.NavTopContainer {
	font: normal bold 130%/13px Arial, Helvetica, sans-serif; 
	width: 100%;
	height: 30px;
	margin: 0px; 
	padding: 0px; 
	background: url("/style/template/bkg-NavTopContainer.gif") no-repeat;
	}

.NavTopLeft {
	width: 0px;
	margin: 0px; 
	padding: 0px; 
	/* background: url("/style/template/bkg-NavTopLeft.gif") no-repeat; */
	}

.NavTopRight {
	width: 0px;
	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: #ffffff;
	margin: 4px 0px 0px 0px;
	text-decoration: none;
	}

#tabs a span {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	border-right: 1px solid #11316a;
	border-left: 1px solid #011842;
	}

/* 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: #febb2a;
	/*background: url("/style/template/bkg-NavTopOn.gif") repeat-x top right; */
	text-decoration: underline;
	}
	
	
#tabs #selected a span, #header #current a {
	color: #011842;
	text-decoration: none;
	margin: 0px 0px 0px 15px;
	padding: 5px 6px;
	background: url("/style/template/bkg-NavTopOn.gif") repeat-x top right #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;
	}

