#BJ_Login a {
	background: url(../images/blue/arrow2.png) left no-repeat;
}
#BJ_Left .module h3,#BJ_Left .module_menu h3 {
	background: url(../images/blue/heading2.png) no-repeat;
}
#BJ_Left .module h3.top,#BJ_Left .module_menu h3.top {
	background: url(../images/blue/heading.png) no-repeat;
}
#BJ_Left ul#mainlevel li a.mainlevel:hover{
	background: transparent url(../images/blue/li_active.png) right no-repeat;
}
#BJ_Bottom .module h3{
	background: url(../images/blue/li_active_white.png) left no-repeat;
}
#BJ_Bottom .module li a:hover {	
	background: url(../images/blue/square_active.png) left no-repeat;
}
#BJ_Gotop a {
	background: url(../images/blue/gotop_grey.png) right no-repeat;
}
#BJ_Foot ul li{
	list-style: url(../images/blue/square_active.png);
}

#BJ_NewsTabber {
	background:url(../images/blue/tabber_bg.png) repeat-x;
}
#BJ_NewsTabber div {
	background:url(../images/blue/tabber_left.png) top left no-repeat;
}
#BJ_NewsTabber div div {
	background:url(../images/blue/tabber_right.png) top right no-repeat;
}
#BJ_Pathway .pathway {
	color: #0276c7;
}
#BJ_Pathway .path{
	background:url(../images/blue/arrow_grey.png) 5px 7px no-repeat;
}
#BJ_Pathway a.pathway {
	background:url(../images/blue/arrow_grey.png) right 7px no-repeat;
	color:#0276c7
}
a.readon{color:#0276c7}
.titlecolor{color:#0276c7}
.componentheading{color: #00aef1;}
.contentpaneopen li:hover{background:url(../images/blue/square_active.png) left no-repeat;}
.contentpaneopen fieldset{border:1px solid #b3e3ef;background:#f3fbfd;}

/* TYPOGRAPHY ========================== */
span.bignumber1{background-image:url(../images/typo/blue/bignumber1.png)}
span.bignumber2{background-image:url(../images/typo/blue/bignumber2.png)}

div.bluebox{border:1px solid #b3e3ef;background-color:#f3fbfd;}

ul.arrow li,ul.arrow li:hover{background-image:url(../images/typo/blue/list-arrow_.png)}
ul.check li,ul.check li:hover{background-image:url(../images/typo/blue/list-check_.png)}
ul.star li,ul.star li:hover{background-image:url(../images/typo/blue/list-star_.png)}

div.quote{background-image:url(../images/typo/blue/qoute-l.png)}
div.quote div{background-image:url(../images/typo/blue/qoute-r.png)}

div.bubble1{border:1px solid #b3e3ef}
div.bubble1 div{background-image:url(../images/typo/blue/bubble1-tl.png)}
div.bubble1 div div{background-image:url(../images/typo/blue/bubble1-tr.png)}
div.bubble1 div div div{background-image:url(../images/typo/blue/bubble1-br.png)}
div.bubble1 div div div div{background-image:url(../images/typo/blue/bubble1-bl.png)}

div.bubble2{border:1px solid #b3e3ef}
div.bubble2 div div div div{background-image:url(../images/typo/blue/bubble2-bl.png)}

div.bubble3{border:1px solid #b3e3ef}
div.bubble3 div{background-image:url(../images/typo/blue/bubble1-tl.png)}
div.bubble3 div div{background-image:url(../images/typo/blue/bubble1-tr.png)}
div.bubble3 div div div{background-image:url(../images/typo/blue/bubble3-br.png)}
div.bubble3 div div div div{background-image:url(../images/typo/blue/bubble3-bl.png)}

div.bubble4{border:1px solid #b3e3ef}
div.bubble4 div div div div{background-image:url(../images/typo/blue/bubble4-bl.png)}


.menusan
{
	/* use these params to positions your menu */
 position: relative;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	width:960;
}
 
.menusan, .menusan li, .menusan li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	left: auto
}
 
.menusan li a {
 display: block;
 height: 
 width: 160px;
 color:rgb(55, 55, 55);
 background-color:#00AEF0;
 border-right:2px solid #ffffff;
 text-decoration:none;
}
 
.menusan li { /* all list items */
 float: left;
 width: 160px; /* width needed or else Opera goes nuts */
 border-bottom:1px solid #ccc;
}
 
.menusan li ul { /* second-level lists */
 position: absolute;
 width: 160px;
 left: -98%; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
}
 
.menusan li a:hover {
 border:0px solid #454142;
 background-color:#454142;
 color:#fff;
}
 
.menusan li:hover ul, .menusan li.sfhover ul  { /* lists nested under hovered list items */
 left: auto; /* change is to 10px, 20px, etc for indenting the sub menue */
}