
/********** < Navigation */
.ma-nav-container { }
/* HENRY disable border to tag #nav*/
#nav { margin:0 auto; font-size:12px; background: url(../images/bg-nav.png) 0 0 repeat-x; /*border:1px solid #fff;*/ position: relative; z-index: 1000; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.last {  }
#nav li.over { z-index:998; }

/* HENRYT 005 edit over li*/
#nav ul li.over { 
    z-index:999; 
    background: #083d73; 
    color: #707070;
} 

#nav ul li.over a{  color: #fff;} /* HENRYT 006*/
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { }

#nav li.home { padding-left: 0; }
#nav li.home a{ width:23px; height:23px; 
	/*HENRY modife padding */
	padding:10px 0 8px 15px; 
	/*padding:10px 0 8px 15px; */
	/*FIN HENRY modife padding */
	background:url(../images/icon-home.png) 16px 10px no-repeat; }
#nav li.home a:hover { background-position: 16px -45px; }
#nav li.home a span{ float:left; text-indent:-99999px; }

/* 0 Level */
#nav li { float:left; padding-right: 5px; }
#nav li.last{ background:none;  }
#nav li.home { padding-left: 0; }

#nav a {
    float: left;
    font-family: helveticaLT;
    font-size: 18px;
    font-weight: normal;
    /*HENRY modife padding */
    padding: 8px 15px;
    /*FIN HENRY modife padding */
    /*padding: 10px 15px; */
    text-transform: capitalize;    
}
#nav a span{ }

#nav li.level-top a.level-top.over{
    color: #222;
}
#nav li.level-top.over,
#nav li.level-top.active {
    background: #f0f0f0;
    box-shadow: inset 0px 3px 0px 2px #bfbfbf;
    color: #222;
}
#nav li.level-top.active a{
    color: #222;
}

#nav li.active a span,
#nav li.over a span,
#nav a:hover span{ }

/* 1st Level */
#nav ul li,
#nav ul li.active { 
    float:none; 
    margin:0; 
    padding: 0; 
    /* Henry disable background*/
    /*background: none; */
    border-bottom: 
    1px dashed #CCCCCC; 
}
#nav ul li.last { border: 0;}

#nav ul a,
#nav ul a:hover { float:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul { position:absolute; width:210px; top: 39px; left:-10000px; background: #fff; border:4px solid #ccc; }
#nav div { position:absolute; width:210px; top: 45px; left:-10000px; background: #fff; border:4px solid #ccc; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: -4px; }
#nav ul ul,
#nav ul div {  }

#nav ul li a { padding: 0 0 0 18px; text-transform:capitalize !important;  font-size: 14px; }
#nav ul li a span{ padding: 7px 10px; }

#nav ul span,
#nav ul li.last li span { }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:210px; }
/********** Navigation > */
/* ======================================================================================= */
