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

/*body {
margin: 0;
padding: 0;
background: white;
font: 70% verdana, arial, sans-serif;
}*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
color: #FFF;
font-size: 12px;
}
dl#menu {
width: 240px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
text-indent: 15px;
font-weight: bold;
/*border: 1px solid gray;*/
background: #993333;
}
/*dl#menu dd {
border: 1px solid gray;
}*/
dl#menu li {
text-align: left;
text-indent: 30px;
background: #993333;
color: #993333;
}
dl#menu li a, dl#menu dt a {
color: #FFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu a:hover, dl#menu li a:hover, dl#menu dt a:hover {
background: #ded3bd;
color: #993333;
}