/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
/*#menu {
	position: absolute;
	top: 134px;
	left: 0px;
} */
dl#menu {
width: 130px;
}
dl#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 25px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: url(images/menu3.gif);
}
dl#menu dd {
border: 0px solid gray;
}
dl#menu li {
text-align: left;
background: #fff;
color: #888;

}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #888;color: #000;
}
