#nav {
	margin: 0px;
	padding: 0px;
}
#nav li.top {
	display:block;
	float:left;
}
#nav li a {
	display:block;
	float:left;
	/*height:39px;*/
	width:120px;
	text-decoration:none;
	padding:0px;
	cursor:pointer;
}
#nav li a b {
	margin-left:-999px;
}
#nav li a.home {
	background-image: url(../images/home.jpg);
	width: 53px;
	height: 39px;
}
#nav li a.flowers {
	background-image:url(../images/flowers.jpg);
	width: 68px;
	height: 39px;
}
#nav li a.services {
	background-image:url(../images/services.jpg);
	width: 75px;
	height: 39px;
}
#nav li a.delivery {
	background-image:url(../images/delivery.jpg);
	width: 71px;
	height: 39px;
}
#nav li a.about {
	background-image:url(../images/about.jpg);
	width: 62px;
	height: 39px;
}
#nav li a.contact_us {
	background-image:url(../images/contact_us.jpg);
	width: 97px;
	height: 39px;
}
#nav li:hover a,
#nav a:hover {
	background-position: 0 39px;
}
/*.sub ul {
	background-image: url(../images/curve.png);
	background-repeat: no-repeat;
	background-position: bottom;
}*/
#nav .sub {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	color: #000000;
	text-align: left;
	/*background-image: url(../images/curve.png);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
#nav li:hover {
	position:relative;
	z-index:200;
	text-align: left;
}
#nav a:hover {
	position:relative;
	white-space:normal;
	z-index:200;
	text-align: left;
}
#nav :hover ul.sub {
	left:0;
	top:38px;
	/*width:136px;*/
	z-index:300;
}
#nav :hover ul.sub li {
	display:block;
	position:relative; 
	float:left; 
	/*width:136px; */
	font-weight:normal;
	background-color: #f7f7f7;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
#nav :hover ul.sub li a {
	display:block;
	/*width:150px; */
	text-decoration:none; 
	padding: 5px 10px 5px 10px;
	cursor:pointer;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
	
}
#nav :hover ul.sub li a:hover {
	background-position: 0 50px; 
	position:relative;
	background-color: #ff0000;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	text-align: left;
}
.stylecurve {
	background-image: url(../images/curve.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 13px;
}
