#keyNac {
    padding : 0;
    width : 174px;
    font-family : Verdana, Tahoma, Helvetica, sans-serif;
    text-align : center;
}
#keyNac li {
    padding : 0;
    margin: 0px 1px 1px 0;
    float : left;
    list-style : none;
    display : block;
}
#keyNac li.left {
	width: 57px;
}
#keyNac li.center {
	width: 59px;
}
#keyNac li.right {
	width: 52px;
}
#keyNac li.further {
	width: 111px;
}
#keyNac li a:link, #keyNac li a:visited {
    color: #404040;
    display: block;
    height: 29px;
    line-height: 29px;
    text-decoration : none;
}
#keyNac li a:hover {
    color: #009EE6;
    background: #efefef;
    font-weight : bold;
}
#keyNac li a:focus, #keyNac li a:active {
    color : #fffff2;
    background : #404040;
    font-weight : bold;
}
#keyNac .keyNac-n {
    height: 29px;
    line-height: 29px;
    color : #919191;
    background : #fff;
}
#keyNac .further a:link, #keyNac .further a:visited {
    display : block;
    color : #009EE6;
    height: 29px;
    line-height: 29px;
    text-decoration: none;
    text-align:right;
    
}
#keyNac .further a:hover, #keyNac .further a:focus, #keyNac .further a:active {
	color:#404040;
    text-decoration: underline;
    font-weight:normal;
    height: 29px;
    line-height: 29px;
}
#keyNac strong {
    color : #000080;
    font-variant : small-caps;
    font-weight : bold;
}
#keyNac strong em {
    color : #ff0000;
    font-style : italic;
    letter-spacing : 0;
}
#keyNac span {
    width : 0;
    position : absolute;
    left : -1000px;
    top : -1000px;
    height : 0;
    overflow : hidden;
}


