/* NEED TO REPLACE TOP BACKGROUND COLOR*/
#header,#footer, .hrule  { background-color:#0054C2; }

/*NEED TO REPLACE MENU BACKGROUND COLOR*/
.nlabel { background:#0054C2; }

/*NEED TO REPLACE SUB MENU BACKGROUND COLOR*/
.nsublabel { background:#0054C2; }

/* CHANGE ONLY IF FONT COLOR NEED TO BE REPLACED.MENU AND SUBMENU FONT COLOR */

/* NEED TO REPLACE MENU AND SUBMENU FONT COLOR*/
.nclass span { color:#FFFFFF; }

.nsublabel { color:#FFFFFF; }


/* CHANGE ONLY IF FONT COLOR NEED TO BE REPLACED.HEADER FONT COLOR */

#branding-text, #branding-personalization, #branding-personalization a { color:#fff; }

#header p, #header a {
color:#fff;
}

/* CHANGE ONLY IF FONT COLOR NEED TO BE REPLACED.FOOTER FONT COLOR */

#footer table {
color:#fff;
font-size:8px;
}

#footer a {
color:#fff;
}

/* NO NEED TO CHANGE */

/* page links color */
a, a:visited, .ui-widget-content a  { color: #3BADE1; }

/* on state font color */
a.menu:hover span, a.menu.on span {color:#1C1C1C;}

/* off state bg color for the small area color at the bottom of the off state tabs
probably should be a darker variation of .nlabel*/
.nb2, .nb3, .nb4 { background:#ccc; }

