

#topnav {
	
	float:right;
	text-align:right;
	height: 89px;
	width: 320px;
	background-color:#FFFFFF;
	color:#333333;
}

#miniflex {
width: 100%;
float: right;
font: 12px/16px Arial, Helvetica, sans-serif;
letter-spacing: .05em;
margin: 10px 0 0 0;
padding: 0 10px 0 10px;
/* border-bottom: 1px solid #696; */
position:relative;
z-index:2;
}
#miniflex li {
float: left;
margin: 0 0 0 0;
padding: 48px 0 0 0;
display: inline;
list-style: none;
position:relative;
z-index: 8;
}
#miniflex a:link, #miniflex a:visited {
float: left;
font-size: 85%;
line-height: 20px;
margin: 0px 10px 0 10px;
text-decoration: none;
color: #333;
padding: 0;
}
#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
border:none;
text-decoration: none;
border-bottom: 4px solid #a81730;
padding-bottom: 2px;
color: #333;

}
#animated-tab {
position: absolute;
z-index: 5;
line-height: 20px;
padding-bottom: 2px;
border:none;
border-bottom: 4px solid #a81730;
}

#home_on {
width: 60px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/home_on.png) top left no-repeat;
}

#home_off {
height: 50px;
width: 65px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/home_off.png) top left no-repeat;
cursor: pointer;
}

#businesses_off {
height: 50px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/businesses_off.png) top no-repeat;
cursor: pointer;
}

#businesses_on {
height: 50px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/businesses_on.png) top no-repeat;
}

#individuals_off {
height: 50px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/individuals_off.png) top no-repeat;
cursor: pointer;
}

#individuals_on {
height: 50px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/individuals_on.png) top no-repeat;
}

#contact_off {
height: 50px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/contact_off.png) top no-repeat;
cursor: pointer;
}

#contact_on {
height: 50px;
margin-top: -40px;
z-index: 1;
padding: 0 10px 0 10px;
background:url(../images/icons/contact_on.png) top no-repeat;
}
