/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dt a
{
	font-size: 13px;
}
#menu {
top: 0;
left: 0;
}
dl#menu {
width:190px;
}
dl#menu dt {
/*cursor: pointer;*/
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
color: #009933;
font-size: 13px;

}
dl#menu dt a:hover
{ text-decoration:underline;}

dl#menu dd {

}
dl#menu li {
text-align: left;
/*background: #fff;*/
}
dl#menu li a{
color:#009933;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
text-indent: 5px;
}
dl#menu li a:hover{
color: #D2691E;


}
dl#menu dt a {

color: #009933;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
/*background: #eee;*/
}
