/* blue */
a:link, a:visited {
	color: #1396e5;
	list-style-image: url(../images/blue/arrow2.png);
}

a:hover {
	color: #0b3768;
}


h3, .componentheading, table.moduletable th {
  color: #1396e5;
}

div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
	color:#FFFFFF;
}

div.module_menu div {
	background-image: url(../images/blue/mw_box_bl.png);
	background-repeat: no-repeat;
	background-position: 0 50px;
	height: 130px;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}
div.module_menu a:link, div.module_menu a:visited, div.module_menu a:active {
	font-weight: bold;
	color:#FFFFFF;
	line-height: 22px;
	font-size: 12px;
	text-indent: 6px;
}

div.module_menu a:hover {
	font-weight: bold;
	color:#0b3768;
	line-height: 22px;
	font-size: 12px;
}


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

}