#header {
    height:125px;
    width:900px;
    background-image: url(/images/header-account.jpg);
    background-repeat:repeat-x;
    border-bottom:8px solid #ffe470;
}

#headerlefttxt{
    float:left;
    text-align:left;
    padding-left:20px;
    padding-top:20px;
}
#headerrighttxt{
    float:right;
    text-align:right;
    padding-right:20px;
    padding-top:20px;
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    font-family: Arial;
}

#headerlefttxt>#top{
    font-family: Arial;
    color:#fffc62;
    font-size:14px;
    text-transform:uppercase;
}

#bottom, #bottom a,#bottom a:hover{
    font-family: Arial;
    color:#fff;
    font-size:12px;
    text-transform:none;
    text-decoration:none;
}
#headerrighttxt>#topr>a, #headerrighttxt>#topr>a:hover {
    color:#fffc62;
    text-decoration:none;
}
 #headerrighttxt>#topr>a:hover {
     text-decoration: underline;
 }
 #hpimg{
     position:relative;
     margin-top:0px;
     padding-top:10px;
 }
 #imgoverlay{
     position:absolute;
     top:30px;
     left:0px;
 }
 #imgoverlay>h2 {
     text-transform: uppercase;
     line-height:18px;
     margin-top:0px;
 }
 #imgoverlay>h2.first{
     margin-top:12px;
 }
 /* begin css tabs */
 #tabs {
    clear: both;
    position: relative;
    top: 51px;
    
 }

.hovermenu ul{
font: bold 13px arial;
margin-left: -40px;
height: 30px;

}

.hovermenu ul li{
list-style: none;
display: inline-block;
background-image: url(/images/tabbg.gif);
background-repeat: repeat-x;
}

.hovermenu ul li.selected{
background-image: url(/images/tabbgselected.gif);
background-repeat: repeat-x; 
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
margin:0 2px;
line-height: 24px;
}

.hovermenu ul li a.selected{
color: #003366;
}


.hovermenu ul li a:hover{

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */

}
/* end css tabs */