.header { 
	position			: relative; 
	top					: 0px; 
	height				: 84px;
	background-image	: url("../../../assets/images/common/banner_nacta_interior.gif");	/* directory relative to style sheet */
	background-repeat	: no-repeat;
	z-index				: 700;		/* for drop down menus */
}

.strip { 
	position			: relative; 
	margin-top			: 5px; 
	height				: 123px;
	z-index				: 700;		/* for drop down menus */
}

.leftMenu { 
	float				: left;
	width				: 165px;
	background-color	: #D4BE51; 
}

#menu {
	position			: absolute;
	height				: 20px;
	margin-top			: 64px;
	left				: 337px;
}

.menuItem {
	margin-left			: 0px;
	margin-right		: 0px;
	margin-top			: 6px;
}
