/* N A V I G A T I O N . C S S */

/* General link styles */
a {
    text-decoration: none;
    color: #3232CD;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
    color: #191967;
}

#content a {
    color: #3232CD;
}

#content a:hover {
    color: #191967;
}

#content p a {
    color: #3232CD;
    text-decoration: underline;
}

#content p a:hover {
    color: #191967;
    text-decoration: underline;
}

#articleinfo a {
    color: #3232CD;
}

#articleinfo a:hover {
    color: #191967;
}

.ib_heading a {
    color: #823317;
}

.ib_heading a:hover {
    color: #3232CD;
}

a.imagelink:hover {
    border-bottom: 0;
}

a.book_ad_title {
    font-weight: bold;
}

a.homebooktitle {
    font-family: Georgia, Palatino, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 2.0em;
    line-height: 1.2em;
    letter-spacing: 2px;
    display: block;
    clear: right;
}

/* End general link styles */

#topnav {
    margin-left: 20px;
    margin-bottom: 35px;
    height: 2.0em;
}

#topnav a.topnavitem {
    color: #191967;
    float: left;
    font-weight: normal;
    font-size: 1.2em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 0.25em 1.0em 5px 1.0em;
    text-decoration: none;
    /* Invisible bottom border prevents 
       shift with hover border effect. */
    border-bottom: dotted 1px white;
}

#topnavactiveitem {
}

#topnav a.topnavitem:hover {
    color: #3232CD;
    border-bottom: dotted 1px #566619;
    background: #FCFCFC;
}

#bottomnav {
    margin-top: 5px;
    margin-bottom: 10px;
}

#bottomnav a.bottomnavitem {
    font-weight: normal;
    font-size: 0.8em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    padding: 0.25em 1.0em 3px 1.0em;
    text-decoration: none;
    /* Invisible bottom border prevents 
       shift with hover border effect. */
    border-bottom: dotted 1px white;
}

#bottomnav a.bottomnavitem:hover {
    color: #3232CD;
    border-bottom: dotted 1px #566619;
}

.innernav {
    margin: 0;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

.innernavitem {
    font-size: 1.1em;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    padding-left: 17px;
    background: url(../mag/images/star_icon_green.jpg) no-repeat 0 50%;
    line-height: 1.1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

a.innernavitem {
    display: block;
}

a.innernavitem:hover {
    border-bottom: 0;
}
