/* Main Menu style  */#navHeader {   height:149px;}#navLogo {    float:left;}#navMenu { width:791px;  margin:0; padding:0;  list-style:none; }#navMenu li {    margin:0;    padding:0;    float:left;}#navMenu a {    width:152px; /*default width =152px .. some menu items will override ..*/    display:block;     height:27px;  }/* Menu Links */#mnuLeftBar {       width:28px !important;    background:url(../images/border_left.gif) no-repeat; }#mnuHome {       width:70px !important;    background:url(../images/nav/home.gif) no-repeat; }#mnuAbout {       width:94px !important;    background:url(../images/nav/about.gif) no-repeat; }    #mnuProgramme {    width:149px !important;    background:url(../images/nav/programme.gif) no-repeat;} #mnuImplementer {    width:195px !important;    background:url(../images/nav/implementer.gif) no-repeat;}#mnuSupport {     width:118px !important;    background:url(../images/nav/support.gif) no-repeat;}#mnuContact {    width:110px !important;    background:url(../images/nav/contact.gif) no-repeat;}#mnuRightBar {       width:27px !important;    background:url(../images/border_right.gif) no-repeat; }/* LINKS **********************************************************************************************/.genLinks a{	color: #000000;}.genLinks a:hover{	color: #000000;	background-color: #666666;}.menu-nohand{	cursor:default;}/***********************************************************************************************//* sub menus  *//* Generics */.navSubMenu {    width:auto;   }.navSubMenu a {    display:block;    background:#FFFFFF;    background-image: url(../images/white_spacer.gif);    background-repeat: repeat;    text-decoration:none;    font-family:Arial, Helvetica, sans-serif;    font-size:13px;    height:20px;    line-height:19px;    text-indent:20px;}/*green sub menu */.navSubMenuGreen {    border:1px solid #344C01;	width: 200px;}.navSubMenuGreen a {    color:#344C01;    background:#FFFFFF;    background-image: url(../images/white_spacer.gif);    background-repeat: repeat;} .navSubMenuGreen a:hover {    background:#4A601C;    color:White;   }/*red sub menu */.navSubMenuRed{     border:1px solid #7A0000;	width: 350px;}.navSubMenuRed a {    color:#7A0000;    background:#FFFFFF;    background-image: url(../images/white_spacer.gif);    background-repeat: repeat;} .navSubMenuRed a:hover {    background:#990000;    color:White;   }/*yellow sub menu */.navSubMenuOrange{    border:1px solid #D76000;	width: 210px;}.navSubMenuOrange a {    color:#D76000;    background:#FFFFFF;    background-image: url(../images/white_spacer.gif);    background-repeat: repeat;} .navSubMenuOrange a:hover {    background:#C2510F;    color:White;   }/*blue sub menu */.navSubMenuBlue{    border:1px solid #044C83;	width: 140px;}.navSubMenuBlue a {    color:#044C83;    background:#FFFFFF;    background-image: url(../images/white_spacer.gif);    background-repeat: repeat;} .navSubMenuBlue a:hover {    background:#0070B2;    color:White;   }