@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	MENU
------------------------------------------- */
#stylecraftmenu, #stylecraftmenu ul {
	margin: 60px 0 0 94px;
	padding: 0;
	list-style: none;
}
#stylecraftmenu a {
	display: block;
	height: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	color: #3C2A2A;
}
#stylecraftmenu a.first {
	background: url(../images/btn_DentalCabinets.jpg) no-repeat 0 0;
	width: 100px;
}
#stylecraftmenu a.first:hover {
	background: url(../images/btn_DentalCabinets.jpg) no-repeat 0 -25px;
	color: black;
}
#stylecraftmenu a.second {
	background: url(../images/btn_HealthcareCabinetry.jpg) no-repeat;
	width: 125px;
}
#stylecraftmenu a.second:hover {
	background: url(../images/btn_HealthcareCabinetry.jpg) no-repeat 0 -25px;
	color: black;
}
#stylecraftmenu a.third {
	background: url(../images/btn_CompleteOfficesVideos.jpg) no-repeat;
	width: 140px;
}
#stylecraftmenu a.third:hover {
	background: url(../images/btn_CompleteOfficesVideos.jpg) no-repeat 0 -25px;
	color: black;
}
#stylecraftmenu a.fourth {
	background: url(../images/btn_DentalOfficeDesign.jpg) no-repeat;
	width: 120px;
}
#stylecraftmenu a.fourth:hover {
	background: url(../images/btn_DentalOfficeDesign.jpg) no-repeat 0 -25px;
	color: black;
}
#stylecraftmenu a.fifth {
	background: url(../images/btn_ArchitecturalWoodwork.jpg) no-repeat;
	width: 135px;
}
#stylecraftmenu a.fifth:hover {
	background: url(../images/btn_ArchitecturalWoodwork.jpg) no-repeat 0 -25px;
	color: black;
}

#stylecraftmenu li {
	float: left;
}
#stylecraftmenu li ul {
	position: absolute;
	left: -999em;
}
#stylecraftmenu li:hover ul, #stylecraftmenu li.sfhover ul {
	left: auto;
}
