#nav
{
	position: relative;
	height: 40px;
	width: 768px;
	padding: 0px;
	color: #fff;
	background: #ffffff;
}

#nav #navLinks
{
	position: relative;
	min-height: 23px;
	height: auto;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	
	
	
}


#nav #navLinks a
{
	display: inline;
	padding: 4px 14px 5px 4px;
	border-left: 0px solid #17164f;
	border-right: 0px solid #17164f;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	min-height: 23px;
	height: auto;
	background: url(images/Fathom-Button.gif);
}

#nav #navLinks a.current
{
	
	color: #00000;
	border-left: 0px solid #17164f;
	
}

.topCatsTabLeft {
	background-image: url(images/Left.gif);
	background-repeat: no-repeat;
	width: 7px;
}

.topCatsTabRight {
	background-image: url(images/right.gif);
	width: 7px;
	background-repeat: no-repeat;
}

#nav #navLinks a:hover
{
	
	color: #00000;
	border-left: 0px solid #17164f;
	
}

#nav2, #goto, #directions
{
	background: bottom right no-repeat;
	padding-bottom: 10px;
	height: 600px;
}

#goto, #directions { margin: 10px 0px 0px; }


#nav2 .header
{
	background: #5e9ca8 top left no-repeat;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 10px 3px;
	margin: 0px 0px 6px;
	border: 0;
}

#nav2 a, #goto a, #nav2 span.section, #goto .header, #directions a, #directions .header
{
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}

#goto .header, #directions .header { padding: 6px 10px 3px; margin: 0; }

#goto .tl, #directions .tl
{
	background: #cceaf3 top left no-repeat;
	border: 0;
	color: #000;
	cursor: default;
}

#goto div.rule, #directions div.rule
{ 
	background:  center left repeat-x;
	margin: 0px 10px; 
}

#nav2 a.section, #nav2 span.section
{
	color: #000;
	cursor: default;
}

#nav2 a.section { cursor: pointer; }

#nav2 a.page, #goto a, #directions a
{
	color: #0096c6;
	cursor: pointer;
}

#nav2 a.page:before, #goto a.page:before { content: "- "; }
#nav2 a.long, #goto a.long { margin-left: 0.3em; }
#nav2 a.long:before, #goto a.long:before { margin-left: -0.8em; }

#nav2 a.current { background: #61b2c3; }
#nav2 a.page:hover, #goto a.page:hover { background: #61b2c3; }
#goto a.link:hover, #directions a.link:hover { color: #017397; }

#goto div.w3c { float: left; padding: 0; }
#goto div.w3c a { padding: 0; }
#goto div.w3c img { border: 0; }

#directions p 
{ 
	font-size: 90%;
	line-height: 1.3em;
	padding: 2px 0px; 
	margin: 0;
}
#directions p a 
{ 
	display: inline; 
	font-size: 100%; 
	padding: 0; 
}
#directions form 
{  
	font-size: 90%;
	line-height: 1.3em;
	padding: 5px 0px; 
	margin: 0;
}
#directions input.text { width: 100px; vertical-align: middle; }
#directions input.button { vertical-align: middle; }
#directions ul
{
 	margin: 0;
 	padding: 0;
	margin-left: 2em;
	list-style-image: 
}
#directions ul a { padding-left: 0; }
