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

div#menu-vertical { 
		  position: absolute ;
		  top: 100px ;
		  left: 10px ;
          width: 150px; 
         } 

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
width: 150px;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 40px;
line-height: 40px;
text-align: left;
font-size: 1.2em ;
border-bottom: 1px solid gray;
background: #fff;
}
#menu dd {
border-top: 1px solid gray;
}
#menu li {
text-align: left;
font-size: 1.1em ;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#menu dd ul li {border-bottom: 1px solid; border-color:#EEE }