@charset "UTF-8";
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: right;
	cursor: pointer;
	float: left;
	vertical-align: text-bottom;
}



/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: transparent;
}

/*******************************************************************************/


 /*******************************************************************************/

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	background: #FFF;
	}
}
#nav {
	float: right;
	padding-top: 25px;
}

ul.FooterBarActive
{
	z-index: 1000;
}




FooterBarHorizontal {
	font-size: 100%;
	cursor: default;
	width: auto;
	clip: inherit;
}


ul.FooterBarHorizontal li {
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	float: left;
}
ul.FooterBarHorizontal ul {
	list-style-type: none;
	font-size: 100%;
	cursor: default;
}
ul.FooterBarHorizontal a {
	display: block;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 9px;
	text-transform: capitalize;
	letter-spacing: 1pt;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	margin-right: 30px;
	font-weight: lighter;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 0px;
}
ul.FooterBarHorizontal a:hover, ul.FooterBarHorizontalBarHorizontal a:focus {
	color: #9dcf15;
	text-decoration: none;
	background-color: transparent;
}
.footerLine {
	color: #a6ce39;
}
.footerLink {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #807773;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

.footerLink:hover {
	color: #a6ce39;
	text-decoration: underline;
	font-weight: bolder;
	background-color: #000;
}

