/* FIXED or FLUID WIDTH
 * 
 * Uncomment the lines below to have a fixed width layout.
 * You can modify the .sizer width or change it to 90% or whatever for a fluid layout.
 */


.sizer {
	width: 1024px !important;
	max-width: none;
}
.page {
	padding: 0;
}
.expander0 {
	margin: 0;
	min-width: none;
}
*/



/* SPECIAL STATIC-MENU COLORS
 * 
 * Uncomment this to have different colors for first and last menu items.
 */

/*
#navlist li.first a {
	background: #D0932C;
}
#navlist li.last a {
	background: #BF5D8C;
}
*/


/*
 * Change the values below accordingly: XXX=menu numer; YYY=background color.
 */
 
/*
#navlist li.menu-XXX a {
	background: #YYY;
}
*/



