

body {
        font-size: small; 	
        font-family: Verdana, Geneva, Arial, Tahoma, sans-serif;  
        background-color: #afeeee;
	
}


a:link   {text-decoration: none;  }
a:visited   {text-decoration: none;  }
a:active    {text-decoration: none;  }
a:hover { background: #afeeee;	text-decoration: none;  }


.lifemenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 140px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.lifemenu dt a{
background: #afeeee url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 2px;
text-decoration: none;

}


* html .lifemenu dt a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.lifemenu dt a:visited, .glossymenu li a:active{
color: white;
}

.lifemenu dt a:hover{
background-image: url(images/glossyback2.gif);
}


/* End */