/* CSS Document */

/* This style sheet is for the main navigation used on all of the pages. Please note the page ID's
immediately following this comment that are to be used in the <body> tag of each appropriate page.
This will give the user visual feedback as to what page/section they're currently in. */

#home #nav #menu #t1 a:link,
#home #nav #menu #t1 a:visited,
#home #nav #menu #t1 a:hover,
#aboutus #nav #menu #t2 a:link,
#aboutus #nav #menu #t2 a:visited,
#aboutus #nav #menu #t2 a:hover,
#signup #nav #menu #t3 a:link,
#signup #nav #menu #t3 a:visited,
#signup #nav #menu #t3 a:hover,
#booklet #nav #menu #t4 a:link,
#booklet #nav #menu #t4 a:visited,
#booklet #nav #menu #t4 a:hover,
#storelocator #nav #menu #t5 a:link,
#storelocator #nav #menu #t5 a:visited,
#storelocator #nav #menu #t5 a:hover,
#orgs #nav #menu #t6 a:link,
#orgs #nav #menu #t6 a:visited,
#orgs #nav #menu #t6 a:hover,
#contactus #nav #menu #t7 a:link,
#contactus #nav #menu #t7 a:visited,
#contactus #nav #menu #t7 a:hover {
	color: #850037;
}
#nav {
	width: 642px;
	margin: 6px 0;
	list-style-type: none;
	background-color: #FFF;
	font-size: 10px;
	font-weight: bold;
}
#nav ul {
	margin-left: 4px;
}
#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	display: inline;
	text-align: center;
	margin-left: -4px;
}
#menu li a:link,
#menu li a:visited,
#menu li a:active {
	color: #a89b00;
	text-decoration: none;
	line-height: 35px;
	padding: 11px 6px;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #850037;
}
