body
{
 background=""
 bgcolor="white"
 link="blue"
 alink="red"
 vlink="purple"
 text="#000000"
 background: #152816 url(http://a/background2.gif) repeat-x fixed center;

}



.nav 
{     
       display: block;
       font-size: 14px; 
        padding: 0px 0px 0px 0px; 
       font-weight: bold; 
       background-color: silver;
       line-height: 100%;
       color: white;
       text-align: left; 
       width: 239px;
          letter-spacing: 1px;
		  margin-top: 0px;
		    background-image: url(http://www.apexcasket.com/images/nav_rightn.jpg);
   background-position: 0% 0%;

}


.nav a
{
      display: block;
       width: 200px;
      font-weight: normal;
      padding: 3px 0px 3px 2px; 
      text-decoration: none;
      background-color: transparent;
      margin-top: 2px;
	  margin-bottom: 0px;
      color: white;
      line-height: 100%;
       text-align: left; 
        text-decoration: none;
		font-weight: bold;
}


.nav a:hover
{
        background-color: transparent;
        color: green;     
        text-decoration: none;
		font-weight: bold;

}
