/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pageblock{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#pageblock ul{
/* font: bold 11px Arial; */
font: bold 12px Arial;
margin:0;
margin-left: 2px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#pageblock li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/* original next line makes caps */
/* text-transform:uppercase; original */
}

#pageblock a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 3px 8px;
text-decoration: none;
letter-spacing: 1px;
background-color: #333399; /*Default menu color*/
border-bottom: 1px solid white;
}

#pageblock a:hover{
background-color: #0099FF; /*Menu hover bgcolor*/
}

#pageblock #activePage a{ /*currently selected tab*/
background-color: #0099FF; /*Blue color theme*/ 
border-color: #0099FF; /*Blue color theme*/ 
}


