#nav{
width:100%;
height:22px;
position:absolute;
bottom:0px;
right:20px
}

#nav ul{
list-style: none;
padding:0;
margin:0;
}

#nav li{
float:right;
font-size:120%;
margin-right:2px;
text-transform:uppercase;
text-align:center;
}

#nav a:link,#nav a:visited{
display:block;
width:99px;
color:#fff;
background:#EC008C url(../wordpress/wp-content/themes/default/images/tab.gif) no-repeat;
padding:2px 0;
}

#nav a:hover, body#sec_thebook a#book, body#sec_ a#blog, body#home-page a#home, body#resources-page a#resources,body#forum-page a#forum {
background:#DAF99B url(../wordpress/wp-content/themes/default/images/tab-hilite.gif) no-repeat;
text-decoration:none;
font-weight:800;
color:#666;
}
