/*
		CSS Style for:	Navigation Branding
		
		Written by William Troup
*/


/* 	The "Branding" styles
	(These are the main blocks that need to be styled based on the brand that is being used.)
	----------------------------------------------------------------------------------------------------------------------------------------------- */

.navTop_Logo {
	position: 							absolute !important; 
	top: 								0px !important; 
	height: 							38px; 
	width: 								170px; 
	background-image: 					url(../images/logo/right_logo.png);
	background-repeat: 					no-repeat !important; 
	margin-right: 						25px !important; 
	margin-top: 						17px !important;
	top: 								0px !important; 
	left: 								10px !important;
}


/*  
	-----------------------------------------------------------------------------------------------------------------------------------------------
  	End of File:  branding.css	
  	-----------------------------------------------------------------------------------------------------------------------------------------------
*/