/* Additional Styles by Mike -- Begin*/

div.module_menu a {
	color: white;
         display: block;
         padding: 10px 0px 4px 4px;
}

div.module_menu a:hover {
         background-color: white;
	color: #333;
         text-decoration: none;
}

div.module_menu ul li{
         margin:0px 0px 0px 0px; 
         padding:0px 0px 0px 0px;
         border-bottom: 1px solid white;
         border-left: 2px solid white;
         width:100%;
         list-style:none;
}

div.module_menu ul{
         list-style:none;
         margin:0px; 
         padding:0px;
}

div#leftcolumn h3 {
        display:none;
}

/* Additional Styles by Mike -- End*/

/* white */
a:link, a:visited {
	color: darkblue;
}

a:hover {
	color: #333;
}

#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, .componentheading, table.moduletable th {
  color: #135cae;
}

h3, .componentheading, table.moduletable th {
  color: #135cae;
}
/*
div.module_menu {
	background: url(../images/white/mw_box_br.png) 100% 100% no-repeat;
}

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;
}
*/