#navTabs { position: relative; width: 900px; height: 60px; font-size: 10pt; }
/* tabs */
.mootabs_title { list-style-image: none; list-style-type: none; margin: 0px; padding: 0px; height: 30px; }
.mootabs_title li { float: left; text-indent: -9999px; cursor: pointer; width: 180px; height: 30px; }
.mootabs_title li a { display: block; height: 30px; width: 180px; }
.mootabs_title li#tab-solutions { background: url('/images/nav/nav-solutions.gif') no-repeat left top; }
.mootabs_title li#tab-memento_security { background: url('/images/nav/nav-memento_security.gif') no-repeat left top; }
.mootabs_title li#tab-about_us { background: url('/images/nav/nav-about_us.gif') no-repeat left top; }
.mootabs_title li#tab-news-events { background: url('/images/nav/nav-news-events.gif') no-repeat left top; }
.mootabs_title li#tab-contact { background: url('/images/nav/nav-contact.gif') no-repeat left top; }
.mootabs_title li.active {  }
.mootabs_title li#tab-solutions.active,
.mootabs_title li#tab-memento_security.active,
.mootabs_title li#tab-about_us.active,
.mootabs_title li#tab-news-events.active,
.mootabs_title li#tab-contact.active { background-position: left bottom; }
/* panels */
.mootabs_panel { display: none; position: relative; width: 900px; height: 30px; clear: both; }
.mootabs_panel.active { display: block; }
/*  */
.mootabs_panel ul { position: absolute; }
.mootabs_panel ul li { float: left; list-style: none; }
.mootabs_panel ul li a { font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; color: #333322; background-color: #ffffff; height: 22px; padding: 8px 8px 0px 16px; display: block; }
.mootabs_panel ul li a:hover { color: #972529; background: #ffffff url('/images/nav/arrow.gif') no-repeat 8px 10px; }
/*  */
#menu-solutions ul { left: 0px; }
#menu-memento_security ul { left: 180px; }
#menu-about_us ul { left: 360px; }
#menu-news-events ul { left: 540px; }
#menu-contact ul { left: 720px; }
/* nav switches */
body#solutions.bust_out_fraud .mootabs_panel.active li a#bust_out_fraud,
body#solutions.check_fraud .mootabs_panel.active li a#check_fraud,
body#solutions.case_management .mootabs_panel.active li a#case_management,
body#solutions.new_account_fraud .mootabs_panel.active li a#new_account_fraud,
body#solutions.healthcare_fraud .mootabs_panel.active li a#healthcare_fraud,
body#solutions.insider_issues .mootabs_panel.active li a#insider_issues,
body#solutions.credit_card_fraud .mootabs_panel.active li a#credit_card_fraud,
body#solutions.deposit_account_fraud .mootabs_panel.active li a#deposit_account_fraud,
body#solutions.regulatory_issues .mootabs_panel.active li a#regulatory_issues,
body#solutions.enterprise_fraud .mootabs_panel.active li a#enterprise_fraud,
body#memento_security.overview .mootabs_panel.active li a#overview,
body#memento_security.why_its_different .mootabs_panel.active li a#why_its_different,
body#about_us.history .mootabs_panel.active li a#history,
body#about_us.management .mootabs_panel.active li a#management,
body#about_us.board_of_directors .mootabs_panel.active li a#board_of_directors,
body#about_us.investors .mootabs_panel.active li a#investors,
body#about_us.careers .mootabs_panel.active li a#careers,
body#news-events.news .mootabs_panel.active li a#news,
body#news-events.events .mootabs_panel.active li a#events,
body#news-events.library .mootabs_panel.active li a#library,
body#contact.locations .mootabs_panel.active li a#locations,
body#contact.contact_us .mootabs_panel.active li a#contact_us { color: #972529; background: #ffffff url('/images/nav/arrow.gif') no-repeat 8px 10px; }
