/* CSS Document */


#menu {
font-size:1.3em;
line-height:2.2em;
width:190px;
padding-left:10px;
padding-right:10px;
margin-bottom:30px;
} 

ul li#current {background-color:#EEEEEE;} 

#menu ul {list-style-type:none; margin:0; padding:0}

#menu ul a {color:#AAAAAA; border-bottom:1px #AAAAAA dotted; display:block; width:100%;}

#menu ul a:hover {text-decoration:none;border-bottom: 1px solid;}

#menu img {border:1px solid #AAAAAA; margin-top:10px; margin-left:8px}
