/* CSS Document */
#navigation
{
  margin-left:500px;
}
#menu_vert {
   padding-left: 0;
   margin-left: 0;
   /*margin-top:10px;*/
}
#menu_vert  ul li {
   list-style-type: none;
   margin: 0;
   display: block;
}
#menu_vert ul ul li {
   border: none;
}
/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert  a {
   text-decoration:none;
   display: block;
   /* color: #cc6714;  */
   color: #ff6600;
   min-height:1em;
   padding-left:5%;
   background:url(/images/IJ/menu_arrows2.gif) no-repeat 0 50%;
}
/* second level */
div#menu_vert ul ul a {
   padding-left:10%;
   background:url(/images/IJ/menu_arrows2.gif) no-repeat 5% 50%;
}
/* third level */
div#menu_vert ul ul ul a {
   padding-left:15%;
   background:url(/images/IJ/menu_arrows2.gif) no-repeat 10% 50%;
}
/* hover*/ 
div#menu_vert ul a:hover {
    color:#369;
}
