/*------------------------------------------------------------------------*/
/*     Rapid Deployment Top Navigation                                    */
/*------------------------------------------------------------------------*/

/* Top Navigation Bar */
.navtop { 
	font-family: Arial,Verdana,Geneva,sans-serif; 
	font-size: 12px; 
	text-decoration: none; 
	font-weight: normal; 
	color: #ffffff; 
	}

a.navtop { 
	font-family: Arial,Verdana,Geneva,sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal; 
	color: #ffffff;  
	padding: 0px 3px 0px 3px; 
	}
	
a:link.navtop { 
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
	 }

a:active.navtop {
	text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	color: #ffffff; 
	}

a:visited.navtop { 
	text-decoration: none; 
	text-transform: none;
	font-weight: normal;
	color: #ffffff; 
	}

a:hover.navtop { 
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
	}

a.navtop-at {
	font-family: Arial,Verdana,Geneva,sans-serif; 
	font-size: 12px; text-decoration: underline; 
	font-weight: normal; 
	color: #ffffff;  
	padding: 0px 3px 0px 3px;
	}

a:link.navtop-at    { 
	text-decoration: underline; 
	text-transform: none; 
	font-weight: normal; 
	color: #ffffff; 
	}
	
a:active.navtop-at  { 
	text-decoration: none; 
	text-transform: none;
	font-weight: normal;
	color: #cf4044; 
	}
	
a:visited.navtop-at { 
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #ffffff;
	}
	
a:hover.navtop-at { 
	text-decoration: underline; 
	text-transform: none; 
	font-weight: normal;
	color: #ffffff; 
	}





/*------------------------------------------------------------------------*/
/*     Top Navigation                                                     */
/*------------------------------------------------------------------------*/

/*
.NavTopContainer {
	width: 100%;
	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;
	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: 0px;
	text-decoration: none;
	}

#tabs a span {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	/* border-right: 1px solid #fec438;
	border-left: 1px solid #fed54a; 
	}

/* 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: #fff;
	background: url("/style/template/bkg-NavTopOn.gif") repeat-x top left;
	}

#tabs #selected a span, #header #current a {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 5px 6px;
	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;
	}

