/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */

#navlistsimple { border-bottom: 1px solid gray;
padding-left: 0pt;
margin-left: 0pt;
width: 200px;
font-size: 0.89em;
}
#navlistsimple li { border-top: 1px solid gray;
margin: 0pt;
padding: 0.2em;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
#navlistsimple li a { text-decoration: none;
}
