/* blue */
a:link, a:visited {
	color: #4C75AF;
}

p a:link, p  a:visited {
	font-weight: bold;
}
a:hover {
	color: #0b3768;
}

#pillmenu a:hover {
  color: #fff;
}

#pillmenu a#active_menu-nav {
  background: url(../images/blue/mw_menu_active_bg.png) repeat-x;
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

h3, .componentheading, table.moduletable th {
  /*color: #135cae; */
  color: #666666;
}

ul.menu {
background-color: #fff;
margin: 0px;
padding:0px;
padding-left: 10px;

}

ul.menu li {
	padding: 3px 0px;
}

.module_menu ul.menu > li, .module ul.menu > li {
	border-bottom: 1px solid #ddd;
	background: url(../images/blue/mw_menu_li.png) no-repeat left 3px;
	padding-left: 16px;
}

span.article_separator {
	background: #fff url(../images/blue/divider.png) no-repeat center;
	height: 260px;
	width: 100%;
	margin: 10px 0 20px 0;
	display:block;
}

/*
div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}

*/
