/* Copyright Brian Maroevich */

	/* Controls how the navigation buttons are displayed */
	td .button 		{ 
					width:124px; 
					height:22px; 
					text-align:center; 
					padding-bottom:5px; 
					}
	
	/* Navbuttons category seperators */
	td .seperator 	{ 
					width:124px; 
					height:22px; 
					background:url(img/seperator.gif) no-repeat #c2d9f2; 
					padding-bottom:10px;
					}

	/* The text used in the category seperators */
	.septext 		{ 
					color:#fff; 
					font:bold small-caps 12px Arial,Tahoma;
					text-align:center; 
					}