/* CSS Author - Jon Moore - www.black-box-designs.co.uk */
/* ---------------------------------------------------------- NAVIGATION ---------------------------------------------------------- */
/* ----------------------------- HOME Navigation ---------------------------------------------------------- */
#nav-home, #nav-home ul, #nav-home li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-home a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-home a:link, #nav-home a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-home a:hover, #nav-home a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../images/home-nav.gif);
}
/* ----------------------------- CONTACT US Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-contact, #nav-contact ul, #nav-contact li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-contact a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-contact a:link, #nav-contact a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-contact a:hover, #nav-contact a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../contact-us/contact-nav.gif);
}
/* ----------------------------- NEWS Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-news, #nav-news ul, #nav-news li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-news a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-news a:link, #nav-news a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-news a:hover, #nav-news a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../news/news-nav.gif);
}
/* ----------------------------- WEDDINGS Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-weddings, #nav-weddings ul, #nav-weddings li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-weddings a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-weddings a:link, #nav-weddings a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-weddings a:hover, #nav-weddings a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../weddings/weddings-nav.gif);
}
/* ----------------------------- WAISTCOATS Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-waistcoats, #nav-waistcoats ul, #nav-waistcoats li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-waistcoats a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-waistcoats a:link, #nav-waistcoats a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-waistcoats a:hover, #nav-waistcoats a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../waistcoats/waistcoats-nav.gif);
}
/* ----------------------------- HIGHLAND DRESS Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-highland, #nav-highland ul, #nav-highland li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-highland a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-highland a:link, #nav-highland a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-highland a:hover, #nav-highland a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../highland-dress/highland-nav.gif);
}
/* ----------------------------- EVENING WEAR Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-evening, #nav-evening ul, #nav-evening li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-evening a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-evening a:link, #nav-evening a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-evening a:hover, #nav-evening a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../evening-wear/evening-nav.gif);
}

/* ----------------------------- SETS US APART Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-set-us-apart, #nav-set-us-apart ul, #nav-set-us-apart li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-set-us-apart a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-set-us-apart a:link, #nav-set-us-apart a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-set-us-apart a:hover, #nav-set-us-apart a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../set-us-apart/set-us-nav.gif);
}

/* ----------------------------- ABOUT US Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-about-us, #nav-about-us ul, #nav-about-us li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-about-us a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-about-us a:link, #nav-about-us a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-about-us a:hover, #nav-about-us a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../about-us/about-us-nav.gif);
}

/* ----------------------------- REQUEST Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-request, #nav-request ul, #nav-request li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-request a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-request a:link, #nav-request a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-request a:hover, #nav-request a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../about-us/about-us-nav.gif);
}

/* ----------------------------- WEDDING-PACK Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-wedding-pack, #nav-wedding-pack ul, #nav-wedding-pack li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-wedding-pack a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-wedding-pack a:link, #nav-wedding-pack a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-wedding-pack a:hover, #nav-wedding-pack a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../about-us/about-us-nav.gif);
}

/* ----------------------------- WEDDING-PACK Navigation ---------------------------------------------------------- */
/* These properties set the properties for the navigation in the left column */
#nav-links, #nav-links ul, #nav-links li {	/* These properties set the <LI> tag for the links in the navigation bar */
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 16px;
}
#nav-links a {
	/* These properties set the <A> tag for the links in the navigation bar. This general <A> tag must be set otherwise some browsers show a visited link in the defaul value rather than the one set in a:visited */
	text-align: left;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 16px;
}
#nav-links a:link, #nav-links a:visited {
	/* These properties affect the link and visited <A> tags used in the navigation bar */
	color: #666666;
	background-image: url(../images/blank-nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}
#nav-links a:hover, #nav-links a:active {
/* These properties affect the hover and active <A> tags used in the navigation bar */
	color: #000000;
	background-image: url(../about-us/about-us-nav.gif);
}