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

a.wedrollover {
	display: block;
	width: 253px;
	height: 100px;
	background: url(../images/Nav_Wedding.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.wedrollover {
	background-position: -253px 0;
}
a.partyrollover {
	display: block;
	width: 253px;
	height: 100px;
	background: url(../images/Nav_HostParty.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.partyrollover {
	background-position: -253px 0;
}
a.handbagrollover {
	display: block;
	width: 253px;
	height: 100px;
	background: url(../images/Nav_Handbags.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.handbagrollover {
	background-position: -253px 0;
}
a.everyrollover {
	display: block;
	width: 253px;
	height: 100px;
	background: url(../images/Nav_Everyday.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.everyrollover {
	background-position: -253px 0;
}
a.restaurant {
	display: block;
	width: 184px;
	height: 204px;
	background: url(../images/restaurantsignpost.jpg) 0 0 no-repeat;
	text-decoration: none;
}
a:hover.restaurant {
	background-position: -184px 0;
}
.cssnav {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(overbtn.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 211px;
	height: 44px;
	margin: 0;
	padding: 0;
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 211px;
	height: 44px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}
.cssnav img {
	width: 211px;
	height: 44px;
	border: 0
}
* html a:hover {
	visibility:visible
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 35px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
