/*
Navigation Menu
*/
body {
	behavior: url(csshover.htc);
}
ul#navigation {
	position:relative;
	width: 800px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	list-style: none;
	z-index: 1000;
}
#navigation li {
	position: absolute;
	text-indent: -1234em;
	height: 25px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#navigation li a {
	height: 100%;
	text-decoration: none;
	display: block;
}
#navigation li a:hover {
	background-image: url(../images/menu.jpg);
}
li#about{
	top: 0px;
	left: 59px;
	width: 80px
}
#about a:hover {
	background-position: -59px 25px;
}
li#lending{
	top: 0px;
	left: 139px;
	width: 131px
}
#lending a:hover {
	background-position: -139px 25px;
}
li#locations{
	top: 0px;
	left: 270px;
	width: 83px
}
#locations a:hover {
	background-position: -270px 25px;
}
li#career{
	top: 0px;
	left: 353px;
	width: 154px
}
#career a:hover {
	background-position: -353px 25px;
}
li#merchant{
	top: 0px;
	left: 507px;
	width: 140px
}
#merchant a:hover {
	background-position: -507px 25px;
}
li#edu{
	top: 0px;
	left: 647px;
	width: 146px
}
#edu a:hover {
	background-position: -647px 25px;
}

/*
	Top Nav
*/
ul#top_nav {
	position:relative;
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 1000;
	color: #A0D168;
	font-size:13px;
	font-weight:bold;
}
#top_nav li {
	position: absolute;
	height: 20px;
	padding: 0;
	color: #A0D168;
	left:600px;
}
#top_nav li a {
	text-decoration: none;
	color: #A0D168;
}
#top_nav li a:hover {
	text-decoration:underline;
	color: #A0D168;
}
li#home {
	margin:0;
}
li#contact {
	margin:0 0 0 50px;
}
/*
	All Nav Flyouts
*/

ul#navigation ul {
	display: none;
	z-index:1000;
}
ul#navigation li.over ul,
ul#navigation li:hover ul {
	display: block;
	position: absolute;
	left: 5px;
	top: 13px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 120px;
	text-indent: 0;
	list-style: none;
	border-top: 1px solid #B3093A;
}
#navigation ul li {
	text-indent: 0;
	position: static;
	height: auto;
	_height: 1px;
}
#navigation ul li a {
	padding: 5px 10px;
	color: #B3093A;
	border: 1px solid #B3093A;
	width: 108px;
	border-top-width: 0;
	font-size: 12px;
}
#navigation ul li a:hover {
	background: #B3093A;
	color: #FFFFFF;
}
#navigation ul li.heading a {
	font-weight: bold;
	font-size: 14px;
	background: #B3093A;
	color: #FFFFFF;
	font-style: normal;
}
/*
	Extras
	Right Column
*/
#extras {
	float: right;
	width: 200px;
	padding-top: 0px;
}
* html #extras {
	position: relative;
	padding-top: 60px;
}
