/* CSS Style Sheet for the Menu and Title Bar */
 
/*#MenuBar           { top: 170px; left: 0px; width: 1024px; z-index: 5; }

#TitleBar          { top: 170px; left: 0px; width: 1024px; z-index: 3; } */

#TableMenuBar {
	position: absolute;
	top: 170px;
	left: 4px;
	width: 1024px;
	z-index:100;
}

.TopMenuSelection tr td {
	background-color: #45abcc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	text-align: center;
	padding: 2px;
}

.TopMenuSelection td:hover {
     background-color: #387d94 !important;
}

.TopMenuSelection a {
	 display: block;
	 margin: 0px;
     text-decoration: none;
	 color: #FFFFFF;
}

.MidMenuSelection tr td {
	background-color: #98a1a6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	align: left;
	text-align: center;
	padding: 2px;
}

.MidMenuSelection td:hover {
     background-color: #7a8388 !important;
}

.MidMenuSelection a {
	 display: block;
	 margin: 0px;
     text-decoration: none;
	 color: #FFFFFF;
}

.BotMenuSelection tr td {
	background-color: #98a1a6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	text-align: center;
	padding: 2px;
}

.BotMenuSelection td:hover {
     background-color: #7a8388 !important;
}

.BotMenuSelection a {
	 display: block;
	 margin: 0px;
     text-decoration: none;
	 color: #FFFFFF;
}

#PageTitleText	   { top: 156px; left: 250px; width: 474px; z-index: 10; }
#PageTitleTextA	   { top: 156px; left: 250px; width: 600px; z-index: 5; }
#DocRetrievalText  { top: 156px; left: 250px; z-index:5; }
#TitleText         { top: 186px; left: 385px; z-index: 5; }
#TitleTextMore     { top: 156px; left: 330px; z-index: 5; }
#HomeText          { top: 165px; left: 30px; z-index: 10; }

img.OnTop          { z-index:3000; }

.styleTitle        { font-size: 14px;
                     color: white;
                     font-family: Verdana;
                     font-weight: bold; }

p.styleHome        { font-size: 10px;
                     color: #061F48;
                     font-family: Verdana;
                     z-index: 10; 
                     font-weight: bold; }
					 
a.styleHome        { color: #061F48; }
					 
