#mastWrapper {
background: url('../images/bluefill.png');
}

#masthead
{
/*background: url('../images/header2.png') no-repeat;*/
position:relative;
border-style: solid;
border-width: 0;
height: 60px;
}

#flags
{
position:absolute;
top:22px;
right:65px;

}
#headnav 
{
position:absolute;
bottom:-0px;
right:10px;
}

#headnav ul 
{
display:inline;
margin:0;
padding:10px 10px 0 1px;
list-style:none;
}

#headnav li 
{
float:left;
background:url('../images/tab_off_ns1.gif') no-repeat left top;
margin:0;
padding:0 0 0 5px;
}

#headnav a 
{
float:left;
font-size:80%;
display:block;
background:url('../images/tab_off_ns2.gif') no-repeat right top;
padding:10px 15px 3px 8px;
text-decoration:none;
font-weight:bold;
color:#444;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#headnav a {float:none;}
/* End IE5-Mac hack */
#headnav a:hover {
color:#333;
}

#headnav li:hover, #headnav li:hover a 
{
background-position:0% -163px;
color:#000;
}

#headnav li:hover a 
{
background-position:100% -163px;
color:#000;
}

#headnav #current 
{
background:url('../images/tab_on_ns1.gif') no-repeat left top;
}

#headnav #current a 
{
background:url('../images/tab_on_ns2.gif') no-repeat right top;
padding-bottom:4px;
color:#000;
}

