dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dt, li{
padding-left:13px;
line-height:20px;
}
#menu {
position: absolute;
top: 15px;
left: 10px;
; clip:    rect(   )
; padding-right: 10px
}
dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color:#FFFFCC;
}
dl#menu dd {
}
dl#menu li {
text-align: left;
color:#FFFFCC;
}
dl#menu li a{
color: #FFFFCC;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
}
dl#menu dt a  { 
color: #FFFFCC;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
} 
.arrowDown{
background-image:url('../images/arrowDown.gif');
background-repeat:no-repeat;
}
.noarrow{
background-image:url('../images/noarrow.gif');
background-repeat:no-repeat;
}