@charset "utf-8";
/* CSS Document */

LI	{list-style:none;}

#timr100 {
    width: 600px;
    height: 90px;
    margin: 0;
    padding:0;
	background:url(../common-img/bnr_millennium-project.jpg) top left no-repeat;
}

#timr100 ul {
    position:relative;
    display: block;
    width: 130px;
    height: 90px;
    top: -5px;
    left: 440px
}

#timr100 li {
	list-style:none;
	margin: 10px 0;
    padding: 15px 0;
}

#timr100 a.button {
    background: transparent url('../common-img/btn_right.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 35px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#timr100 a.button span {
    background: transparent url('../common-img/btn_left.png') no-repeat;
    display: block;
    line-height: 24px;
    padding: 5px 0 5px 25px;
}
#timr100 a.button:hover {
    background-position: bottom right;
    color: #444;
    outline: none; /* hide dotted outline in Firefox */
}

#timr100 a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 25px; /* push text down 1px */
}

