/* Header
-------------------------------------------------------------- */


#newheader {
    margin: 0 auto 20px auto;
}
#newheaderWrap {
    background: url("mages/bg-headerWrap.gif");
    float: left;
    width: 100%;
}
#newheader {
    background: url("images/bg-header.jpg") no-repeat center bottom;
    height: 125px;
    position: relative;
    width: 960px;
}
#newheader h1 {
    margin: 0; font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:normal text-transform:uppercase;
}
#newheader h1 a {
    background: url("images/h1-logo-abagazine.png") no-repeat;
    display: block;
    float: left;
    height: 62px;
    margin: 32px 0 10px 0;
    overflow: hidden;
    text-indent: -100000px;
    width: 240px;
}
#newheader h1 a:hover a:focus{
    background-position: 0 -62px; font-weight:normal;
}





/* Navigation
-------------------------------------------------------------- */
#newheader h1 a {
    border: 0 none;
}
#newmainNav {
}
#newmainNav ul {
    bottom: -10px;
    margin: 0;
    position: absolute;
    right: 0;
}
#newmainNav li {
    display: inline;
    float: left;
    list-style: none;
    margin-left: 10px;
    line-height: normal;
    font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-weight:normal;
    text-transform:uppercase;
}
#newmainNav li a {
    display: block;
    float: left;
    font-size: 14px;
    height: 55px;
    line-height: 40px;
    margin-left: 2px;
    text-align: center;
    width: 90px;
}
#newmainNav li a:link, #newmainNav li a:visited {
    color: #663333;
}
#newmainNav li a:hover, #newmainNav li.active a:hover {
    background: transparent url("images/bg-mainNav-li.png") no-repeat center -55px;
    color: #330000;
    text-decoration: none;
    font-weight:normal;
}
#newmainNav li.active a {
    background: transparent url("images/bg-mainNav-li.png") no-repeat center 0;
    color: #fff;
    font-weight:normal;
}