/* *** Begin Main Navigation *** */
#nav-main {
	margin: 20px 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
}

#nav-main li {
	text-align: center;
	float: left;
	width: 120px;
	height: 40px;
}

#nav-main li.first-child a {
	background-image: url(/images/layout/nav-main-left.png);
}

#nav-main li.last-child {
	width: 150px;
	background-image: url(/images/layout/nav-main-right.png);
	text-align: left;
}

#nav-main a {
	float: left;
	padding: 10px 0 0 0;
	width: 120px;
	height: 30px;
	color: #1a1a1a;
	background-image: url(/images/layout/nav-main-middle.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

#nav-main .last-child a {
	width: 150px;
}

#nav-main a:hover {
	background-position: 0 -40px !important;
	color: #ffffff;
}

#nav-main a:active, #nav-main li.active a, #nav-main li.active  {
	background-position: 0 -80px !important;
}

#nav-main-home {
	text-indent: -9999em;
}

#nav-main-home.active {
	background-position: 0 0 !important;
}

/* *** End Main Navigation *** */
/* *** Begin Foot Navigation *** */
#nav-footer {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 0 0;
	float:left;
}

#nav-footer li {
	text-align: center;
	float: left;
	width: 90px;
	height: 20px;
	background-image: url(/images/layout/nav-footer-middle.png);
	background-repeat: no-repeat;
}

#nav-footer li:hover {
	background-position: 0 -20px !important;
}

#nav-footer li.active {
	background-position: 0 -40px;
}

#nav-footer a:active, #nav-footer li.active a, #nav-footer li.active  {
	background-position: 0 -40px !important;
}

#nav-footer li.first-child {
	background-image: url(/images/layout/nav-footer-left.png);
}

#nav-footer li.last-child  {
	background-image: url(/images/layout/nav-footer-right.png);
}

#nav-footer a {
	float: left;
	padding: 4px 0 0 0;
	width: 90px;
	height: 16px;
	color: #1a1a1a;
	text-decoration: none;
}

#nav-footer a:hover {
	color: #ffffff;
}

#nav-footer-home.active {
	background-position: 0 0 !important;
}
/* *** End Footer Navigation *** */
/* *** Begin Boo Navigation *** */
#nav-boo {
	font-size: 1.6em;
}
#nav-boo ul {
	width: 780px;
	height: 100px;
}

#nav-boo li {
	float: left;
	width: 195px;
}

#nav-boo a {
	width: 195px;
	height: 100px;
	display: block;
	color: #1a1a1a;
	text-decoration: none;
	background-repeat: no-repeat;
}

#nav-boo a:hover {
	color: #ffffff;
}

#nav-boo img {
	margin: 18px 12px 0 18px;
}

#nav-boo span {
	position: relative;
	top: -30px;
}


#nav-boo-examples a { background-image: url(/images/layout/nav-boo-left.png); }
#nav-boo-examples a:hover { background-position: 0 -100px; }
#nav-boo-examples .active { background-position: 0 -200px !important; }

#nav-boo-install a { background-image: url(/images/layout/nav-boo-middle.png); }
#nav-boo-install a:hover { background-position: 0 -100px; }
#nav-boo-install .active { background-position: 0 -200px !important; }

#nav-boo-download a { background-image: url(/images/layout/nav-boo-middle.png); }
#nav-boo-download a:hover { background-position: 0 -100px; }
#nav-boo-download .active { background-position: 0 -200px !important; }

#nav-boo-docs a { background-image: url(/images/layout/nav-boo-right.png); }
#nav-boo-docs a:hover { background-position: 0 -100px; }
#nav-boo-docs .active { background-position: 0 -200px !important; }

/* *** End Boo Navigation *** */