@charset "UTF-8";
/* CSS Document */

#menu2 .topper {
	width: 200px;
	height: 35px;
	background-image: url(images/menus/images/topper.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: 666666;
}
#menu2 .franchise {
	width: 200px;
	height: 35px;
	background-image: url(images/menus/images/franchise.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 25px;
}
#menu2 .careers {
	width: 200px;
	height: 35px;
	background-image: url(images/menus/images/careers.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 60px;
}
#menu2 .privacy {
	width: 200px;
	height: 60px;
	background-image: url(images/menus/images/privacy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 95px;
	background-color: 666666;
}
#menu2 .bottomer {
	width: 200px;
	height: 25px;
	background-image: url(images/menus/images/topper.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 160px;
}
