/* kov */
a:link, a:visited {
  color: #620000;
}

a:hover {
  color: white;
}

#pathway a:hover {
  color: #620000;
  text-decoration: underline;
}

#pillmenu a:hover {
  color: #620000;
}

#pillmenu a#active_menu-nav {
  background: url(../images/kov/mw_menu_active_bg.png) 0 0 repeat-x;
  color: white;
}

#pillmenu a#active_menu-nav:hover {
  color: white;
}

h3, .componentheading, table.moduletable th {
  color: #620000;
}

div.module_menu {
  /* background: url(../images/kov/mw_box_br.png) 100% 100% no-repeat; */
  /*background-color:black;*/
  /*border:1px solid black;*/
  /* for IE */
  /*filter:alpha(opacity=40);*/
  /* CSS3 standard */
  /*opacity:0.4;*/
}

div.module_menu div {
	/* background: url(../images/kov/mw_box_bl.png) 0 100% no-repeat; */
	/* background: url(../images/kov/dividerno-bkgd.gif) bottom center no-repeat; */
	background: url(../images/kov/menu_footer.gif) bottom center no-repeat;
}

div.module_menu div div {
	/* background: url(../images/kov/mw_box_tr.png) 100% 0 no-repeat; */
	/*background: url(../images/kov/helm_2.gif) center center no-repeat;*/
}

div.module_menu div div div {
	/* background: url(../images/kov/mw_box_tl.png) 0 0 no-repeat; */
	/* background: url(../images/kov/dividerno-bkgd.gif) top center no-repeat; */
         background: url(../images/kov/menu_header.gif) top center no-repeat;

}