/* Websites CSS links */

#links ul {
        border-top:1px dotted #6A6765;
        list-style-type: none;
        display: block;
        width: 465px;
        padding: 0px 2px 2px 0px;

}

#links li {
        border-bottom:1px dotted #6A6765;
        display: block;
        border-width: 1px 0;
        margin: 0px 0;
        position:relative;
        text-decoration:none;

}

#links li a {
        color: #7D7D7D;
        display: block;
        font: normal 75% Verdana, Arial, Helvetica, sans-serif;
        padding: 0px 2px 2px 0px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 465px;
}

#links li a:hover {
        color:#D7D7D7;
        background: #141414 url(../img/contact_resume_icon.png) no-repeat right center;
        display:block;
        font-weight:normal;
        background-position: 98%;
        text-decoration:none;
}

#links a em {
        color: #C1C1C1; /* #414141*/
        display: block;
        font: normal 85% Verdana, Arial, Helvetica, sans-serif;
        line-height: 140%;
}