/* Common style */
#TrailNav, 
#LinkNav, 
#TabNav, 
#ButtonNav, 
#DropdownNav, 
#TreeNav {
	font-family: arial;
	font-weight: bold;
	background:#F1F1F1;
	margin:0;
	padding:0;	
}
/*----------------------------------------------------------*/
/* Tab Nav Specific Style */

/* CSS Tabs */
#TabNav {
	float:left;
	width:100%;
	background:#F1F1F1;	
	font-size:100%;
	line-height:normal;
	border-bottom:1px solid #CCC;
}

#TabNav ul {
	margin:0;
	padding:10px 10px 0 5px;
	list-style:none;
}

#TabNav li {
	display:inline;
	margin:0;
	padding:0;
}

#TabNav a {
	float:left;
	background:url("img/tableft3.gif") no-repeat left top;
	color:#4B4B4B;
	font-weight: bold;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#TabNav a span {
	float:left;
	display:block;
	background:url("img/tabright3.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#4B4B4B;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#TabNav a span {float:none;}
/* End IE5-Mac hack */
#TabNav a:hover span {
	color:#4B4B4B;
}

#TabNav a:hover {
	background-position:0% -42px;
	color:#4B4B4B;
}

#TabNav a:hover span {
	background-position:100% -42px;
	color:#4B4B4B;
}

#TabNav #current a {
	background-position:0% -42px;
}
#TabNav #current a span {
	background-position:100% -42px;	
	color:#4B4B4B;
}
/* End of CSS Tabs */



/*----------------------------------------------------------*/
/* Button Nav Specific Style */
#ButtonNav {
	width: auto;
	border:1px solid #664400;
	border-width:1px 1px 1px 1px;
}
#ButtonNav li {
	display:block;
	list-style-type: none;
}

#ButtonNav a:link,
#ButtonNav a:hover,
#ButtonNav a:active, 
#ButtonNav a:visited {
	color:#664400;
	background:transparent;
	text-decoration:none;
}


/* Copy to fill below */
#TrailNav {

}

#LinkNav {
	margin:0;
	padding:0;
}

#LinkNav p.current_link {
	color:#c00;
	display:inline;			/* no line break after link */
}

#LinkNav a:link,
#LinkNav a:hover,
#LinkNav a:active, 
#LinkNav a:visited {
	color:#000;
	/*background:#b2b580;*/
	margin:0px 0px 1px 1px;
	/*text-decoration:none;*/

}

#SiteNav a:link,
#SiteNav a:hover,
#SiteNav a:active, 
#SiteNav a:visited {
	color:#664400;
	
}

#SiteNav li {
	padding:0px;
	margin:0px;
}

/*

#DropdownNav {

}

#TreeNav {

}
*/

