
/* Change color for the background surrounding the active web window */
Body
{
            background-color:#a9a9a9;
}

/* Main Menu */


/* Below class is Used for SELECTED menu tabs  */

.DefaultNodeCssClassSelected
{

/*  Change color for the text in the main menu  */
	color:#fff;
/*  END  */


/*  Change color for the background of the main menu  */
	background-color:#fff;
/*  END */


/*  Please remove or comment the below line, so that background color appear */
	 background:url(/Portals/_default/Skins/nordHr/images/bg_hover.jpg) repeat-x left top;
/* END  */
}

/* SELECTED  class END */



/* Below class is Used for HOVER menu tabs  */

.main_dnnmenu_itemhover {  

/*  Change color for the text in the main menu  */
	color:#fff;
/*  END  */


/*  Change color for the background of the main menu  */
	background-color:#000;
/*  END */


/*  Please remove or comment the below line, so that background color appear */
	background:url(/Portals/_default/Skins/nordHr/images/bg_hover.jpg) repeat-x left top;
/* END  */
}

/* HOVER  class END */






