/* blue */
a:link  {
        color: #00a3ef;
        font-weight: bold;
}

a:visited {
	color: #00a3ef;
}


a:hover {
	color: #000000;
        font-weight: bold;
}

#pillmenu a:hover {
  color: #00a3ef;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) repeat-x;

}

#pillmenu a#active_menu-nav:hover {
  color: url(../images/blue/mw_menu_active_bg.png) repeat-x;
}

h1, .componentheading, table.moduletable th {
  color: #00a3ef;
}

h2, .componentheading, table.moduletable th {
  color: #00a3ef;
}

h3, .componentheading, table.moduletable th {
  color: #00a3ef;
}

h4, .componentheading, table.moduletable th {
  color: #00a3ef;
}

div.module_menu {
	background:url(../images/black/mw_box_br.png) 100% 100% no-repeat;

}

div.module_menu div {
	background: url(../images/black/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/black/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/black/mw_box_tl.png) 0 0 no-repeat;
}
