/* blue */
a:link, a:visited {
	color: #3896E0;
}

a:hover {
	color: #3896E0;
}

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

#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: #3896e0;
}

div.module_menu {
/*	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
*/
padding:0 0px 31px 0;
background: url(../images/blue/mainmenubottom.jpg) 100% 100% no-repeat;
background-position:0px bottom;
float:left;
}

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;*/
	background: url(../images/blue/mainmenuheader.jpg) no-repeat;
	float:left;
}

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

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/blue/menubg.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-top: 8px;
	padding-left: 44px;
	padding-right: 0px;
	height: 26px !important;
	height: 26px;
	width: 206px !important;
	text-decoration: none;
}
a.mainlevel:hover {
	background-position: 0px -34px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
	background-position: 0px -34px;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}