#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu {
    position: relative;
    top: -1px;
    left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
dl#menu {
    width: 190px;
}
dl#menu dt {
    cursor: pointer;
    margin: 0px 0;
    height: 20px;
    line-height: 20px;
    text-align: left;
    text-indent: 10px;
    font-weight: bold;
    border-top: 1px solid #fff;
    color:#fff;
}
dl#menu dd {
    border-top: 1px solid #fff;
    color:#fff;
}
dl#menu li {
    text-align: left;
    text-indent:15px;

}
dl#menu dt a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 0 none;
    height: 100%;
}   
dl#menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 0 none;
    height: 100%;
}
dl#menu dt a:hover {
    background: #ddd;

}
dl#menu li a:hover {

	color:#000;
}
#boxmenu {
position:relative;
width:180px;
border-bottom:1px solid #fff;
}
#boxesimg {
position:relative;
left:5px;
top:-10px;
background-image:url(img/pucelogo.gif);
background-repeat:no-repeat;
z-index:0;
text-indent:60px;
font-size:11px;
font-weight:bold;
line-height:60px;
}