
div.newHeaderWrapper
{
    position:relative;
    width:950px;
    height:75px;
    z-index:89;
}

div.signout
{
    font-size:0.9em;
    font-weight:bold;
    width:100%;
    position:absolute;
    top:2px;
    text-align:right;
}

div.logoTab
{
    position:absolute;
    top:0px;
    left:0px;
    width:230px;
    height:75px;
    background:url('../i/logo_tab.gif') #B5DC10 no-repeat;
}

div.logoImage
{
    position:absolute;
    left:16px;
    top:11px;
    width:200px;
    height:55px;
}
div.tabBackground
{
    height:75px;
    width:922px;
    background:url('../i/tabmenu_background.gif') repeat-x;
    background-position:bottom;
}


div.tab
{
    position:absolute;
    height:59px;
    width:89px;
    top:16px;
    background:url('../i/tab_off.gif') #0860AB no-repeat;
    margin-left:2px;   
}

div.tabSelected
{
    position:absolute;
    height:59px;
    width:89px;
    top:16px;
    background:url('../i/tab_on.gif') #FFFFFF no-repeat;
    margin-left:2px;    
}

/* IE incorporate padding into the size value.  Mozilla does not.  
   That is why there are two values below */
div.tabLink
{
    text-align:center;
    width:88px;
    height:59px;
    padding-top:16px;
    margin-left:0px;
}

span.tabLink
{
    text-decoration:none;
    font-family:Verdana;
    font-size:9pt;
    color:#FFFFFF;
    font-weight:bolder;
}

span.tabLinkSelected
{
    text-decoration:none;
    font-family:Verdana;
    font-size:9pt;
    color:#0860AB;
    font-weight:bolder;
}

div#tab1
{
    left:228px;
}

div#tab2
{
    left:317px;
}

div#tab3
{
    left:406px;
}

div#tab4
{
    left:495px;
}

div#tab5
{
    left:584px;
}

div#tab6
{
    left:673px;
}

div#tab7
{
    left:762px;
}

div#tab8
{
    left:851px;
}

div#tab9
{
    left:940px;
}

div.tabCorner
{
    position:absolute;
    width:20px;
    height:59px;
    background:url('../i/tab_corner.gif') no-repeat;
    left:920px;
    top:16px;
    margin-left:2px;   
}

div.subMenu
{
    margin-top:-20px;
    display:none;
    background-color:#FFF;
    width:86px;
    z-index:89;
    border: #CFCFCF solid 1px;
 /* -moz-border-radius-bottomleft: 10px; 
    -moz-border-radius-bottomright: 10px; 
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px; */
}

div.subMenuItem
{
    width:86px;
    text-align:center;
    border-bottom: #CFCFCF solid 1px;
    padding-top:7px;
    padding-bottom:7px;
}

a.subMenuLink
{
    padding-top:3px;
    padding-bottom:3px;
    text-decoration:none;
    font-family:Verdana;
    font-size:8pt;
    color:#000000;  
}

a.menuTabLink
{
    text-decoration:none;   
    height:59px;
}

a.menuTabLink:hover
{
    text-decoration:none;   
}
