/** blue menu stuff **/

div#horiz-menu {
	background: url("../images/body/white/page_bg.jpg") repeat-x scroll left top #F5F5ED;
	height: 35px;
}


#horiz-menu .siteshadow-l {
	background: url(../images/body/white/body-shadow-l.png) 0 0 no-repeat;
	height: 35px;

}

#horiz-menu .shadow-l {
	background: url(../images/menu/blue/nav-shadow-l.png) 0 0 no-repeat;
	height: 35px;
	width: 20px; 
	left: 25px;
	position: relative;
}

#horiz-menu .shadow-behind {
    position: relative;
	background: url("../images/menu/blue/header_bar_bg.jpg") repeat-x scroll left top transparent;
	height: 35px;
    width: 955px;
    left : 5px;
}

#horiz-menu .shadow-s {
    position: absolute;
	background: url("../images/menu/blue/nav-shadow-r.png") repeat-x scroll left top transparent;
	height: 35px;
    width: 6px;
    top: 0px;
    right: 0px;
}

#horiz-menu .siteshadow-r {
	background: url(../images/body/white/body-shadow-r.png) 100% 0 no-repeat;


}



div#horiz-menu li {
	border-right: 1px dotted #b7b7b7;

}

div#horiz-menu a {
	color: #eee;
	border-left: 0px solid #000000;
	color: #000000;
	font-weight: none;
}


div#horiz-menu li.a li.active {
	color: #eee;
	border-left: 0px solid #000000;
	color: #000000;
	font-weight: bold;
}


h2 {
	color: #265BB1;  /* related to menu color */
}

td.subbody div.moduletable h3,
td.inset div.moduletable h3 {
	color: #265BB1;
}

td.sidenav div.module h3,
td.sidenav div.module-hilite1 h3,
td.sidenav div.module-hilite2 h3,
td.sidenav div.module-hilite3 h3,
td.sidenav div.module-hilite4 h3 {
	color: #265BB1;
}