/* Start of CMSMS style sheet 'NewMenu' */
/* menu text */
#home {
	position: absolute;
	z-index: 60;
	left: 6px;
	top: 9px;
}

#menu {
	position: absolute;
	z-index: 60;
	left: 72px;
	top: 9px;
}

#locations {
	position: absolute;
	z-index: 60;
	left: 138px;
	top: 9px;
	width: 93px;
}

#bakery {
	position: absolute;
	z-index: 60;
	left: 246px;
	top: 9px;
}

#catering {
	position: absolute;
	z-index: 60;
	left: 496px;
	top: 9px;
}

#about {
	position: absolute;
	z-index: 60;
	left: 398px;
	top: 9px;
}

#contact {
	position: absolute;
	z-index: 60;
	left: 496px;
	top: 9px;
}
#new{
	position: absolute;
	z-index: 60;
	left: 696px;
	top: 9px;
}

/* You named this layer menu */
#main_menu{
	position: absolute;
	left: 52px;
	top: 78px;
	height: 29px;
	z-index: 68;
	width: 1000px;
text-decoration:none;

}

#main_menu a {
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	font-family: Arial;
	text-decoration:none;
}
#main_menu a:hover {
	color:#FFCC33;
	font-size:15px;
	font-weight:bold;
	font-family: Arial;
	text-decoration:none;

}


/* End of 'NewMenu' */

