/* BEGIN top menu
-----------------------------------------------------------------------------*/
#menu-top {
	position: relative;
	width: 760px;
	height: 35px;
	margin: 0 auto;
	background: #9cf url(../images/layout/bg_menu_top.gif) 0 0 no-repeat;
	padding: 0 100px;
}

#menu-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
	line-height: 30px;
	text-transform: uppercase;
}

#menu-top ul li {
	float: left;
	padding: 0 0 0 20px;
	white-space: nowrap;
}

#menu-top a:link,
#menu-top a:visited {
	color: #9cf;
	text-decoration: none;
}

#menu-top a:hover,
#menu-top a:active {
	color: #fff;
}

#google {
	float: right;
	padding: 5px 20px 0 0;
}

#google input {
	width: 150px;
	font-size: 11px;
	border: 0;
	padding: 2px 1px;
}

/* BEGIN main menu
-----------------------------------------------------------------------------*/
#menu-main {
	position: absolute;
	top: 47px;
	left: 233px;
	width: 658px;
	height: 30px;
	background: #9cf url(../images/layout/bg_menu_main.gif) 0 -30px no-repeat;
}

/* all menu lists */
#menu-main ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	width: 658px;
	height: 30px;
}

/* all list items */
#nav li {
	float: left;
	position: relative;
	margin: 0;
}

/* all top level links */
#nav li a.top:link,
#nav li a.top:visited {
	display: block;
	float: left;
	height: 30px;
	background: transparent url(../images/layout/bg_menu_main.gif) 0 0 no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999em;
	text-decoration: none;
}

#nav li.find a.top:link,
#nav li.find a.top:visited {
	width: 75px;
	background-position: 0 0;
}

#nav li.do a.top:link,
#nav li.do a.top:visited {
	width: 64px;
	background-position: -75px 0;
}

#nav li.go a.top:link,
#nav li.go a.top:visited {
	width: 96px;
	background-position: -139px 0;
}

#nav li.green a.top:link,
#nav li.green a.top:visited {
	width: 124px;
	background-position: -235px 0;
}

#nav li.connect a.top:link,
#nav li.connect a.top:visited {
	width: 134px;
	background-position: -359px 0;
}

#nav li.about a.top:link,
#nav li.about a.top:visited {
	width: 90px;
	background-position: -493px 0;
}

#nav li.link a.top:link,
#nav li.link a.top:visited {
	width: 75px;
	background-position: -583px 0;
}

/* This hover effect is placed on the list item rather than the link so as to the keep effect intact
as the user mouses over the submenus */
#nav li:hover a.top:link,
#nav li:hover a.top:visited,
#nav li.selected a.top:link,
#nav li.selected a.top:visited,
#nav li.sfhover a.top:link,
#nav li.sfhover a.top:visited {
	background: none;
	border: 0;
}

/* second-level lists */
#nav li ul {
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	z-index: 100;
	top: 30px;
	width: 150px;
	margin: 0;
	background: #9cf url(../images/layout/bg_menu_main_ul.gif) left bottom no-repeat;
	padding: 5px 0 3px;
	font-size: 11px;
	line-height: 14px;
}

#nav li ul li {
	float: none;
	margin: 0;
}
	
#nav li ul a:link,
#nav li ul a:visited {
	display: block;
	width: 130px;
	color: #009;
	text-decoration: none;
	padding: 6px 10px;
}

#nav li ul li:hover,
#nav li ul li.sfhover,
#nav li ul li:hover a:link,
#nav li ul li:hover a:visited,
#nav li ul li.sfhover a:link,
#nav li ul li.sfhover a:visited,
#nav li ul a:hover,
#nav li ul a:active {
	color: #fff;
	border: 0;
	background-color: #039;
}

/* third-and-above-level lists */
#nav li ul ul {
	margin: -1em 0 0 150px;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 0;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	top: 0;
	left: -999em;
	padding: 0;
	background-color: #039;
	background-image: none;
}

/* lists nested under hovered list items */
#nav li li:hover ul,
#nav li li.sfhover ul {
	left: 0;
	margin: 0 0 0 150px;
}

#nav li:hover ul ul a:link,
#nav li:hover ul ul a:visited,
#nav li.sfhover ul ul a:link,
#nav li.sfhover ul ul a:visited {
	color: #fff;
}

/* BEGIN homepage quick links
-----------------------------------------------------------------------------*/
ul.menu-quick-links {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu-quick-links li {
	width: 220px;
	height: 52px;
	margin: 0 0 4px;
	padding: 0;
}

ul.menu-quick-links li.go {
	margin: 0;
}

ul.menu-quick-links li a:link,
ul.menu-quick-links li a:visited {
	display: block;
	width: 220px;
	height: 52px;
	margin: 0;
	background: #fff url(../images/home/bg_menu_quick_links.gif) 0 0 no-repeat;
	padding: 0;
	font-size: 1px;
	line-height: -1px;
	text-indent: -9999em;
}

ul.menu-quick-links li.find a:link,
ul.menu-quick-links li.find a:visited {
	background-position: 0 0;
}

ul.menu-quick-links li.find a:hover,
ul.menu-quick-links li.find a:active {
	background-position: -220px 0;
}

ul.menu-quick-links li.do a:link,
ul.menu-quick-links li.do a:visited {
	background-position: 0 -52px;
}

ul.menu-quick-links li.do a:hover,
ul.menu-quick-links li.do a:active {
	background-position: -220px -52px;
}

ul.menu-quick-links li.park a:link,
ul.menu-quick-links li.park a:visited {
	background-position: 0 -104px;
}

ul.menu-quick-links li.park a:hover,
ul.menu-quick-links li.park a:active {
	background-position: -220px -104px;
}

ul.menu-quick-links li.go a:link,
ul.menu-quick-links li.go a:visited {
	background-position: 0 -159px;
}

ul.menu-quick-links li.go a:hover,
ul.menu-quick-links li.go a:active {
	background-position: -220px -159px;
}

ul.menu-quick-links li.green a:link,
ul.menu-quick-links li.green a:visited {
	background-position: 0 -214px;
}

ul.menu-quick-links li.events a:link,
ul.menu-quick-links li.events a:visited {
	background-position: 0 -268px;
}

/* BEGIN business category menu
-----------------------------------------------------------------------------*/
.treeview, .treeview ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

.treeview ul {
	background-color: #fed;
	margin: 4px 0 0 !important;
}

.treeview .hitarea {
	background: url(/themes/site_themes/2009/shared/images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin: 0 0 0 -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0 3px 16px;
	font-weight: bold;
}

.treeview li li { 
	font-weight: normal;
}

.treeview li a { 
	padding: 1px 4px;
}

.treeview a.selected {
	background-color: #039;
	color: #fff;
	font-weight: bold;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(/themes/site_themes/2009/shared/images/treeview/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/themes/site_themes/2009/shared/images/treeview/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/themes/site_themes/2009/shared/images/treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/themes/site_themes/2009/shared/images/treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/themes/site_themes/2009/shared/images/treeview/file.gif) 0 0 no-repeat; }