/* white */
a:link, a:visited {
	color: #79102b;
}

a:hover {
	color: #710b27;
}

#pillmenu a:hover {
  color: #135cae;
}

#pillmenu a#active_menu-nav {
  background: url(../images/white/mw_menu_active_bg.png) 0 0 repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, div.module_menu h3, div.module_login h3, .componentheading, table.moduletable th {
  color: #79102b;
}

h3, .componentheading, table.moduletable th,
.contentheading_cat a:link, .contentheading_cat a:visited {
  color: #444450;
}
div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
	color: #505060;
}

div.module_menu, div.module_login {
	/*background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;*/
	background-color: #e8e8e8;
}

div.module_menu div {
	/*background: url(../images/white/mw_box_bl.png) 0 100% no-repeat;*/
}

div.module_menu div div {
	/*background: url(../images/white/mw_box_tr.png) 100% 0 no-repeat;*/
}

div.module_menu div div div {
	/*background: url(../images/white/mw_box_tl.png) 0 0 no-repeat;*/
}

div.module_menu ul, div.module_login form {
	background-color: #eeeeee;
}
div.module_menu ul li.active {
	background-color: #e4e4e4;
}
div.module_menu ul ul {
	/*background-color: #e4e4e4;*/
}

