2/12/2008

.navbar {
margin:0; 
position:relative;
width:805px;
}
.navbar ul {
padding:0; 
margin:0;
list-style-type:none;
}
.navbar ul li {
float:left; 
position:relative;
}
.navbar ul li a, .navbar ul li a:visited {
display:block; 
text-decoration:none; 
line-height:33px; 
}
.navbar ul li ul {
visibility:hidden;
position:absolute;
}
.navbar ul li:hover ul {
visibility:visible; 
top:57px; 
left:-79px; 
}
.navbar ul li:hover ul li a {
display:inline;
color:#4F3E22;
}
.navbar ul li:hover ul li span {
position:absolute;
top:-4px;
left:8px;
font-size:12px;
}
.navbar ul li:hover ul li {
background: url(images/dropDownBckgrd.gif) top left no-repeat;
width:343px;
height:23px;
}

a#home img {background: url(images/buttons/buttonhome.jpg) top left no-repeat;}
a#home:hover img {background: url(images/buttons/buttonhomeover.jpg) top left no-repeat;}

a#company img {background: url(images/buttons/buttoncompany.jpg) top left no-repeat;}
a#company:hover img {background: url(images/buttons/buttoncompanyover.jpg) top left no-repeat;}

a#life_settlements img {background: url(images/buttons/buttonsettlements.jpg) top left no-repeat;}
a#life_settlements:hover img {background: url(images/buttons/buttonsettlementsover.jpg) top left no-repeat;}

a#Officers img {background: url(images/buttons/buttonofficers.jpg) top left no-repeat;}
a#Officers:hover img {background: url(images/buttons/buttonofficersover.jpg) top left no-repeat;}

a#investor_relations img {background: url(images/buttons/buttoninvestor.jpg) top left no-repeat;}
a#investor_relations:hover img {background: url(images/buttons/buttoninvestorover.jpg) top left no-repeat;}

a#contact_us img {background: url(images/buttons/buttoncontact.jpg) top left no-repeat;}
a#contact_us:hover img {background: url(images/buttons/buttoncontactover.jpg) top left no-repeat;}

.navBarImage {background: url(images/settlementsNavBar.jpg) top left no-repeat; width:805px; height:258px; clear:left;}

