/* Ultimate Taekwondo Navbar */
dl#menu {
position: absolute;
top: 10px;
left: 20px;
width: 150px;
}
dt.button {
margin-bottom: 3px;
text-align: center;
height: 45px;
line-height: 45px;
}
dt.button a {
display: block;
text-decoration: none;
color: black;
font-weight: bold;
font-family: "Trebuchet MS";
height: 45px;
line-height: 45px;
font-size: 17px;
}
dt.button a {
background-image: url(../images/nav/mainbackground.gif);
}
dt.button a:hover {
background-image: url(../images/nav/hover.gif);
}
