﻿* html #headerOuter
{
	padding-left: 1000px;
}
* html .holyHack
{
    height: 0;
}
* html #headerCont 
{
    margin-left: -1000px;
    position: relative;
    height: 0;
}
#subheader
{
	height:24px;
	background: #fff url("../images/header/bg_gray_top_repeater.gif") repeat-x scroll 0 top;
	/*font-size:24px;*/
	vertical-align:middle;
	text-align:right;
}

#header
{
	min-width: 1000px;
	/* width: expression(document.body.clientWidth > 975? "100%" :"975px"); */
	height: 87px;
	/*position: relative;*/
	margin:0px;
	padding:0px;
    background: #fff url("../images/header/bg_blue_repeater.gif") repeat-x scroll 0 top;    	
}

#header2
{
	min-width: 1000px;
	/* width: expression(document.body.clientWidth > 975? "100%" :"975px"); */
	height: 33px;
	position: relative;
    background: #fff url("../images/header/bg_gray_bottom_repeater.gif") repeat-x scroll 0 top;    	
}

#header table
{
	border-collapse: collapse;
}
#header table td
{
	padding: 0;
}    
#navHeader
{
	/*background: transparent url("../images/new/HeaderLeft.gif") no-repeat scroll 0 0;*/
	
	height: 33px;
	float: left;
}
#addHeader
{
	/*background: transparent url("../images/new/Header_Stripe.gif") repeat-x scroll 0 0;
	position: absolute;
	top: 0;
	left: 442px;
	width: 265px;*/
	height: 33px;
	float: right;
}
#aboutHeader
{
	height: 100%;
	float: right;
	position: relative;
	margin-right: 5px;
}
.horizNav
{
	padding: 0;
	margin: 0;    	
}
.horizNav li
{
	padding: 0;
	/*margin: 0 1px 0 0;*/
	margin:0;
	list-style-type: none;
	float: left;
	height: 100%;    	
}
.horizNav li a
{
    font-family: Tahoma;
    font-size: 10pt;
    display: block;
    color: #fff;
    height: 100%;
}    
#mainNav
{
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	height: 33px;
	line-height: 33px;
	width: 700px;
}
#rightNav
{
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	height: 33px;
	line-height: 33px;
	width: 300px;
}
/*#aboutNav
{
	margin-top: 2px;
}
#aboutNav li a
{
	color: #003399;
	font-size: 8pt;
	font-weight: bold;
	height: auto;
}
#aboutNav li
{
    padding-top: 3px;
    padding-left: 20px;
    height: auto;
}*/  
#mainNav li a:hover
{
	background-position: center 50%;
}
#mainNav li a.selected
{
	background-position: right 50%;
}
#mainNav li a.selected:hover
{
	background-position: right 50%;
}

#rightNav li a:hover
{
	background-position: center 50%;
}
#rightNav li a.selected
{
	background-position: right 50%;
}
#rightNav li a.selected:hover
{
	background-position: right 50%;
}
/*#curDate
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #003f99;
	text-align: right;
	margin-top: 2px;
}
#rssCont
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
}*/
#glance a
{
	width: 120px;
    background: url("../images/header/nav_ataglance.gif") no-repeat left 50%;
}
#tables a
{
	width: 84px;
    background: url("../images/header/nav_tables.gif") no-repeat left 50%;
}
#graphs a
{
	width: 84px;
    background: url("../images/header/nav_graphs.gif") no-repeat left 50%;
}
#forecast a
{
	width: 111px;
    background: url("../images/header/nav_forecasts.gif") no-repeat left 50%;
}
#analyzer a
{
	width: 104px;
    background: url("../images/header/nav_analyzer.gif") no-repeat left 50%;    	
}
#help a
{
	width: 92px;
    background: url("../images/header/nav_help.gif") no-repeat left 50%;    	
}
#uherohome a
{
	width: 123px;
    background: url("../images/header/nav_home.gif") no-repeat left 50%;    	
}
#print a
{
	width: 92px;
    background: url("../images/header/nav_print.gif") no-repeat left 50%;    	
}

.defLink
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #003399;
    text-decoration: underline;
}
/*#printCtrls
{
	height: 34px;
	line-height: 34px;
	width: 100%;
	margin-top: 42px;
}*/
.defLink:hover
{
	text-decoration: none;
}
.MenuGroup
{
    background-color: #CCCCCC;
    width:92px;
    border:solid 1px #B3B3B3;
    position:absolute;
    z-index:900;
}
.TopMenuGroup
{
	 
}
.TopMenuItem
{  
    color: #fff;
    font-family: Verdana;
    font-size: 11px;
    width: 92px;
    height: 33px;
    cursor: pointer;
}
.TopMenuItemHover
{ 
    color: #fff;
    font-family: Tahoma;
    font-size: 11px;
    width: 92px;
    height: 33px;
    cursor: pointer;
}
.MenuItem
{
    background-color: #CCCCCC;
    color: #333333;
    cursor: pointer;
    font-family: Tahoma;
    font-size: 11px;
    height:33px;
}
.MenuItemHover
{
    background-color: #666666;
    color: #FF931E;
    font-family: Tahoma;
    font-size: 11px;
    cursor: pointer;
    height:33px;
}