/* --
        StreamlineFunds.com v.1.0 CSS
        Created by Rankin Creative : Justin R. Rankin
        Copyright &copy; 2008 Streamline Funds. All Rights Reserved.
-- */

/* ---- Navigation Elements ---- */

#navigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 120px;
	background-color: #369;
	float: left;
	position: relative;
}

#navigation ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	position: absolute;
}

li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a, li#bu5 a {
	height: 78px;
	width: 101px;
	padding: 42px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 0px;
	background: url(../images/backgrounds/primary_nav_btn_a.gif) left top no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

li#bu6 a {
	height: 78px;
	width: 102px;
	padding: 42px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 0px;
	background: url(../images/backgrounds/primary_nav_btn_a2.gif) left top no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

li#bu1_on a, li#bu2_on a, li#bu3_on a, li#bu4_on a, li#bu5_on a {
	height: 78px;
	width: 101px;
	padding: 42px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 0px;
	background: url(../images/backgrounds/primary_nav_btn_b.gif) left top no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #29455e;
}

li#bu6_on a, li#bu6_on a:link, li#bu6_on a:visited, li#bu6_on a:active {
	height: 78px;
	width: 101px;
	padding: 42px 0px 0px 0px;
	text-align: center;
	position: absolute;
	top: 0px;
	background: url(../images/backgrounds/primary_nav_btn_b2.gif) left top no-repeat;
	font-weight: bold;
	font-size: 13px;
	color: #29455e;
}

li#bu1 a:hover, li#bu2 a:hover, li#bu3 a:hover, li#bu4 a:hover, li#bu5 a:hover {
	background: url(../images/backgrounds/primary_nav_btn_b.gif) left top no-repeat;
	color: #29455e;
}

li#bu6 a:hover {
	background: url(../images/backgrounds/primary_nav_btn_b2.gif) left top no-repeat;
	color: #29455e;
}

li#bu1_on a:hover, li#bu2_on a:hover, li#bu3_on a:hover, li#bu4_on a:hover, li#bu5_on a:hover, li#bu6_on a:hover {
	color: #29455e;
}

li#bu1 a, li#bu1_on a {
	left: 0px;
}

li#bu2 a, li#bu2_on a {
	left: 101px;
}

li#bu3 a, li#bu3_on a {
	left: 202px;
}

li#bu4 a, li#bu4_on a {
	left: 303px;
}

li#bu5 a, li#bu5_on a {
	left: 404px;
}
li#bu6 a, li#bu6_on a {
	left: 505px;
}