/* NAVIGATION BAR 
#navBarDiv {position: relative; width: 100%; height: 18px; background-color: #585B6D; border-bottom: 2px solid #353546; z-index: 30 }
.navBarItem {border-right: 1px solid #353546; padding-left: 12px; padding-right: 11px; color: #ffffff; float: left; height: 18px; line-height: 18px; text-decoration: none}
.navBarItemOver { background-color:#7E8695; border-right: 1px solid #353546; padding-left: 12px; padding-right: 11px; color: #ffffff; float: left; height: 18px; line-height: 18px; cursor: pointer; text-decoration: none} */

/* NAVIGATION BAR */
#nav { list-style-type:none; position: relative; width: 100%; height: 18px; background-color: #7E8695; border-bottom: 2px solid #353546; z-index: 30; padding: 0; color: #000000 ! important }
.selectedNav { background-color: #FFFF99; color: #000000 ! important;}
.genericMenuItem { background-color: #7E8695; border-right: 1px solid #000000; border-left: 1px solid #000000; }
#nav li a:hover {background-color: #ffff99; color: #000000 ! important}
#nav li li a:hover { background-color:#FFFF99 ; text-decoration: none; color: #000000 !important; display: block; width: auto !important; padding-left: 1em }

/* language nav bar */
#navjp { list-style-type:none; position: relative; width: 100%; z-index: 30; padding: 0; color: #000000 ! important }


/* NAVIGATION BAR - Home Page only */
#navBarDivHome {position: relative; top: 0px; width: auto; height: 18px; background-color: #7E8695; border-bottom: 1px solid #353546; border-top: 1px solid #353546;  z-index: 180 }
.navBarItemHome {border-right: 1px solid #353546; padding-left: 12px; padding-right: 11px; color: #ffffff; float: left; height: 18px; line-height: 18px; text-decoration: none}
.navBarItemOverHome { background-color:#FFFF99; border-right: 1px solid #353546; padding-left: 12px; padding-right: 11px; color: #000000; float: left; height: 18px; line-height: 18px; cursor: pointer; text-decoration: none; z-index: 1800}

/* DROPDOWN 
.dropDownDiv {background-color: #7E8695; height: 60px; position: absolute; top: 19px; left: 490px; border: 1px solid #000000; display: none; cursor: pointer }
.navBarDropDown { color: white; padding: 0px 10px; text-decoration: none}
.navBarDropDownOver { color: white; padding: 0px 10px; background-color: #AFB6C3; text-decoration: none} */

/* DROPDOWN */
.dropDownDiv {background-color: #7E8695; height: 60px; position: absolute; top: 19px; left: 617px; border: 1px solid #000000; display: none; cursor: pointer }
.navBarDropDown { color: white; padding: 0px 10px; text-decoration: none}
.navBarDropDownOver { color: white; padding: 0px 10px; background-color: #AFB6C3; text-decoration: none}

/* DROPDOWN */
.dropDownDivHome {background-color: #7E8695; height: 60px; position: absolute; top: 19px; left: 490px; border: 1px solid #000000; display: none; cursor: pointer; z-index: 1800 }
.navBarDropDownHome { color: white; padding: 0px 10px; text-decoration: none; z-index: 1800}
.navBarDropDownOverHome { color: white; padding: 0px 10px; background-color: #AFB6C3; text-decoration: none; z-index: 1800}

