/*
-------------------------------------------
File: 'Blueball FreeStacks' fscontent.css Style Sheet
Created: 17, January, 2011
Last Modified: 20, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

#stacks_in_587_page21 {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#stacks_in_587_page21 #content {
	font-size: 13px;
	line-height: 19px;
}

#stacks_in_3300_page21 .stacks_left {
	float:left;
	width:19%;
}

#stacks_in_3300_page21 .stacks_right {
	float:right;
	width:79%;
}
#stacks_in_3295_page21 .stacks_left {
	float:left;
	width:79%;
}

#stacks_in_3295_page21 .stacks_right {
	float:right;
	width:19%;
}/*
-------------------------------------------
File: 'Blueball FreeStacks' fsnavmenu5.css Style Sheet
Created: 03, December, 2010
Last Modified: 24, April, 2012
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Copyright 2010-2012 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


#nav {
}

#nav ul {
	bottom: 0;
	left: 0;
	background: #3399CC;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 130px;
}

*:first-child+html #nav ul {
	line-height: 18px;
}

#nav ul li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 130px;
}

*:first-child+html #nav ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 130px;
}

#nav ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

#nav ul li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}

#nav ul li a, #nav ul li a:visited {
	background: #3399CC;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 14px 16px 14px;
	text-decoration: none;
}

#nav ul li a:hover {
	background: #68CA68;
	color: #FFFFFF;
}

#nav ul li #current, #nav ul li .currentAncestor {
	background: #68CA68;
	color: #FFFFFF;
}

#nav ul li a:hover > ul {
	display: block;
}

/* Sub Menu Level 1 */

#nav ul ul {
	display: none;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 130px;
	width: 200px;
}

*:first-child+html #nav ul ul {
	line-height: 18px;
}

#nav ul ul li {
	padding: 0;
}

#nav ul ul li a, #nav ul ul li a:visited {
	background: #404040;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 16px 14px 16px 14px;
	margin: 0;
	text-shadow: none;
	width: 200px;
}

#nav ul ul li a:hover {
	background: #A10518;
	color: #FFFFFF;
}

#nav ul ul li #current, #nav ul ul li .currentAncestor {
	background: #A10518;
	color: #FFFFFF;
}

#nav ul ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

#nav ul ul li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}

/* Sub Menu Level 2 */

#nav ul ul ul {
	position: absolute;
	top: 0px;
	left: 228px;
}

*:first-child+html #nav ul ul ul {
	top: 0px;
	left: 228px;
}

#nav ul ul ul  li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

#nav ul ul ul  li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}

/* Sub Menu Level 3 */

#nav ul ul ul ul {
	position: absolute;
	top: 0px;
	left: 228px;
}

*:first-child+html #nav ul ul ul ul {
	top: 0px;
	left: 228px;
}

#nav ul ul ul ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

#nav ul ul ul ul li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}

/* Sub Menu Level 4 */

#nav ul ul ul ul ul {
	position: absolute;
	top: 0px;
	left: 228px;
}

*:first-child+html #nav ul ul ul ul ul {
	top: 0px;
	left: 228px;
}

#nav ul ul ul ul ul li:first-child > a {
	border-top: 1px solid #FFFFFF;
}

#nav ul ul ul ul ul li:last-child > a {
	border-bottom: 1px solid #FFFFFF;
}