/*
Style sheet for pure CSS table from 
http://www.zeldman.com/dwws/
see
http://css.maxdesign.com.au/listamatic/horizontal09.htm
*/
#mainnav
{
margin: 0px 0 0 1px;
padding: 0;
height: 2.5em;
/* height: 20px; */
/* font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif; */
}

#mainnav ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#mainnav ul li
{
display: block;
float: left;
text-align: center;
line-height: 200%;
padding: 0;
margin: 0;
}

#mainnav ul li a
{
/* height: 28px;
width: 10px;
background: #0ff;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: 1px solid #f5d7b4;
background: url(images/pjr_menu_3.png) 0 0 no-repeat;
*/
background: url(images/pjr_bt.png) 0 0 no-repeat;
width: 8em;
height: 2.5em; 
border-top: none;
border-left: none;
border-left: none;
border-right: none;
padding: 0px;
margin: 0 0 0px 0;
color: #f5d7b4;
color: #081589;
text-decoration: none;
display: block;
text-align: center;
line-height: 260%;
}

#mainnav ul li a:hover
{
color: #930;
background: #f5d7b4;
/*
background: url(images/pjr_bg_3.png) 0 0 repeat; 
*/
background: url(images/pjr_tb.png) 0 0 repeat; 
}

#mainnav a:active
{
background: #c60;
border: 0px solid #f00;
color: #fff;
}

#mainnav li#active a
{
background: #c60;
border: 0px solid #c60;
color: #fff;
}


