/* Default Links */

a:link         	{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited    		{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:active    		{
	color: #999999;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover	   	{
	color: #999999;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Navigation */

.nav_links a:link		{ color:#000000; }   	
.nav_links a:visited	   	{ color:#000000; }
.nav_links a:active	   	{ color:#000000; }
.nav_links a:hover		{ color:#ffffff; }

body {
	color: #FFFFFF;
}

#nav {	/* Navigation List Style */
	float: inherit;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0.6em 0 0 0;
	font-face: arial, verdana, 'times new roman';
	;
	color: #C9C9D7;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav ul {  /* Base Unordered List Style */
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0;
}

#nav a { /* Link Style under Nav */
	display: block; /* sets the link to be full element istead of just text */
	text-decoration: none;
	padding: 10px;
	background-color: #000000;
}

#nav li { /* Base (level 1) List Element Style */
	float: left;	
}

#nav li ul { /* Unordered lists nested within a base list item */	
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;	
}

#nav li li { /* List item nested within a base list item */
	width: 21em;
	w\idth: 20em; /* IE hack to allow for alternate widths for multiple browsers */
	clear: left;	
}

#nav li ul a { /* Link style of an unordered list nested within a base list item */
	width: 20em;
	w\idth: 19em; /* IE hack to allow for alternate widths for multiple browsers */
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0.53em;	
	background: #ccc;
}

#nav li ul a:hover { /* Hover style of link in an unorderd list nested within a base list element */
	background-color: #58765f; color: #FFFFFF; 
}

#nav li ul a#bottom { /
	width: 20em;
	w\idth: 19em; /* IE hack to allow for alternate widths for multiple browsers */
	border-bottom: 1px solid #CCCCCC;
	padding: 0.53em;	
}

#nav li ul a#main_bot {
	width: 20em;
	w\idth: 19em; /* IE hack to allow for alternate widths for multiple browsers */
	border-bottom: 1px solid #000000;
	padding: 0.53em;
	padding-bottom: 0.55em;
}

#nav li ul a#sub_bot {
	width: 20em;
	w\idth: 19em; /* IE hack to allow for alternate widths for multiple browsers */
	border-bottom: 1px solid #CCCCCC;
	padding: 0.53em;
	padding-bottom: 0.55em;
}

#nav li ul ul {
	margin: -2.55em 0 0 20.1em; // secondary menu spacing	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;	
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: none;
}

