﻿/* NAVIGATION */
div#Navigation
{
    width: 800px;
    margin: 0 auto 5px auto;
    padding: 0 0 0 280px;
}
#Nav img { border: none; }
#Nav li { display: inline; list-style: none;}
#Nav li a { float: left; display:block; width: 97px; height: 20px; margin-right: 20px; }
#Nav li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#Nav li a:hover { visibility:visible; /* for IE6 */ }
#Nav li a:hover img { visibility:visible; /* for IE6 */ }
#Nav li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

.AboutUs { background:url(../Images/NavList/nl_AboutUs_1.png) no-repeat left bottom; }
.Expertise { background:url(../Images/NavList/nl_Expertise_1.png) no-repeat left bottom; }
.Transactions { background:url(../Images/NavList/nl_Transactions_1.png) no-repeat left bottom; }
.MidMarket { background:url(../Images/NavList/nl_MidMarket_1.png) no-repeat left bottom; }
.Team { background:url(../Images/NavList/nl_Team_1.png) no-repeat left bottom; }
.BoA { background:url(../Images/NavList/nl_AdvisoryBoard_1.png) no-repeat left bottom; }
.Contact { background:url(../Images/NavList/nl_Contact_1.png) no-repeat left bottom; }
/* END NAVIGATION */