div#menu {
   margin-right: -20px;
}

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

div#menu li {
   margin: 0px;
   padding: 0px;
   margin-bottom: 10px;
}

div#menu ul li ul {
   margin: 0px;
   padding: 0px;
   padding-top: 10px;
   padding-left: 30px;
}

div#menu a {
   color: #193390;
   font-weight: bold;
   text-decoration: none;
}

div.blue_arrow {
   cursor: pointer;
   float: left;
   width: 14px;
   height: 10px;
   margin-top: 4px;
   background: url('../img/blue.gif');
   background-position: center center;
   background-repeat: no-repeat;
}

div.green_arrow {
   cursor: pointer;
   float: left;
   width: 14px;
   height: 10px;
   margin-top: 4px;
   background: url('../img/green.gif');
   background-position: center center;
   background-repeat: no-repeat;
}

div.no_arrow {
   float: left;
   width: 14px;
   height: 10px;
   margin-top: 4px;
   background: url('../img/b.gif');
}

