/* Cascading Style Sheet for WWW.SPECIALFRIENDS.ORG layout; */

body table td tr {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   text-align: justify;
}

#NbLeftContainer { 
   width: 122px; 
}

#NbLeftContainer ul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   margin-left: 0;
   padding-left: 0;
   list-style-type: none;
}

#NbLeftContainer a {
   border-bottom: 1px solid #009CD6;
   border-top: 1px solid #009CD6;
   display: block;
   padding: 1px;
   width: 122px;
   background-color: #009CD6;
}

#NbLeftContainer a:link, #NbLeftList a:visited {
   color: #EEE;
   text-decoration: none;
}

#NbLeftContainer a:hover {
   border-bottom: 1px solid #FFFFFF;
   border-top: 1px solid #FFFFFF;
   background-color: #369;
   color: #fff;
}

#navcontainer ul {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   list-style-type: none;
   margin: 0;
   text-align: right;
}

#navcontainer ul li { 
   display: inline; 
}

#navcontainer ul li a {
   background-color: #009CD6;
   color: #fff;
   padding-left: 4;
   padding-top: 0;
   padding-right: 4;
   padding-bottom: 0;
   text-decoration: none;
}

#navcontainer ul li a:hover {
   background-color: #369;
   color: #fff;
}