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

.vertlist {
	float: left;
	margin-bottom: 3px;
	width: 100%;
	vertical-align: top;
	height: 500px;
	left: auto;
	top: auto;
	font-size: 12px;
	margin-left: 2px;
	border-top: thin #CCC;
	border-right: thin #CCC;
	border-bottom: thin #CCC;
	border-left: thin #CCC;
}

.vertlist a:visited
{
	height: 20px;
	color: #FEE101;
	background : #000000;
	text-decoration: none;
	font-size: 12px;
}
.vertlist a:hover
{
	background : url(../Resources/TinyDaff.gif) no-repeat right top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}
body#home a#homenav,
body#flowers a#flowersnav,
body#prices a#pricesnav,
body#testimonials a#testimonialsnav,
body#contact a#contactnav,
body#wedding a#weddingnav,
body#bouquets a#bouquetsnav,
body#christmas a#christmasnav,
body#memorial a#memorialnav,
body#other a#othernav
{
	height: 20px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../Resources/TinyDaff.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}

