/*<agl.folder "wd-navigation">*/
	#navContainer {
	position:absolute;
	width:864px;
	height:30px;
	z-index:500;
	display:block;
}
	#navigation ul {
	color:#f6e8cd;
	font-weight:normal;
	list-style-type:none;
}
	#navigation li {
	background-color:#747474;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	position:relative;
	float:left;
	height:30px;
}
	#home {
	text-align:center;
	width:94px;
}
	#flowercon {
	text-align:left;
	width:126px;
}
	#furniture {
	text-align:center;
	width:108px;
}
	#furniture2 {
	text-align:left;
	width:108px;
}
	#drapes {
	text-align:center;
	width:100px;
}
	#pillows {
	text-align:center;
	width:120px;
}
	#carpets {
	text-align:center;
	width:100px;
}
	#projects {
	text-align:left;
	width:108px;
}
	#catalog {
	text-align:center;
	width:108px;
}
	#catalog2 {
	text-align:left;
	width:108px;
}
	#navigation a:link,#navigation a:visited {
	color:#f6e8cd;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	background-color:#747474;
	text-decoration:none;
	display:block;
	height:21px;
	padding-top:5px;
	padding-right:0;
	padding-bottom:0;
}
	#navigation a:hover {
	color:#f6c8c8;
	background-color:#747474;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 -40px;
	text-decoration:underline;
}
	#navigation a:active {
	color:#fa8080;
	background-color:#6d6d6d;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 -80px;
}
	#navigation li ul {
	position:absolute;
	left:-10000px;
}
	#navigation li:hover ul {
	display:block;
	left:0;
}
	#navigation li li {
	background-color:#747474;
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:0 0;
}
	#navigation li li a:link,#navigation li li a:visited {
	text-transform:none;
	padding-left:10px;
}
	#navigation li li a:hover,#navigation li li a:active {
	color:#f6c8c8;
	background:#747474;
	border-right:4px solid #f6c8c8;
	border-left:4px solid #f6c8c8;
}
	#navigation li li a:active {
	color:#fa8080;
	border-right-color:#fa8080;
	border-left-color:#fa8080;
}
/*</agl.folder>*/
