@charset "utf-8";
/* CSS Document */
/*#nav li a:hover {
	color: #000099
	}
*/

/* javascript submenus for ie6 */
div.dhtml_menu div.vert_menu
{
  position: absolute;
  visibility: hidden;
  z-index: 999;
}

div.dhtml_menu div.vert_menu a { display: block; float: none; }

div.dhtml_menu div.vert_menu
{
  border: 2px solid #999999;
  text-align: center;
}

div.dhtml_menu div.vert_menu a
{
  width:       180px;
  height:      26px;
  line-height: 25px;
  
  border-bottom: 1px solid #999999;

  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #000000;

  background: url('');
  background-color: #DDDDFF;
  z-index: 999;
}

div.dhtml_menu div.vert_menu a:hover
{
  color: #000099;

  background: url('images/navbar_on.gif');
  background-color: #DDDDFF;
}

div.dhtml_menu div.vert_menu a.parent
{
  color: #000000;

  background: url('images/navbar_on.gif');
  background-color: #DDDDFF;
}

div.dhtml_menu div.vert_menu a.active,
div.dhtml_menu div.vert_menu a.active:hover
{
  color: #000099;

  background: url('images/navbar_on.gif');
  background-color: #DDDDFF; 
}

