/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	color: #CCC;
  	margin:0;
}

.nav li li a {
  /* style for links on pop-up menus */
  	background-color: #292929;
	padding: 5px 7px 4px 17px;
	width:155px;
	border-top:0;
	border-left:#333 1px solid;
	border-bottom:#333 1px solid;
	border-right:#333 1px solid;
}

.nav li li li a {
	/* style for second level menu links */
}

.nav a:hover{
	background-color: #333;
	color: #fff;
	color: #d0a72a;
}

/* main nav bar */
.nav {
	margin: 0;
	padding: 0;
	height:32px;

}

/* all list items */
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
 	left: 0;
	top: 32px; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav ul ul {
	position: absolute;
  left: 10.8em; /* change when you change width of links */
  top: -1px;
  z-index: 99;
  border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */



#navWrapper{background:url('http://8bitinteractive.com/hbloan/images/nav_bg.gif') left top no-repeat;
	height:32px;
	width:820px;
	padding-left:160px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/*font-weight:bold;*/

}

a#homeLink2{background-image:url('http://8bitinteractive.com/hbloan/images/nav_home.gif');
background-position:0 0; 
background-repeat:no-repeat;
width:95px;
text-indent:-9009px;
height:32px;
}

a:hover#homeLink2 {
background-position:0 -32px;
}

a#loansLink{background-image:url('http://8bitinteractive.com/hbloan/images/nav_loans.gif');
background-position:0 0; 
background-repeat:no-repeat;
text-indent:-9009px;
width:90px;
height:32px;
}

a:hover#loansLink {
background-position:0 -32px;
}



#diamondLink{background-image:url('http://8bitinteractive.com/hbloan/images/nav_diamond.gif');
background-position:0 0; 
background-repeat:no-repeat;
width:155px;
text-indent:-9009px;
height:32px;
}

a:hover#diamondLink {
background-position:0 -32px;
}

a#goodsLink{background-image:url('http://8bitinteractive.com/hbloan/images/nav_goods.gif');
background-position:0 0; 
background-repeat:no-repeat;
width:105px;
text-indent:-9009px;
height:32px;
}

a:hover#goodsLink {
background-position:0 -32px;
}


a#aboutLink{background-image:url('http://8bitinteractive.com/hbloan/images/nav_about.gif');
background-position:0 0; 
background-repeat:no-repeat;
text-indent:-9009px;
height:32px;
width:90px;
}

a:hover#aboutLink {
background-position:0 -32px;
}


a#contactLink{background-image:url('http://8bitinteractive.com/hbloan/images/nav_contact.gif');
background-position:0 0; 
background-repeat:no-repeat;
text-indent:-9009px;
height:32px;
width:113px;
}

a:hover#contactLink {
background-position:0 -32px;
}
