﻿.Menu { width: 100%; text-align: left; }

/* Tab Styles */

.TabView { margin: 0 0 0 10px; float: left; height: 22px !important;}
.tabTable { float: left; border: 0; padding: 0; margin: 0 2px 0 0; }
.tabTable TD { padding: 0px; margin: 0px;  }
.tabR { height: 22px; width: 2px; border: 0px; background-image: url(../images/tab_r_default.png); background-repeat: no-repeat; background-position: center left; }
.tabL { height: 22px; width: 2px; background-image: url(../images/tab_l_default.png); background-repeat: no-repeat; background-position: center right; }
.tabR_Select { height: 22px; width: 3px; background-image: url(../images/maintab_r.png); background-repeat: no-repeat; background-position: center left; }
.tabL_Select { height: 22px; width: 3px; margin: 0; padding: 0; background-image: url(../images/maintab_l.png); background-repeat: no-repeat; background-position: center right; }
.tabText a { color: #575757; text-decoration: none; font-size: 12pt; line-height: 22px; vertical-align: middle; }
.tabText a:hover { color: #ffecb8; text-decoration: none; font-size: 12pt; line-height: 22px; vertical-align: middle; }
.tabText_Select a { color: #ffecb8; text-decoration: none; font-size: 12pt; font-weight: bold; line-height: 22px; vertical-align: middle; }
.tabText { background-color: #9bacbc; background-image: url(../images/tab_default.png); background-repeat: repeat-x; width: 110px; height: 22px; text-align: center; margin-right: 1px; }
.tabText_Select { background-color: #183884; width: 110px; height: 22px; float: left; text-align: center; margin-right: 1px; line-height: 22px; vertical-align: middle; }
.tabImage { vertical-align: middle; margin: 3px 3px 3px -14px; width: 16px; height: 16px;  }

/* Main Menu Items - Top Level */

.ParentItem { padding: 0px 2px 0px 2px; color: #fff; font-size: 10pt; }
.ParentMenu TD { padding: 2px 2px 1px 2px; }
.ParentItem_Hover { padding: 0px 2px 0px 2px; color: #ffecb8; font-size: 10pt; height: 100%; }
.ParentItem_Selected { padding: 0 2px 0 2px; color: #ffecb8; font-size: 10pt; font-weight: bold; }

.menuTable { width: 100%; padding: 0px; margin: 0px !important; }
.tabRow { background-color: #fff; }
.menuRow { background-color: #fff;}
.menu_leftCell {  background-image: url('../images/menu_l_default.png'); width: 14px; height: 30px; background-color: #183884; background-position: left center; background-repeat: no-repeat; }
.menu_rightCell { background-image: url('../images/menu_r_default.png'); width: 14px; height: 30px;  background-color: #183884; background-position: right center; background-repeat: no-repeat; }
.menu_innerCell { border: none !important; margin: 0px !important; background-color: #183884; width: 98%; text-align: left; height: 30; }

.menuRow a { color: #fff; text-decoration: none; }
.menuRow a:hover { color: #ffefbd; text-decoration: none; }

/* Main Menu Items - Sub Item Level */

.ChildItem { font-size: 12pt; color: #000; text-decoration: none; background-color: #9bacbc; }
.ChildItem_Hover { font-size: 12pt; background-color: #9bacbc; color: #ffecb8; text-decoration: none; }

.ChildItem TD { padding: 6px; background-color: #9bacbc; }
.ChildItem_Hover TD { padding: 6px; background-color: #9bacbc; }

.ChildMenuTable { border: none !important; margin-top: 5px; }
.ChildMenuFoot { padding: 0px; margin: 0px; border: 0px; float: left; border: solid 1px Red; width: 24%; margin-top: 20px; position: absolute; left: 0; height: 20px; }
.ChildMenuFoot TD { padding: 0px; }
.ChildMenuFoot_Left { width: 5px; height: 20px; background-color: #000; }
.ChildMenuFoot_Mid { background-color: #9bacbc; height: 20px; }
.ChildMenuFoot_Right { width: 5px; height: 20px; background-color: #000; }


