/* NAVIGATION BUTTONS */
.menu {
height: 22px;
width: 800px;
/*padding-left: 1px; */
}

.cssnav	{
position:relative;
font-family: arial, helvetica, sans-serif;
/*background-image:  url(../images/focus_nav_b.png);*/
background-repeat: no-repeat;
white-space: nowrap;
display: inline;
width: 156px;
height: 22px;
margin: 0; 
padding-right: 3px;
float: left; 
}

.cssnav#about {
	background-image:  url(../images/about_nav_b.png);
	}

.cssnav#focus {
	background-image:  url(../images/focus_nav_b.png);
	}

.cssnav#professionals {
	background-image:  url(../images/professionals_nav_b.png);
	}

.cssnav#portfolio {
	background-image:  url(../images/portfolio_nav_b.png);
	}

.cssnav#contact {
	background-image:  url(../images/contact_nav_b.png);
	}
	
.cssnav a {
display: block;
color: #ffffff;
font-size: 11px;
width: 156px;
height: 22px;
display: block;
float: left;
color: #fff; 
text-decoration: none;
}
.cssnav a:hover {
color: #fff;
}


.cssnav img {width: 156px; height: 22px; border: 0; }
* html a:hover {visibility:visible; text-decoration: none;}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: relative;
float: left; 
left: 5px;
top: 0px;
margin-top: -17px;
padding: 0px;
cursor: pointer;
width: 156px;
height: 22px;
text-align: left;
text-transform: uppercase;
}


.cssnavON	{
position:relative;
font-family: arial, helvetica, sans-serif;
background-image:  url(../images/about_nav_b.png);
background-repeat: no-repeat;
white-space: nowrap;
display: inline;
width: 156px;
height: 22px;
margin: 0; 
padding-right: 3px;
float: left; 
}

.cssnavON a {
display: block;
color: #ffffff;
font-size: 12px;
width: 156px;
height: 22px;
display: block;
float: left;
color: #fff; 
text-decoration: none;
}
.cssnavON a:hover {
color: #fff;
}


.cssnavON img {width: 156px; height: 22px; border: 0; }
* html a:hover {visibility:visible; text-decoration: none;}
.cssnavON a:hover img{visibility:visible}

.cssnavON span {
position: relative;
float: left; 
left: 5px;
top: 0px;
margin-top: -18px;
padding: 0px;
cursor: pointer;
width: 156px;
height: 22px;
text-align: left;
text-transform: uppercase;
}
/* END OF NAVIGATION */