/*--- BEGIN - CSS for Top Navigation ---*/
	.header_bkgd {
		background-image: url(/web/images/globalnav/logo_tab_bkgd.gif);
		background-repeat: repeat-x;
		padding-right: 16px;
	}
	
	#nav_text {
		font-family: Verdana;
		font-size: 11px;
		color: #333333;
		margin-right: 3px;
	}
	#nav_text a:link {
		color: #000000;
		text-decoration: none;
	}
	#nav_text a:visited {
		color: #000000;
		text-decoration: none;
	}
	#nav_text a:hover {
		text-decoration: underline;
	}
	
	.menu_bkgd
	{
	background-image: url(/web/images/globalnav/menu_bkgd.png);
	background-repeat: repeat-x;
	height: 32px;
	width: 90%;
	}
	
	/* quick lookup search box */
	.search_bkgd {
		padding-left: 8px;
		background-image: url(/web/images/globalnav/search_bkgd.png);
		background-repeat: repeat-x;
		height: 32px;
	}

	/* Top Level Module Navigation */
	#mainMenu
	{
		border:0;
		padding: 0;
		margin: 0;
		background-image: url(/web/images/globalnav/menu_bkgd.gif);
		height: 32px;	
	}
	.menu_text
	{
		z-index: 100;
	}
	.menu_text a:link {
		color: #fff;	
		text-decoration: none;
		font-weight: bold;
		padding: 1px 12px 0px 11px;
	}
	.menu_text a:visited{
		color: #fff;	
		text-decoration: none;
		font-weight: bold;
		padding: 1px 12px 0px 11px;
		margin-bottom: 10px;
	}
	.menu_text a:hover {
		color: #FFF;
		font-weight: bold;
		padding: 1px 12px 0px 11px;
		margin-bottom: 10px;		
		text-decoration: none;
	}

	table.menu_hover {
		background-image: url(/web/images/globalnav/menu_hover_bkgd.png);
		background-repeat:repeat;
		height: 30px;
		margin: 0;
		border:0;
		padding: 0;
		z-index: 100;
	}
	
	.menu_hover a:link {
		color: #FFF;
		text-decoration: none;
	}
	
	.menu_hover a:visited {
		color: #FFF;
		text-decoration: none;
	}
	
	.menu_hover a:hover {
		color: #FFF;
		text-decoration: none;
	}

	/* Submenu Module Navigation */
	.submenu {
		border: solid 1px #8F8F8F;
		z-index: 100;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=1);
	}

	.submenu_text {
		background-color:Transparent;
		padding: 2px 0 5px 5px;
		color: #555555;
		text-decoration: none;
	}

	.submenu_text a:link {
		text-decoration: none;
		padding-left: 5px;
	}
	.submenu_text a:visited {
		text-decoration: none;
		padding-left: 5px;
		
	}
	.submenu_text a:hover {
		text-decoration: none;
		padding-left: 5px;
		
	}
	.submenu_hover {
		background-color: #dfe7ef;
		text-decoration: none;
		padding-left: 5px;
	}
	
	/* Selected Tab */
	table.oldmenu_selected {
		background-image: url(/web/images/globalnav/whitetab.gif);
		background-repeat:no-repeat;
		width: 132px;
		height: 32px;
		background-position: left top;
		text-align: center;
		margin: 0;
		border:0;
		padding: 0;
	}
	table.menu_selected {
		background-image: url(/web/images/globalnav/menu_selected_bkgd.gif);
		background-repeat:repeat;
		height: 30px;
		margin: 0;
		border:0;
		padding: 0;
	}
	table.menu_selected td
	{
		border-left: solid 1px #8cadce;
		border-right: solid 1px #8cadce;
	}
	.menu_selected a:link {
		color: #fff;
	}
	.menu_selected a:visited {
		color: #fff;
		text-decoration: none;
	}
	
	/*reports*/
	#ctl00_Header1_mainMenu td
	{
		height: 31px;
	}
	/* end hack */
	
	/* My Account, Support, Feedback Menu */
	.acctMenu {
		text-decoration:none;
		color: #333333;
		margin-right: 0px;
	}

	.acctMenuL1_text 
	{
		color: #333333;
		text-decoration: none;
		font-weight: normal;
		vertical-align: middle;
		padding: 0 1px 0 2px;
		z-index: 100;
	}

	.acctMenuL1_text a:link {
		color: #333333;
		text-decoration: none;
		font-weight: normal;
	}

	.acctMenuL1_text a:visited {
		color: #333333;
		text-decoration: none;
		font-weight: normal;
	}

	.acctMenuL1_text a:hover {
		color: #333333;
		font-weight: normal;
		text-decoration: underline;
	}
	
	.acctMenuL2 
	{
		background-color: White;
		border: solid 1px #cccccc;
		padding: 0;
		margin: 0;
		text-align: right;
		text-decoration: none;
		z-index: 100;
	}

	.acctMenuL2_text {
		color: #333333;
		text-decoration: none;
		font-weight: normal;
		line-height: 180%;
	}

	.acctMenuL2_text a:link {
		color: #333333;
		text-decoration: none;
		font-weight: normal;
	}

	.acctMenuL2_text a:visited{
		color: #333333;
		text-decoration: none;
		font-weight: normal;
	}
	
	.acctMenuL2_text a:hover {
		color: #333333;
		text-decoration: none;
		font-weight: normal;
	}
	
	.acctMenuL2_hover {
		background-color: #dfe7ef;
		text-decoration: none;
	}
	
	/* Product Selector */
	#dropmenudiv
{
    position: absolute;
    border: 1px solid #cccccc;
    z-index: 100;
    line-height: 10px;
    text-align: left;
    padding-left: 10px;
}

	#dropmenudiv a{
		width: 100%;
		display: block;
		padding: 0;
	}

	#dropmenudiv a:hover{ /*hover background color*/
		background-color: white;
	}

	
	/* Welcome text */
	#welcome  {
		text-align: right;
		padding-right: 15px;
	}
	#welcome a:link {
		text-decoration: none;
		color: #333333;
	}
	
	#welcome a:visited {
		text-decoration: none;
		color: #333333;
	}
	
	#welcome a:hover {
		text-decoration: underline;
		color: #333333;
	}
		
/*--- END - CSS for Top Navigation ---*/


/*--- BEGIN - CSS for Footer ---*/
	/*	save for reference -
		using css to place footer at bottom of screen
	*/
	#footerworking {
		padding-left: 12px;
		background-image: url(/web/images/globalnav/menu_bkgd.png);
		background-repeat: repeat-x;
		height: 32px;
		vertical-align: bottom;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
	}
	
	#footer
{
    position: relative;
    background-image: url(/web/images/globalnav/menu_bkgd.png);
    background-repeat: repeat-x;
    /*Changed from -34px to 0px to display the "very sorry" error*/
    margin-top: 0px;
    color: #ffffff;
    height: 32px;
}
	
	#footer td
	{
		color: #ffffff;
		vertical-align:middle;
		padding-left: 8px;
	}
	
	#footer a:link{
		font-size: 10px;
		color: #ffffff;
		text-decoration: underline;
	}
	
	#footer a:visited{
		font-size: 10px;
		color: #ffffff;
		text-decoration: underline;
	}
	
	#footer a:hover{
		font-size:10px;
		color: #ffffff;
		text-decoration: none;
	}
/*--- END - CSS for Footer ---*/

