
/*
 *	Alternate stylesheet for the nav bar 
 * (used on the 2nd Tier pages)
 */

/* content stylings for navigation bar */
#topNavBar
{ 
	text-align:center; 
	margin-left:12px;
	height:23px;
}
	.navBtnDiv
	{
		float:left;
		background-color:#d9d4b7;
		color:rgb(117,114,95);
		
		text-align:center;
		font-variant:small-caps;
		font-family:Verdana;
		font-size:10pt;
		font-weight:bold;
		text-decoration:none;
		
		height:20px;
		width:205px;
				
		margin-left:2px;
	}
	
	/*
	 * The following two classes and pseudoclasses
	 * MUST BE THE SAME the second one is for 
	 * javascript rollovers on the search page
	 */
	.navBtnDiv:hover
	{
		float:left;
		background-color:#626f74;
		color:#d5d9da;
		
		text-align:center;
		font-variant:small-caps;
		font-family:Verdana;
		font-size:10pt;
		font-weight:bold;		
		height:20px;
		width:205px;				
		margin-left:2px;		
		cursor:pointer; 
		text-decoration:underline; 
	}
	
	
	.navBtnDivHover
	{
		float:left;
		background-color:#626f74;
		color:#d5d9da;
		
		text-align:center;
		font-variant:small-caps;
		font-family:Verdana;
		font-size:10pt;
		font-weight:bold;		
		height:20px;
		width:205px;				
		margin-left:2px;		
		cursor:pointer; 
		text-decoration:underline; 
	}

	.searchDivBtn
	{
		float:left;
		background-color:#b31b34;
		color:#fbf2f3;
		
		text-align:center;
		font-variant:small-caps;
		font-family:Verdana;
		font-weight:bold;
		font-size:10pt;
		text-decoration:none;
		
		height:20px;
		width:105px;
		
		vertical-align:middle;
		
		margin-left:2px;
	}
	
	/*
	 * The following two classes and pseudoclasses
	 * MUST BE THE SAME the second one is for 
	 * javascript rollovers on the search page
	 */
	.searchDivBtn:hover
	{
		float:left;
		color:#d5d9da; 
		background-color:#626f74; 
		cursor:pointer;
		text-decoration:none;		
		text-align:center;
		font-variant:small-caps;
		font-family:Verdana;
		font-weight:bold;
		font-size:10pt;		
		height:20px;
		width:105px;		
		vertical-align:middle;		
		margin-left:2px;
	}
	
	.searchDivBtnHover
	{
		float:left;
		color:#d5d9da; 
		background-color:#626f74; 
		cursor:pointer;
		text-decoration:none;		
		text-align:center;
		font-variant:small-caps;
		font-family:Verdana;
		font-weight:bold;
		font-size:10pt;		
		height:20px;
		width:105px;		
		vertical-align:middle;		
		margin-left:2px;
	}
/* **************************************** */